:root{--green-1000:#04130f;
  --green-950:#071d17;
  --green-900:#0b2f24;
  --green-850:#103a2d;
  --green-800:#124936;
  --green-700:#1b644a;
  --gold:#c99a3a;
  --gold-2:#d7ae56;
  --gold-light:#ead294;
  --cream:#f4eddf;
  --paper:#fbf8f1;
  --paper-2:#f6f0e5;
  --ink:#132019;
  --muted:#687168;
  --line:#e4dccd;
  --white:#fff;
  --shadow-soft:0 20px 55px rgba(3,25,18,.11);
  --shadow-deep:0 38px 100px rgba(2,20,14,.24);
  --radius:26px;
  --font-serif:Georgia, "Times New Roman", serif;
  --font-sans:"Segoe UI", Roboto, Arial, sans-serif;
  --ease:cubic-bezier(.2,.72,.2,1);}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper);scroll-padding-top:88px}
body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--paper);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main > section:not(.hero){content-visibility:auto;contain-intrinsic-size:900px}
body.modal-open{overflow:hidden}
button,a{font:inherit}
button{border:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
::selection{background:var(--gold-light);color:var(--green-950)}
.container{width:min(1200px,calc(100% - 56px));margin-inline:auto}
.section{padding:120px 0}
.section-kicker{display:block;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--green-700);margin-bottom:20px}
.section-kicker.light{color:var(--gold-light)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--font-serif);text-wrap:balance}
h1,h2{font-weight:600;letter-spacing:-.038em}
h2{font-size:clamp(3rem,5vw,5.15rem);line-height:.93;margin-bottom:0}
h1 em,h2 em{font-weight:500;color:var(--gold-light)}
.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:5000;pointer-events:none;background:transparent}
.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));box-shadow:0 0 16px rgba(234,210,148,.5);transition:width .08s linear}
@keyframes loaderLine{0%{transform:translateX(-120%)}100%{transform:translateX(270%)}}
@keyframes loaderFloat{50%{transform:translateY(-7px)}}
@keyframes haloPulse{50%{transform:scale(1.05);opacity:.7}}
.site-header{position:fixed;left:0;right:0;top:0;z-index:1000;height:96px;display:flex;align-items:center;padding:0 max(30px,calc((100vw - 1200px)/2));color:#fff;transition:height .35s var(--ease),background .35s ease,box-shadow .35s ease,border-color .35s ease;border-bottom:1px solid transparent}
.site-header.scrolled{height:74px;background:rgba(5,25,19,.89);backdrop-filter:blur(20px) saturate(1.15);-webkit-backdrop-filter:blur(20px) saturate(1.15);border-color:rgba(255,255,255,.08);box-shadow:0 12px 42px rgba(0,0,0,.14)}
.brand{display:flex;align-items:center;gap:11px;min-width:238px}
.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 5px 18px rgba(0,0,0,.25);transition:width .3s var(--ease),height .3s var(--ease),transform .3s var(--ease)}
.site-header.scrolled .brand img{width:46px;height:46px}
.brand:hover img{transform:rotate(-2deg) scale(1.02)}
.brand span{display:grid;line-height:.9;font-family:var(--font-serif)}
.brand strong{font-size:1.45rem;font-weight:700}
.brand small{font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;color:#e6d9b9}
.desktop-nav{display:flex;gap:29px;margin-left:auto;margin-right:30px}
.desktop-nav a{position:relative;font-size:.78rem;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.76);transition:color .25s ease}
.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-9px;width:100%;height:1px;background:var(--gold-light);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
.header-cta{padding:12px 18px;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-size:.76rem;font-weight:700;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.035);transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease}
.header-cta span{color:var(--gold-light)}
.header-cta:hover{background:#fff;color:var(--green-900);border-color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.15)}
.nav-toggle,.mobile-nav{display:none}
.hero{position:relative;min-height:100svh;background:var(--green-950);color:#fff;overflow:hidden;display:flex;align-items:center;isolation:isolate}
.hero-bg{position:absolute;inset:-5%;background-image:url("assets/brand/v24/hero-atmosphere-desktop.webp");background-size:cover;background-position:center 38%;filter:saturate(.88) contrast(1.04) brightness(.86);transform:scale(1.04);animation:heroDrift 26s ease-in-out infinite alternate}
@keyframes heroDrift{to{transform:scale(1.07) translate3d(-.6%,.6%,0)}}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,13,.99) 0%,rgba(4,23,17,.95) 39%,rgba(4,23,17,.69) 63%,rgba(4,23,17,.4) 100%),linear-gradient(0deg,rgba(4,20,15,.72),transparent 47%)}
.hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 24%,transparent 72%,rgba(0,0,0,.2))}
.hero-grain{position:absolute;inset:0;opacity:.19;mix-blend-mode:soft-light;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='.82' 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-ambient{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;opacity:.4;mix-blend-mode:screen}
.hero-ambient-one{width:520px;height:520px;right:-150px;top:8%;background:radial-gradient(circle,rgba(207,163,74,.16),transparent 68%);animation:floatGlow 10s ease-in-out infinite alternate}
.hero-ambient-two{width:420px;height:420px;left:36%;bottom:-260px;background:radial-gradient(circle,rgba(30,113,78,.2),transparent 70%);animation:floatGlow 13s ease-in-out infinite alternate-reverse}
@keyframes floatGlow{to{transform:translate3d(30px,-18px,0) scale(1.08)}}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .57fr;align-items:center;gap:105px;padding-top:126px;padding-bottom:88px}
.hero-copy{max-width:790px}
.hero-status{width:max-content;max-width:100%;display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);backdrop-filter:blur(10px);border-radius:999px;color:rgba(255,255,255,.66);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}
.status-dot{width:6px;height:6px;border-radius:50%;background:#6ddc99;box-shadow:0 0 0 5px rgba(109,220,153,.1)}
.eyebrow{font-size:.68rem;text-transform:uppercase;letter-spacing:.24em;font-weight:700;color:#dcc491;margin-bottom:28px}
.hero-copy h1{font-size:clamp(4.25rem,7.5vw,7.65rem);line-height:.805;margin-bottom:30px;max-width:840px}
.hero-copy h1 em{display:inline-block;font-size:.71em;color:#ead7aa;font-style:italic;letter-spacing:-.02em}
.hero-lead{max-width:640px;color:rgba(255,255,255,.73);font-size:1.04rem;line-height:1.82;margin-bottom:35px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{border-radius:999px;padding:15px 23px;font-size:.84rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .25s var(--ease),background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}
.btn:before{content:"";position:absolute;top:-120%;left:-25%;width:30%;height:340%;transform:rotate(22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transition:left .65s var(--ease);pointer-events:none}
.btn:hover:before{left:120%}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--gold-light);color:var(--green-950);box-shadow:0 16px 35px rgba(220,191,118,.16)}
.btn-primary:hover{background:#f1d99d;box-shadow:0 22px 42px rgba(220,191,118,.22)}
.btn-arrow{font-size:1rem}
.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.29);background:rgba(255,255,255,.025)}
.btn-ghost:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.5)}
.hero-note{display:flex;gap:10px;align-items:center;margin-top:27px;color:rgba(255,255,255,.48);font-size:.7rem}
.dot{width:7px;height:7px;border-radius:50%;background:#58d08b;box-shadow:0 0 0 5px rgba(88,208,139,.1)}
.hero-catalog-card{position:relative;width:min(100%,365px);justify-self:end;background:linear-gradient(155deg,rgba(255,255,255,.105),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);padding:11px;border-radius:29px;color:#fff;cursor:pointer;box-shadow:0 38px 90px rgba(0,0,0,.34);backdrop-filter:blur(14px);transform:rotate(2.3deg);transform-style:preserve-3d;transition:transform .55s var(--ease),background .3s ease,border-color .3s ease;will-change:transform}
.hero-catalog-card:before{content:"";position:absolute;inset:-1px;border-radius:29px;background:linear-gradient(135deg,rgba(234,210,148,.35),transparent 38%,transparent 70%,rgba(255,255,255,.12));padding:1px;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}
.hero-catalog-card:hover{background:linear-gradient(155deg,rgba(255,255,255,.14),rgba(255,255,255,.05));border-color:rgba(234,210,148,.25)}
.catalog-card-glow{position:absolute;inset:12% -22% 20% 38%;background:radial-gradient(circle,rgba(219,177,86,.18),transparent 66%);filter:blur(18px);pointer-events:none}
.catalog-edition{position:absolute;z-index:5;top:22px;left:-22px;padding:9px 14px;border-radius:999px;background:var(--gold);color:var(--green-950);font-size:.55rem;font-weight:800;letter-spacing:.15em;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.hero-card-image{position:relative;display:block;overflow:hidden;border-radius:20px;aspect-ratio:4/5.45;background:#eee;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.hero-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(4,19,14,.18));pointer-events:none}
.hero-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.hero-catalog-card:hover img{transform:scale(1.035)}
.hero-card-caption{display:flex;align-items:center;justify-content:space-between;padding:16px 8px 9px 10px;text-align:left}
.hero-card-caption span{display:grid;gap:4px}
.hero-card-caption small{font-size:.55rem;letter-spacing:.18em;color:#c9b98e}
.hero-card-caption strong{font-family:var(--font-serif);font-size:1.24rem}
.hero-card-caption svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.35;transition:transform .3s var(--ease)}
.hero-catalog-card:hover svg{transform:translateX(3px)}
.scroll-cue{position:absolute;z-index:2;left:max(29px,calc((100vw - 1200px)/2));bottom:24px;display:flex;align-items:center;gap:14px;font-size:.52rem;letter-spacing:.26em;color:rgba(255,255,255,.4);writing-mode:vertical-rl}
.scroll-cue i{display:block;width:1px;height:50px;background:linear-gradient(#d7bb72,transparent);animation:scrollCue 2s ease-in-out infinite}
@keyframes scrollCue{50%{height:60px;opacity:.7}}
.hero-side-label{position:absolute;z-index:2;right:30px;bottom:34px;display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.27);font-size:.48rem;letter-spacing:.2em;transform:rotate(-90deg) translateX(100%);transform-origin:right bottom}
.hero-side-label i{width:30px;height:1px;background:rgba(234,210,148,.32)}
.trust-track{white-space:nowrap;display:flex;align-items:center;gap:30px;min-width:max-content;animation:marquee 31s linear infinite}
.trust-track span{font-size:1.08rem}
.trust-track i{font-style:normal;font-size:.55rem;opacity:.65}
@keyframes marquee{to{transform:translateX(-50%)}}
.featured{padding-top:124px;padding-bottom:132px}
.text-button{background:none;color:var(--green-900);font-weight:700;cursor:pointer;padding:8px 0;border-bottom:1px solid rgba(11,47,36,.35)}
.text-button b{color:var(--gold);margin-left:6px}
.catalog-section{position:relative;background:var(--green-950);color:#fff;overflow:hidden;padding:142px 0;isolation:isolate}
.catalog-backdrop{position:absolute;z-index:-3;inset:0;background:radial-gradient(circle at 83% 28%,rgba(201,154,58,.14),transparent 34%),radial-gradient(circle at 13% 82%,rgba(255,255,255,.04),transparent 31%),linear-gradient(135deg,#071d17,#061a14)}
.catalog-backdrop:after{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent)}
.catalog-ring{position:absolute;z-index:-2;border:1px solid rgba(234,210,148,.09);border-radius:50%}
.catalog-ring-one{width:520px;height:520px;right:-160px;top:-160px}
.catalog-ring-two{width:760px;height:760px;right:-280px;top:-275px}
.catalog-layout{position:relative;display:grid;grid-template-columns:.84fr 1fr;gap:105px;align-items:center}
.catalog-copy h2{font-size:clamp(3.4rem,5.3vw,5.65rem);margin-bottom:28px}
.catalog-copy h2 em{font-style:italic}
.catalog-copy p{color:rgba(255,255,255,.61);line-height:1.88;max-width:530px;font-size:.9rem}
.catalog-actions{display:flex;align-items:center;gap:27px;margin-top:35px;flex-wrap:wrap}
.btn-cream{background:var(--cream);color:var(--green-950)}
.btn-cream:hover{background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.text-link{font-size:.77rem;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}
.text-link.light{color:#e4d6b4}
.text-link span{margin-left:4px;color:var(--gold-light)}
.catalog-stats{display:flex;gap:44px;margin-top:49px;padding-top:29px;border-top:1px solid rgba(255,255,255,.11)}
.catalog-stats div{display:grid;gap:2px}
.catalog-stats strong{font-family:var(--font-serif);font-size:2.15rem;color:var(--gold-light);line-height:1}
.catalog-stats span{font-size:.59rem;color:rgba(255,255,255,.43);text-transform:uppercase;letter-spacing:.09em}
.catalog-preview{position:relative;height:670px;background:none;cursor:pointer;perspective:1400px;transform-style:preserve-3d;will-change:transform}
.preview-shadow{position:absolute;left:27%;right:7%;bottom:2%;height:90px;background:radial-gradient(ellipse,rgba(0,0,0,.43),transparent 65%);filter:blur(16px)}
.preview-sheet{position:absolute;left:50%;top:50%;width:380px;aspect-ratio:4/5.65;border-radius:19px;overflow:hidden;box-shadow:0 38px 85px rgba(0,0,0,.36);transition:transform .75s var(--ease),filter .5s ease}
.preview-sheet img{width:100%;height:100%;object-fit:cover}
.preview-sheet.front{transform:translate(-43%,-50%) rotate(4deg);z-index:3}
.preview-sheet.mid{transform:translate(-61%,-48%) rotate(-4deg);z-index:2;filter:brightness(.92)}
.preview-sheet.back{transform:translate(-73%,-44%) rotate(-10deg);z-index:1;filter:brightness(.8)}
.catalog-preview:hover .front{transform:translate(-39%,-52%) rotate(.5deg)}
.catalog-preview:hover .mid{transform:translate(-70%,-51%) rotate(-8deg)}
.catalog-preview:hover .back{transform:translate(-93%,-46%) rotate(-15deg)}
.preview-badge{position:absolute;right:3%;top:17%;z-index:5;width:108px;height:108px;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#d9b55d,#bb8a2c);color:var(--green-950);box-shadow:0 18px 42px rgba(0,0,0,.27);transition:transform .42s var(--ease)}
.preview-badge small{font-size:.47rem;letter-spacing:.15em;font-weight:700}
.preview-badge b{font-family:var(--font-serif);font-size:1.45rem;letter-spacing:-.02em}
.catalog-preview:hover .preview-badge{transform:rotate(8deg) scale(1.05)}
.order-section{display:grid;grid-template-columns:1.05fr .8fr;gap:98px;align-items:center}
.order-visual{position:relative;border-radius:28px;overflow:visible}
.order-visual img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow-deep);filter:saturate(.93);transition:transform .8s var(--ease)}
.order-visual:hover img{transform:scale(1.012)}
.order-visual-shade{position:absolute;inset:0;border-radius:28px;background:linear-gradient(0deg,rgba(5,26,19,.34),transparent 42%);pointer-events:none}
.order-visual:before{content:"";position:absolute;z-index:-1;inset:28px -28px -28px 28px;border-radius:28px;border:1px solid #d8bd7c;opacity:.55}
.order-visual-tag{position:absolute;right:-30px;bottom:36px;width:158px;height:158px;background:linear-gradient(145deg,#dab85f,#bd8a2b);border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(-8deg);color:var(--green-950);box-shadow:0 20px 44px rgba(79,57,17,.2)}
.order-visual-tag span{font-size:.58rem;text-transform:uppercase;letter-spacing:.16em}
.order-visual-tag strong{font-family:var(--font-serif);font-size:1.8rem}
.order-visual-caption{position:absolute;left:24px;bottom:22px;display:grid;color:#fff}
.order-visual-caption span{font-family:var(--font-serif);font-size:1.1rem}
.order-visual-caption small{font-size:.55rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.63)}
.order-copy h2{font-size:clamp(3.1rem,5vw,5.15rem);margin-bottom:37px}
.steps{list-style:none;padding:0;margin:0 0 35px}
.steps li{display:grid;grid-template-columns:47px 1fr;gap:18px;padding:19px 0;border-bottom:1px solid #ddd6c9;transition:padding-left .25s var(--ease)}
.steps li:hover{padding-left:5px}
.steps li>span{font-size:.61rem;color:var(--gold);font-weight:700;padding-top:4px;letter-spacing:.08em}
.steps strong{font-family:var(--font-serif);font-size:1.42rem}
.steps p{margin:4px 0 0;color:var(--muted);font-size:.78rem;line-height:1.65}
.order-small{font-size:.64rem;color:#81877f;margin:16px 0 0;line-height:1.55}
.site-footer{position:relative;background:#051812;color:#fff;padding:61px 0 27px;overflow:hidden}
.footer-glow{position:absolute;width:460px;height:300px;right:-150px;bottom:-180px;border-radius:50%;background:radial-gradient(circle,rgba(202,159,67,.13),transparent 67%)}
.footer-grid{position:relative;display:grid;grid-template-columns:1fr auto auto;gap:76px;align-items:center}
.footer-brand{display:flex;gap:14px;align-items:center}
.footer-brand img{width:61px;height:61px;border-radius:50%;object-fit:cover}
.footer-brand div{display:grid}
.footer-brand strong{font-family:var(--font-serif);font-size:1.52rem}
.footer-brand span{font-size:.62rem;color:rgba(255,255,255,.47);text-transform:uppercase;letter-spacing:.08em}
.footer-links{display:flex;gap:24px;font-size:.7rem;color:rgba(255,255,255,.66)}
.footer-links a{transition:color .2s ease}
.footer-links a:hover{color:var(--gold-light)}
.footer-cta{display:grid;text-align:right;gap:6px}
.footer-cta span{font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4)}
.footer-cta a{font-family:var(--font-serif);font-size:1.38rem;color:var(--gold-light)}
.footer-bottom{position:relative;margin-top:38px;padding-top:21px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:.58rem;color:rgba(255,255,255,.31);letter-spacing:.02em}
.catalog-modal{position:fixed;inset:0;z-index:3000;background:radial-gradient(circle at 50% 40%,#0d2a20,#071611 65%);color:#fff;display:grid;grid-template-rows:74px 1fr 106px;opacity:0;visibility:hidden;transform:scale(.985);transition:opacity .3s ease,visibility .3s ease,transform .3s var(--ease)}
.catalog-modal.open{opacity:1;visibility:visible;transform:scale(1)}
.catalog-modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(4,20,15,.82);backdrop-filter:blur(15px)}
.modal-brand{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.82)}
.modal-brand img{width:43px;height:43px;border-radius:50%;object-fit:cover}
.modal-brand span{display:grid}
.modal-brand b{font-family:var(--font-serif);font-size:1rem;font-weight:600}
.modal-brand small{font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4)}
.modal-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.modal-hint{font-size:.57rem;color:rgba(255,255,255,.3);margin-right:8px}
.page-counter{font-size:.68rem;color:rgba(255,255,255,.52)}
.page-counter b{color:var(--gold-light)}
.page-label{font-size:.58rem;letter-spacing:.10em;text-transform:uppercase;color:rgba(255,255,255,.45);padding:0 4px}
.modal-toggle{height:39px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-size:.62rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s var(--ease)}
.modal-toggle:hover{background:rgba(255,255,255,.14);transform:translateY(-1px)}
.modal-wa{height:39px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border-radius:999px;background:#1f8f59;font-size:.62rem;font-weight:700}
.modal-wa span{font-size:.75rem}
.modal-wa:hover{background:#197849}
.modal-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s var(--ease)}
.modal-icon:hover{background:rgba(255,255,255,.13);transform:translateY(-1px)}
.modal-icon svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.6}
.catalog-modal-body{position:relative;min-height:0;display:grid;grid-template-columns:66px 1fr 66px;align-items:center}
.catalog-stage{height:100%;min-height:0;display:grid;place-items:center;overflow:hidden;padding:26px 21px}
.catalog-stage img{max-height:calc(100vh - 236px);max-width:min(900px,calc(100vw - 185px));width:auto;object-fit:contain;border-radius:12px;box-shadow:0 28px 90px rgba(0,0,0,.48);background:#f5f1e8;transition:opacity .2s ease;user-select:none;-webkit-user-drag:none}
.catalog-stage img.switching{opacity:.22}
.catalog-mobile-note{display:none;text-align:center;padding:0 16px 14px;color:rgba(255,255,255,.42);font-size:.58rem;letter-spacing:.05em}
.catalog-modal.read-mode .catalog-stage{place-items:start center;overflow:auto;padding:20px 21px 26px;-webkit-overflow-scrolling:touch}
.catalog-modal.read-mode .catalog-stage img{width:min(920px,100%);max-width:100%;max-height:none;height:auto}
.catalog-modal.read-mode .catalog-mobile-note{display:block}
.catalog-arrow{width:48px;height:48px;border-radius:50%;justify-self:center;background:rgba(255,255,255,.08);color:#fff;font-size:2rem;cursor:pointer;display:grid;place-items:center;line-height:1;transition:background .2s ease,transform .2s var(--ease)}
.catalog-arrow:hover{background:rgba(255,255,255,.15);transform:scale(1.03)}
.catalog-arrow:disabled{opacity:.22;cursor:default;transform:none}
.thumb-rail{display:flex;gap:9px;align-items:center;overflow-x:auto;padding:12px 23px;border-top:1px solid rgba(255,255,255,.07);scrollbar-width:thin;background:rgba(3,17,12,.72);scroll-snap-type:x proximity}
.thumb-btn{flex:0 0 auto;width:55px;height:79px;padding:0;border-radius:7px;overflow:hidden;cursor:pointer;opacity:.42;background:#fff;outline:2px solid transparent;outline-offset:2px;transition:opacity .2s ease,transform .2s var(--ease),outline-color .2s ease;scroll-snap-align:center}
.thumb-btn img{width:100%;height:100%;object-fit:cover}
.thumb-btn:hover{opacity:.75;transform:translateY(-2px)}
.thumb-btn.active{opacity:1;outline-color:var(--gold-light);transform:translateY(-2px)}
[data-reveal]{opacity:0;transition:opacity .86s var(--ease),transform .86s var(--ease),clip-path 1s var(--ease);will-change:opacity,transform}
[data-reveal="up"]{transform:translateY(34px)}
[data-reveal="left"]{transform:translateX(-36px)}
[data-reveal="right"]{transform:translateX(36px)}
[data-reveal].revealed{opacity:1;transform:none}
.image-reveal{clip-path:inset(0 0 18% 0 round 28px)}
.image-reveal.revealed{clip-path:inset(0 0 0 0 round 28px)}
@media (max-width:1100px){
  .desktop-nav{gap:20px;margin-right:20px}
  .brand{min-width:210px}
  .hero-content{grid-template-columns:1.08fr .55fr;gap:65px}
  .hero-copy h1{font-size:clamp(4rem,7.2vw,6.6rem)}
  .catalog-layout{gap:65px}
}
@media (max-width:980px){
  .container{width:min(100% - 38px,790px)}
  .section{padding:94px 0}
  .desktop-nav,.header-cta{display:none}
  .site-header{padding-inline:19px;height:78px}
  .site-header.scrolled{height:70px}
  .brand{min-width:0}
  .brand img,.site-header.scrolled .brand img{width:47px;height:47px}
  .brand strong{font-size:1.23rem}
  .nav-toggle{margin-left:auto;display:grid;width:43px;height:43px;border-radius:50%;place-content:center;gap:7px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
  .nav-toggle span{display:block;width:18px;height:1px;background:currentColor;transition:.3s}
  .nav-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}
  .nav-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .mobile-nav{display:grid;position:absolute;left:16px;right:16px;top:78px;background:rgba(5,27,20,.98);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:16px;gap:4px;opacity:0;visibility:hidden;transform:translateY(-9px);transition:.25s var(--ease);box-shadow:0 22px 55px rgba(0,0,0,.25);backdrop-filter:blur(18px)}
  .site-header.scrolled .mobile-nav{top:70px}
  .mobile-nav.open{opacity:1;visibility:visible;transform:none}
  .mobile-nav a{padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.07);font-size:.82rem}
  .mobile-nav a:last-child{margin-top:8px;border:0;border-radius:13px;background:var(--gold);color:var(--green-950);text-align:center;font-weight:700}
  .hero-content{grid-template-columns:1fr;gap:46px;padding-top:130px;padding-bottom:78px}
  .hero-copy h1{font-size:clamp(4rem,12vw,6rem)}
  .hero-catalog-card{display:none}
  .hero-overlay{background:linear-gradient(90deg,rgba(4,22,16,.98),rgba(4,22,16,.78)),linear-gradient(0deg,rgba(4,22,16,.76),transparent)}
  .hero-bg{background-position:58% center}
  .hero-side-label,.scroll-cue{display:none}
  .catalog-layout,.order-section,.final-cta-card{grid-template-columns:1fr;gap:55px}
  .catalog-layout{gap:25px}
  .catalog-preview{height:590px}
  .order-visual img{height:440px}
  .order-visual-tag{right:15px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-links{display:none}
  .footer-cta{justify-self:end}
  .catalog-modal-body{grid-template-columns:49px 1fr 49px}
  .catalog-stage img{max-width:calc(100vw - 115px)}
  .modal-hint{display:none}
}
@media (max-width:640px){
  .container{width:calc(100% - 28px)}
  .section{padding:76px 0}
  .section-kicker{margin-bottom:13px}
  .brand span{display:none}
  .hero{min-height:94svh}
  .hero-content{padding-top:104px;padding-bottom:58px}
  .hero-status{font-size:.52rem;margin-bottom:18px}
  .eyebrow{font-size:.58rem;margin-bottom:21px}
  .hero-copy h1{font-size:clamp(3.55rem,16vw,5.25rem);line-height:.83;margin-bottom:23px}
  .hero-copy h1 em{font-size:.67em}
  .hero-lead{font-size:.91rem;line-height:1.72;margin-bottom:27px}
  .hero-actions{display:grid}
  .btn{width:100%;padding-block:14px}
  .hero-note{font-size:.64rem;align-items:flex-start}
  .trust-track span{font-size:.96rem}
  .order-copy h2,.final-cta-card h2{font-size:clamp(2.8rem,13vw,4rem)}
  .featured{padding-top:87px}
  .text-button{justify-self:start;text-align:left}
  .catalog-section{padding:94px 0}
  .catalog-copy h2{font-size:clamp(3rem,13vw,4.25rem)}
  .catalog-actions{display:grid;gap:18px}
  .text-link{width:max-content}
  .catalog-preview{height:450px}
  .preview-sheet{width:255px}
  .preview-badge{width:84px;height:84px;right:0;top:16%}
  .preview-badge small{font-size:.4rem}
  .preview-badge b{font-size:1.08rem}
  .catalog-stats{gap:25px}
  .catalog-stats strong{font-size:1.9rem}
  .order-section{gap:62px}
  .order-visual img{height:335px}
  .order-visual:before{inset:18px -10px -18px 18px}
  .order-visual-tag{width:123px;height:123px;right:8px;bottom:-32px}
  .order-visual-tag strong{font-size:1.48rem}
  .order-copy{padding-top:18px}
  .order-visual-caption{left:19px;bottom:17px}
  .order-visual-caption small{max-width:120px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-cta{text-align:left;justify-self:start}
  .footer-bottom{display:grid;gap:8px}
  .wa-label{font-size:.68rem}
  .catalog-modal{grid-template-rows:62px 1fr 90px}
  .catalog-modal-header{padding:0 11px}
  .modal-brand span{display:none}
  .modal-brand img{width:38px;height:38px}
  .modal-actions{gap:6px}
  .modal-toggle{height:38px;padding:0 12px;font-size:.58rem}
  .modal-wa{width:40px;padding:0;justify-content:center;font-size:0}
  .modal-wa span{font-size:.8rem}
  .page-counter,.page-label{display:none}
  .modal-icon{width:38px;height:38px}
  .catalog-modal-body{grid-template-columns:1fr}
  .catalog-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);background:rgba(6,28,20,.76);backdrop-filter:blur(9px)}
  .catalog-arrow:hover{transform:translateY(-50%)}
  .catalog-arrow.prev{left:8px}
  .catalog-arrow.next{right:8px}
  .catalog-stage{padding:12px 6px}
  .catalog-stage img{max-width:calc(100vw - 22px);max-height:calc(100vh - 188px)}
  .catalog-modal.read-mode .catalog-stage{padding:16px 8px 22px}
  .catalog-mobile-note{display:block}
  .thumb-rail{padding:8px 11px;gap:7px}
  .thumb-btn{width:45px;height:65px}
}
@media (max-width:390px){
  .hero-copy h1{font-size:3.45rem}
  .hero-status{white-space:nowrap;max-width:100%;overflow:hidden}
  .catalog-preview{height:415px}
  .preview-sheet{width:235px}
  .wa-label{display:none}
}
body{overscroll-behavior-x:none}
.catalog-stage{overscroll-behavior:contain;scrollbar-gutter:stable both-edges}
.catalog-stage img{touch-action:pan-y pinch-zoom}
.catalog-modal:not(.read-mode) .catalog-stage img{touch-action:manipulation}
.catalog-mobile-toolbar{display:none}
@media (hover:hover) and (pointer:fine){
}
@media (max-width:640px){
  .hero{min-height:auto;padding-bottom:22px}
  .hero-content{padding-top:101px;padding-bottom:40px;gap:34px}
  .hero-copy h1{font-size:clamp(3.45rem,15.4vw,5rem);line-height:.84}
  .hero-bg{inset:-2%;transform:scale(1.025);animation:none;background-position:61% center}
  .hero-ambient{animation:none;opacity:.26}
  .hero-catalog-card{display:grid;
    width:min(76vw,282px);
    justify-self:center;
    padding:8px;
    border-radius:24px;
    transform:none!important;
    background:linear-gradient(155deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
    box-shadow:0 28px 70px rgba(0,0,0,.31);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);}
  .hero-catalog-card:before{border-radius:24px}
  .hero-card-image{border-radius:17px;aspect-ratio:4/5.35}
  .catalog-edition{font-size:.47rem;top:19px;right:19px;padding:6px 8px}
  .hero-card-caption{padding:12px 7px 7px 8px}
  .hero-card-caption strong{font-size:1.08rem}
  .hero-card-caption small{font-size:.47rem}
  .hero-card-caption svg{width:25px;height:25px}
  .section{padding:70px 0}
  .featured{overflow:hidden;padding-top:82px;padding-bottom:94px}
  .catalog-modal{grid-template-rows:58px minmax(0,1fr) 62px 78px;transform:none;transition:opacity .24s ease,visibility .24s ease}
  .catalog-modal.open{transform:none}
  .catalog-modal-header{padding:0 10px}
  .modal-brand{gap:8px}
  .modal-brand img{width:37px;height:37px}
  .modal-actions{gap:5px;flex-wrap:nowrap}
  .modal-toggle{display:none}
  .modal-wa{height:37px;width:37px}
  .modal-icon{width:37px;height:37px}
  .catalog-modal-body{grid-template-columns:1fr;min-height:0;overflow:hidden}
  .catalog-arrow{display:none}
  .catalog-stage{padding:10px 7px 14px;overflow:hidden;align-content:center;scrollbar-gutter:auto}
  .catalog-stage img{max-width:calc(100vw - 20px);max-height:calc(100dvh - 222px);border-radius:9px;box-shadow:0 20px 55px rgba(0,0,0,.42)}
  .catalog-modal.read-mode .catalog-stage{overflow:auto;padding:12px 7px 20px;align-content:start;place-items:start center}
  .catalog-modal.read-mode .catalog-stage img{width:100%;max-width:100%;max-height:none;border-radius:7px}
  .catalog-mobile-note{display:none!important}
  .catalog-mobile-toolbar{display:grid;
    grid-template-columns:46px minmax(0,1fr) auto 46px;
    gap:7px;
    align-items:center;
    padding:8px 10px;
    background:rgba(4,20,15,.94);
    border-top:1px solid rgba(255,255,255,.07);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);}
  .catalog-mobile-step{height:43px;
    border-radius:14px;
    background:rgba(255,255,255,.075);
    color:#fff;
    font-size:1.7rem;
    line-height:1;
    display:grid;
    place-items:center;}
  .catalog-mobile-step:disabled{opacity:.28}
  .catalog-mobile-page{min-width:0;display:grid;gap:2px;padding-left:3px}
  .catalog-mobile-page small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,.66);font-size:.56rem;letter-spacing:.04em}
  .catalog-mobile-page span{color:rgba(255,255,255,.38);font-size:.56rem}
  .catalog-mobile-page b{color:var(--gold-light);font-size:.68rem}
  .catalog-mobile-mode{height:35px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(234,210,148,.12);
    border:1px solid rgba(234,210,148,.18);
    color:var(--gold-light);
    font-size:.53rem;
    font-weight:700;
    letter-spacing:.04em;}
  .catalog-mobile-mode[aria-pressed="true"]{background:var(--gold-light);color:var(--green-950);border-color:var(--gold-light)}
  .thumb-rail{height:78px;padding:7px 10px;gap:7px;background:#03130e;scroll-snap-type:x mandatory}
  .thumb-btn{width:41px;height:58px;border-radius:6px;opacity:.34;outline-offset:1px}
  .thumb-btn.active{opacity:1;transform:none}
}
@media (max-width:390px){
  .hero-catalog-card{width:min(79vw,264px)}
  .catalog-mobile-toolbar{grid-template-columns:42px minmax(0,1fr) auto 42px;padding-inline:7px}
  .catalog-mobile-step{height:41px}
  .catalog-mobile-mode{padding-inline:8px;font-size:.49rem}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
  .hero-bg,.hero-ambient{animation:none!important;transform:none!important}
  .trust-track{animation:none}
  [data-reveal]{opacity:1!important;transform:none!important}
  .image-reveal{clip-path:none!important}
}
.trust-track{animation-duration:38s}
[data-reveal]{transition-duration:.74s}
.heritage-section{position:relative;padding-top:92px;padding-bottom:118px;background:linear-gradient(180deg,#f6f0e5 0%,#fbf8f1 100%);overflow:hidden}
.heritage-section:before{content:"";position:absolute;width:620px;height:620px;left:-340px;top:-260px;border:1px solid rgba(18,73,54,.06);border-radius:50%;box-shadow:0 0 0 72px rgba(18,73,54,.018),0 0 0 144px rgba(18,73,54,.012);pointer-events:none}
.heritage-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:88px;align-items:center}
.heritage-copy{max-width:480px}
.heritage-copy h2{font-size:clamp(3.25rem,5vw,5.2rem);margin-bottom:28px;color:var(--green-900)}
.heritage-copy h2 em{color:var(--green-700);font-style:italic}
.heritage-copy>p{font-size:.96rem;line-height:1.9;color:var(--muted);margin-bottom:34px}
.heritage-notes{display:grid;border-top:1px solid #ded5c5}
.heritage-notes span{display:flex;align-items:center;gap:15px;padding:13px 0;border-bottom:1px solid #ded5c5;color:#4e5e53;font-family:var(--font-serif);font-size:1.04rem}
.heritage-notes b{font-family:var(--font-sans);font-size:.56rem;letter-spacing:.12em;color:var(--gold);min-width:24px}
.heritage-gallery{position:relative;min-height:570px}
.heritage-photo{position:absolute;margin:0;overflow:hidden;background:#ddd8cd;box-shadow:var(--shadow-deep)}
.heritage-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease),filter .5s ease;filter:saturate(.92) contrast(1.02)}
.heritage-photo:hover img{transform:scale(1.025);filter:saturate(1)}
.heritage-photo-main{left:0;top:36px;width:73%;height:475px;border-radius:32px}
.heritage-photo-main img{object-position:center 36%}
.heritage-photo-small{right:0;width:36%;height:225px;border-radius:25px;border:8px solid var(--paper)}
.heritage-photo-small.top{top:0}
.heritage-photo-small.bottom{bottom:0}
.heritage-photo-small.bottom img{object-position:center 60%}
.heritage-seal{position:absolute;left:62%;top:44%;width:126px;height:126px;border-radius:50%;display:grid;place-content:center;text-align:center;gap:1px;color:var(--green-950);background:linear-gradient(145deg,#ead28e,#c99a3a);box-shadow:0 18px 45px rgba(69,48,10,.22);transform:rotate(-7deg);border:1px solid rgba(255,255,255,.45)}
.heritage-seal:before{content:"";position:absolute;inset:8px;border:1px solid rgba(5,36,26,.2);border-radius:50%}
.heritage-seal small,.heritage-seal em{font-family:var(--font-sans);font-style:normal;font-size:.44rem;letter-spacing:.17em;font-weight:700}
.heritage-seal b{font-family:var(--font-serif);font-size:1.18rem;line-height:1}
.catalog-mobile-thumbs{display:none}
@media (max-width:980px){
  .heritage-layout{grid-template-columns:1fr;gap:48px}
  .heritage-copy{max-width:650px}
  .heritage-gallery{min-height:590px}
  .heritage-photo-main{width:76%;height:500px}
  .heritage-photo-small{width:34%;height:230px}
  .heritage-seal{left:67%;top:45%}
}
@media (max-width:640px){
  .mobile-nav{left:10px;right:10px;padding:21px 18px 17px;border-radius:25px;background:radial-gradient(circle at 100% 0%,rgba(202,159,67,.15),transparent 38%),rgba(4,25,18,.985);box-shadow:0 28px 80px rgba(0,0,0,.36);border-color:rgba(255,255,255,.095);gap:0}
  .mobile-nav:before{content:"Explora Delicias del Cedro";display:block;padding:2px 12px 13px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08);font-family:var(--font-serif);font-size:1.35rem;color:#fff}
  .mobile-nav a{padding:13px 12px;font-family:var(--font-serif);font-size:1.18rem;color:rgba(255,255,255,.82)}
  .mobile-nav a:last-child{font-family:var(--font-sans);font-size:.73rem;padding:13px;margin-top:12px;border-radius:999px;background:var(--gold-light)}
  .heritage-section{padding:72px 0 78px}
  .heritage-layout{gap:36px}
  .heritage-copy h2{font-size:clamp(3rem,13vw,4.1rem);margin-bottom:22px}
  .heritage-copy>p{font-size:.89rem;line-height:1.82;margin-bottom:26px}
  .heritage-notes span{padding:11px 0;font-size:.98rem}
  .heritage-gallery{min-height:430px;margin-inline:-2px}
  .heritage-photo-main{left:0;top:26px;width:78%;height:350px;border-radius:24px}
  .heritage-photo-main img{object-position:center 40%}
  .heritage-photo-small{width:37%;height:166px;border-width:6px;border-radius:19px}
  .heritage-photo-small.top{top:0}
  .heritage-photo-small.bottom{bottom:0}
  .heritage-seal{left:auto;right:26%;top:48%;width:91px;height:91px}
  .heritage-seal b{font-size:.86rem}
  .heritage-seal small,.heritage-seal em{font-size:.34rem}
  .catalog-modal{grid-template-rows:58px minmax(0,1fr) 62px 0;transition:grid-template-rows .24s var(--ease),opacity .24s ease,visibility .24s ease}
  .catalog-modal.thumbs-open{grid-template-rows:58px minmax(0,1fr) 62px 78px}
  .thumb-rail{height:0;min-height:0;padding:0 10px;border-top-color:transparent;overflow:hidden;opacity:0;transition:height .24s var(--ease),padding .24s var(--ease),opacity .18s ease,border-color .18s ease}
  .catalog-modal.thumbs-open .thumb-rail{height:78px;padding:7px 10px;opacity:1;border-top-color:rgba(255,255,255,.07);overflow-x:auto}
  .catalog-mobile-toolbar{grid-template-columns:43px minmax(0,1fr) auto 38px 43px;gap:6px;padding-inline:8px}
  .catalog-mobile-thumbs{display:grid;place-items:center;width:38px;height:35px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:1rem;line-height:1}
  .catalog-mobile-thumbs[aria-pressed="true"]{background:rgba(234,210,148,.16);color:var(--gold-light);border-color:rgba(234,210,148,.24)}
  .catalog-mobile-mode{padding-inline:9px}
  .catalog-stage{background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.025),transparent 55%)}
  .trust-track{animation-duration:52s}
}
@media (max-width:390px){
  .heritage-gallery{min-height:395px}
  .heritage-photo-main{height:325px}
  .heritage-photo-small{height:151px}
  .catalog-mobile-toolbar{grid-template-columns:40px minmax(0,1fr) auto 35px 40px;gap:4px;padding-inline:6px}
  .catalog-mobile-thumbs{width:35px;padding:0}
  .catalog-mobile-mode{padding-inline:7px;font-size:.48rem}
}
.catalog-modal{grid-template-rows:74px 2px 1fr 106px}
.catalog-reading-progress{position:relative;height:2px;background:rgba(255,255,255,.04);overflow:hidden;z-index:4}
.catalog-reading-progress span{display:block;width:5.26%;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));box-shadow:0 0 14px rgba(234,210,148,.22);transition:width .28s var(--ease)}
.catalog-stage img.switching-left{opacity:.18;transform:translateX(-9px)}
.catalog-stage img.switching-right{opacity:.18;transform:translateX(9px)}
.catalog-stage img{transition:opacity .18s ease,transform .18s var(--ease)}
.mobile-bottom-dock{display:none}
@media (min-width:981px){
}
@media (max-width:980px){
  .catalog-modal{grid-template-rows:74px 2px 1fr 106px}
}
@media (max-width:640px){
  body{padding-bottom:72px}
  .site-footer{padding-bottom:88px}
  .hero-quick-links::-webkit-scrollbar{display:none}
  .catalog-modal{grid-template-rows:58px 2px minmax(0,1fr) 62px 0}
  .catalog-modal.thumbs-open{grid-template-rows:58px 2px minmax(0,1fr) 62px 78px}
  .catalog-reading-progress{height:2px}
  .mobile-bottom-dock{position:fixed;z-index:900;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:5px;padding:6px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(5,28,20,.91);box-shadow:0 18px 55px rgba(0,0,0,.28);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);transform:translateY(88px);opacity:0;transition:transform .35s var(--ease),opacity .28s ease}
  body.dock-visible .mobile-bottom-dock{transform:none;opacity:1}
  body.modal-open .mobile-bottom-dock{transform:translateY(88px);opacity:0;pointer-events:none}
  .mobile-bottom-dock a,.mobile-bottom-dock button{min-width:0;border-radius:16px;background:transparent;color:rgba(255,255,255,.64);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.5rem;font-weight:700;letter-spacing:.04em;cursor:pointer}
  .mobile-bottom-dock svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}
  .mobile-bottom-dock a:active,.mobile-bottom-dock button:active{transform:scale(.97)}
}
@media (prefers-reduced-motion:reduce){
  .catalog-stage img.switching-left,.catalog-stage img.switching-right{transform:none!important}
}
body.order-open{overflow:hidden}
.header-order-cta{margin-left:0;margin-right:10px;height:42px;padding:0 13px 0 16px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.82);display:flex;align-items:center;gap:9px;font-size:.69rem;font-weight:700;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s var(--ease)}
.header-order-cta:hover{background:rgba(255,255,255,.1);border-color:rgba(234,210,148,.32);transform:translateY(-1px)}
.header-cart-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.1);font-size:.61rem;color:rgba(255,255,255,.62);transition:.25s var(--ease)}
.header-cart-count.has-items{background:var(--gold-light);color:var(--green-950);box-shadow:0 0 0 4px rgba(234,210,148,.08)}
.desktop-nav{margin-left:auto}
.mobile-nav-order{display:none}
.btn-outline-light.added-flash{background:#237c53!important;color:#fff!important;border-color:#237c53!important;transform:scale(.96)}
.btn-outline-light{color:#fff;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.055);cursor:pointer}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.42)}
.floating-order{position:fixed;right:22px;bottom:92px;z-index:790;height:56px;padding:0 16px 0 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(5,30,22,.94);color:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 18px 45px rgba(2,20,14,.26);backdrop-filter:blur(15px);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transition:.3s var(--ease)}
body.has-cart-items .floating-order{opacity:1;visibility:visible;transform:none}
.floating-order:hover{transform:translateY(-3px);background:#0a3528}
.floating-order-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--gold-light);color:var(--green-950);font-size:1.2rem}
.floating-order>span:last-child{display:grid;text-align:left;line-height:1.05}
.floating-order small{font-size:.43rem;letter-spacing:.16em;color:rgba(255,255,255,.42)}
.floating-order strong{font-family:var(--font-serif);font-size:.94rem;font-weight:600;margin-top:4px}
.floating-order strong b{color:var(--gold-light)}
.order-overlay{position:fixed;inset:0;z-index:3200;background:rgba(1,12,8,.58);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.order-overlay.open{opacity:1;visibility:visible}
.order-drawer{position:fixed;z-index:3210;right:0;top:0;bottom:0;width:min(470px,100vw);background:linear-gradient(180deg,#fbf8f1,#f5eee2);color:var(--ink);display:grid;grid-template-rows:auto 1fr auto;box-shadow:-34px 0 90px rgba(1,16,11,.3);transform:translateX(102%);visibility:hidden;transition:transform .42s var(--ease),visibility .42s ease}
.order-drawer.open{transform:none;visibility:visible}
.order-drawer-header{padding:27px 27px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4dccd;background:rgba(251,248,241,.92);backdrop-filter:blur(16px)}
.order-drawer-kicker{display:block;margin-bottom:4px;color:var(--green-700);font-size:.55rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800}
.order-drawer-header h2{font-size:2.5rem;line-height:.9;margin:0;color:var(--green-900)}
.order-close{width:42px;height:42px;border-radius:50%;background:#ece5d8;color:var(--green-900);display:grid;place-items:center;font-size:1.65rem;line-height:1;cursor:pointer;transition:.22s var(--ease)}
.order-close:hover{background:var(--green-900);color:#fff;transform:rotate(4deg)}
.order-drawer-scroll{min-height:0;overflow-y:auto;padding:18px 22px 26px;scrollbar-width:thin;overscroll-behavior:contain}
.order-empty{padding:58px 20px;text-align:center;max-width:330px;margin:auto}
.order-empty[hidden]{display:none}
.order-empty-mark{width:58px;height:58px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:rgba(201,154,58,.12);color:var(--gold);font-size:1rem}
.order-empty h3{font-size:2rem;margin:0 0 10px;color:var(--green-900)}
.order-empty p{font-size:.8rem;line-height:1.75;color:var(--muted);margin-bottom:22px}
.order-empty button{padding:11px 16px;border-radius:999px;background:var(--green-900);color:#fff;font-size:.67rem;font-weight:800;cursor:pointer}
.order-items{display:grid;gap:12px}
.order-item{display:grid;grid-template-columns:78px 1fr;gap:13px;padding:10px;border:1px solid #e5dccd;border-radius:20px;background:rgba(255,255,255,.74);box-shadow:0 8px 24px rgba(4,30,21,.035)}
.order-item>img{width:78px;height:86px;border-radius:14px;object-fit:cover;background:#ddd}
.order-item-main{min-width:0;padding:4px 3px 2px 0;display:grid;gap:12px}
.order-item-heading{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}
.order-item-heading>div{min-width:0;display:grid;gap:2px}
.order-item-heading strong{font-family:var(--font-serif);font-size:1.18rem;line-height:1.02;color:var(--green-900)}
.order-item-heading small{font-size:.52rem;color:#818a81;text-transform:uppercase;letter-spacing:.06em}
.order-item-heading>button{width:27px;height:27px;border-radius:50%;background:#f0ebe2;color:#8b8d88;display:grid;place-items:center;cursor:pointer;font-size:1rem;line-height:1;transition:.2s}
.order-item-heading>button:hover{background:#e4d6c8;color:#8b4d3c}
.order-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.order-item-bottom>b{font-family:var(--font-serif);font-size:1.05rem;color:var(--green-900)}
.qty-control{height:34px;border-radius:999px;border:1px solid #ddd4c5;background:#fff;display:flex;align-items:center;overflow:hidden}
.qty-control button{width:32px;height:100%;background:transparent;color:var(--green-900);font-size:1rem;cursor:pointer}
.qty-control button:hover{background:#f2ecdf}
.qty-control span{min-width:48px;padding:0 4px;text-align:center;font-size:.61rem;font-weight:800;color:#536058}
.order-drawer-footer{padding:20px 24px max(22px,env(safe-area-inset-bottom));border-top:1px solid #ded6c8;background:rgba(251,248,241,.96);box-shadow:0 -18px 45px rgba(3,25,18,.045)}
.order-estimate{display:flex;align-items:end;justify-content:space-between;gap:16px}
.order-estimate span{font-size:.67rem;text-transform:uppercase;letter-spacing:.09em;color:#767e76;font-weight:700}
.order-estimate strong{font-family:var(--font-serif);font-size:2rem;line-height:1;color:var(--green-900)}
.order-drawer-footer>p{font-size:.57rem;line-height:1.55;color:#888f87;margin:9px 0 15px}
.order-send{width:100%;min-height:51px;padding:0 17px;border-radius:15px;background:#1f8f59;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.72rem;font-weight:800;cursor:pointer;transition:.25s var(--ease);box-shadow:0 14px 30px rgba(31,143,89,.17)}
.order-send:hover:not(:disabled){background:#197849;transform:translateY(-1px)}
.order-send:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}
.order-send b{font-size:1rem}
.order-clear{display:block;margin:12px auto 0;background:transparent;color:#8c8e88;font-size:.59rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.order-clear:disabled{opacity:.35;cursor:not-allowed}
.site-toast{position:fixed;z-index:5000;left:50%;bottom:30px;max-width:min(420px,calc(100vw - 28px));padding:12px 17px;border-radius:999px;background:#08281e;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.25);font-size:.68rem;font-weight:700;text-align:center;opacity:0;visibility:hidden;transform:translate(-50%,15px);transition:.3s var(--ease);pointer-events:none}
.site-toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media (max-width:980px){
  .header-order-cta{display:none}
  .mobile-nav-order{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 12px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:rgba(255,255,255,.82);font-family:var(--font-serif);font-size:1.18rem;text-align:left;cursor:pointer}
  .mobile-nav-order span{min-width:24px;height:24px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.09);font-family:var(--font-sans);font-size:.56rem}
  .mobile-nav-order span.has-items{background:var(--gold-light);color:var(--green-950)}
}
@media (max-width:640px){
  body.order-open .mobile-bottom-dock{transform:translateY(88px)!important;opacity:0!important;pointer-events:none}
  .floating-order{display:none}
  .mobile-bottom-dock{grid-template-columns:repeat(4,1fr);height:64px}
  .mobile-bottom-dock .dock-order{position:relative}
  .dock-badge{position:absolute;top:4px;right:calc(50% - 21px);min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.66);display:grid;place-items:center;font-size:.43rem;line-height:1}
  .dock-badge.has-items{background:var(--gold-light);color:var(--green-950);box-shadow:0 0 0 3px rgba(234,210,148,.08)}
  .order-drawer{top:auto;width:100%;height:min(82svh,720px);border-radius:27px 27px 0 0;transform:translateY(104%);box-shadow:0 -30px 90px rgba(1,16,11,.34)}
  .order-drawer.open{transform:none}
  .order-drawer-header{padding:20px 19px 15px;border-radius:27px 27px 0 0}
  .order-drawer-header h2{font-size:2.25rem}
  .order-close{width:39px;height:39px}
  .order-drawer-scroll{padding:14px 14px 20px}
  .order-item{grid-template-columns:70px 1fr;padding:9px;border-radius:18px}
  .order-item>img{width:70px;height:78px;border-radius:12px}
  .order-item-heading strong{font-size:1.08rem}
  .qty-control{height:32px}
  .qty-control button{width:29px}
  .qty-control span{min-width:44px;font-size:.56rem}
  .order-drawer-footer{padding:16px 17px max(17px,env(safe-area-inset-bottom))}
  .order-estimate strong{font-size:1.8rem}
  .order-send{min-height:49px}
  .site-toast{bottom:max(82px,calc(env(safe-area-inset-bottom) + 76px));border-radius:16px;font-size:.62rem;padding:11px 14px}
}
.menu-explorer{position:relative;background:linear-gradient(180deg,#f2eadc 0%,#f8f3e9 20%,var(--paper) 100%);overflow:hidden}
.menu-explorer:before{content:"";position:absolute;right:-170px;top:80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(201,154,58,.09),transparent 68%);pointer-events:none}
.menu-explorer-head{display:grid;grid-template-columns:1.12fr .66fr;gap:90px;align-items:end;margin-bottom:40px}
.menu-explorer-head h2{font-size:clamp(3rem,5vw,5rem)}
.menu-explorer-head h2 em{color:var(--green-700)}
.menu-explorer-head p{margin:0 0 5px;color:var(--muted);font-size:.93rem;line-height:1.85}
.menu-explorer-tools{position:relative;z-index:2;display:flex;align-items:center;gap:15px;margin-bottom:18px}
.menu-search{flex:1;min-height:58px;padding:0 20px;border:1px solid rgba(11,47,36,.12);border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 12px 34px rgba(4,30,21,.055);display:flex;align-items:center;gap:12px;transition:border-color .22s ease,box-shadow .22s ease,transform .22s var(--ease)}
.menu-search:focus-within{border-color:rgba(201,154,58,.65);box-shadow:0 17px 42px rgba(4,30,21,.075);transform:translateY(-1px)}
.menu-search svg{width:21px;height:21px;fill:none;stroke:var(--green-700);stroke-width:1.7;flex:0 0 auto}
.menu-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:500 .86rem var(--font-sans)}
.menu-search input::placeholder{color:#9b9d98;font-weight:400}
.menu-search input::-webkit-search-cancel-button{opacity:.5}
.menu-result-count{flex:0 0 auto;min-width:115px;min-height:58px;padding:0 17px;border:1px solid rgba(11,47,36,.09);border-radius:18px;background:rgba(255,255,255,.46);display:grid;place-items:center;color:var(--green-900);font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.menu-filters{position:relative;z-index:2;display:flex;gap:8px;overflow-x:auto;padding:4px 1px 12px;margin-bottom:25px;scrollbar-width:none;overscroll-behavior-x:contain;scroll-snap-type:x proximity}
.menu-filters::-webkit-scrollbar{display:none}
.menu-filters button{flex:0 0 auto;scroll-snap-align:start;height:39px;padding:0 15px;border:1px solid rgba(11,47,36,.12);border-radius:999px;background:rgba(255,255,255,.58);color:#66716a;font-size:.64rem;font-weight:750;cursor:pointer;transition:.22s var(--ease)}
.menu-filters button:hover{border-color:rgba(11,47,36,.28);color:var(--green-900);transform:translateY(-1px)}
.menu-filters button.active{background:var(--green-900);border-color:var(--green-900);color:#fff;box-shadow:0 10px 24px rgba(4,42,29,.13)}
.menu-explorer-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.menu-product{position:relative;min-height:218px;padding:20px;border:1px solid rgba(11,47,36,.09);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 8px 27px rgba(4,30,21,.035);display:flex;flex-direction:column;overflow:hidden;transition:transform .28s var(--ease),box-shadow .28s ease,border-color .28s ease}
.menu-product:after{content:"";position:absolute;right:-46px;bottom:-58px;width:128px;height:128px;border-radius:50%;border:1px solid rgba(201,154,58,.10);box-shadow:0 0 0 20px rgba(201,154,58,.025),0 0 0 41px rgba(201,154,58,.015);pointer-events:none}
.menu-product:hover{transform:translateY(-4px);border-color:rgba(201,154,58,.28);box-shadow:0 22px 55px rgba(4,30,21,.085)}
.menu-product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:16px}
.menu-product-top>span{font-size:.53rem;letter-spacing:.13em;text-transform:uppercase;color:var(--green-700);font-weight:800}
.menu-product-top em{max-width:155px;padding:5px 7px;border-radius:8px;background:#f5ead0;color:#8b6921;font:700 .47rem/1.3 var(--font-sans);font-style:normal;text-align:right}
.menu-product h3{position:relative;z-index:1;color:var(--green-900)}
.menu-product-meta{position:relative;z-index:1;display:flex;align-items:baseline;gap:9px;margin-top:auto;margin-bottom:18px}
.menu-product-meta strong{font:650 1.48rem/1 var(--font-serif);color:var(--green-900)}
.menu-product-meta small{font-size:.54rem;letter-spacing:.06em;text-transform:uppercase;color:#8b918b}
.menu-product-actions{position:relative;z-index:1;display:flex;align-items:center;gap:8px}
.menu-add,.menu-view{height:39px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.23s var(--ease);font-size:.58rem;font-weight:800}
.menu-add{padding:0 14px;background:var(--green-900);color:#fff;gap:6px;box-shadow:0 9px 20px rgba(11,47,36,.12)}
.menu-add span{font-size:.95rem;line-height:1}
.menu-add:hover{background:var(--green-700);transform:translateY(-1px)}
.menu-add.added-flash{background:var(--gold)!important;color:var(--green-950)!important;transform:scale(.97)}
.menu-view{padding:0 12px;background:#f0ebe1;color:#6d746e}
.menu-view:hover{background:var(--gold-light);color:var(--green-950)}
.menu-empty-search{grid-column:1/-1;min-height:280px;border:1px dashed rgba(11,47,36,.18);border-radius:24px;display:grid;place-content:center;text-align:center;padding:30px;background:rgba(255,255,255,.38)}
.menu-empty-search>span{width:48px;height:48px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:rgba(201,154,58,.11);color:var(--gold)}
.menu-empty-search h3{font-size:1.85rem;margin:0 0 7px;color:var(--green-900)}
.menu-empty-search p{margin:0;color:var(--muted);font-size:.78rem}
.menu-explorer-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;padding-top:23px;border-top:1px solid rgba(11,47,36,.1);font-size:.65rem;color:#7f877f}
.order-details{display:grid;gap:15px;margin-top:18px;padding-top:18px;border-top:1px solid #ded6c8}
.order-detail-block{display:grid;gap:9px}
.order-detail-label{font-size:.56rem;letter-spacing:.10em;text-transform:uppercase;font-weight:800;color:#707971}
.order-detail-label small{font-weight:500;color:#a0a49f;letter-spacing:0;text-transform:none;margin-left:4px}
.order-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.order-methods button{min-height:38px;padding:5px 7px;border:1px solid #dfd7c9;border-radius:12px;background:#fff;color:#6d756e;font-size:.57rem;font-weight:800;cursor:pointer;transition:.2s var(--ease)}
.order-methods button:hover{border-color:#cbb990;color:var(--green-900)}
.order-methods button.active{background:var(--green-900);border-color:var(--green-900);color:#fff;box-shadow:0 8px 20px rgba(11,47,36,.12)}
.order-note-field textarea{width:100%;resize:vertical;min-height:76px;max-height:150px;padding:12px 13px;border:1px solid #ddd4c5;border-radius:14px;background:rgba(255,255,255,.8);outline:none;color:var(--ink);font:500 .72rem/1.55 var(--font-sans);transition:border-color .2s ease,box-shadow .2s ease}
.order-note-field textarea:focus{border-color:#c8aa63;box-shadow:0 0 0 3px rgba(201,154,58,.09)}
.order-note-field textarea::placeholder{color:#a5aaa4;font-weight:400}
.order-advance{display:flex;gap:9px;align-items:flex-start;margin:0 0 13px;padding:10px 11px;border:1px solid #e5c98c;border-radius:13px;background:#fff5dc;color:#765a20}
.order-advance[hidden]{display:none}
.order-advance span{font-size:.9rem}
.order-advance p{margin:0!important;color:#765a20!important;font-size:.57rem!important;line-height:1.5!important}
.order-advance strong{font-weight:850}
@media (max-width:980px){
  .menu-explorer-head{grid-template-columns:1fr;gap:24px}
  .menu-explorer-head p{max-width:680px}
  .menu-explorer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .menu-explorer{padding-top:82px;padding-bottom:90px}
  .menu-explorer-head{gap:19px;margin-bottom:27px}
  .menu-explorer-head h2{font-size:clamp(2.8rem,13vw,4rem)}
  .menu-explorer-head p{font-size:.82rem;line-height:1.75}
  .menu-explorer-tools{gap:8px;align-items:stretch}
  .menu-search{min-height:52px;padding:0 14px;border-radius:15px}
  .menu-search input{font-size:.78rem}
  .menu-result-count{min-width:82px;min-height:52px;padding:0 9px;border-radius:15px;font-size:.51rem;text-align:center}
  .menu-filters{margin-inline:-14px;padding-left:14px;padding-right:14px;margin-bottom:18px}
  .menu-filters button{height:37px;padding-inline:13px;font-size:.59rem}
  .menu-explorer-grid{grid-template-columns:1fr;gap:9px}
  .menu-product{min-height:0;padding:16px;border-radius:18px}
  .menu-product:hover{transform:none}
  .menu-product-top{margin-bottom:10px}
  .menu-product-top em{max-width:145px;font-size:.44rem}
  .menu-product-title{font-size:1.4rem;margin-bottom:12px}
  .menu-product-meta{margin-bottom:13px}
  .menu-product-meta strong{font-size:1.38rem}
  .menu-product-actions{gap:7px}
  .menu-add,.menu-view{height:38px}
  .menu-add{flex:1}
  .menu-view{flex:0 0 auto}
  .menu-explorer-footer{display:grid;gap:13px;margin-top:20px;font-size:.59rem}
  .menu-explorer-footer .text-button{justify-self:start}
  .order-details{margin-top:14px;padding-top:15px}
  .order-methods{gap:5px}
  .order-methods button{font-size:.52rem;min-height:36px;padding-inline:4px}
  .order-note-field textarea{min-height:68px}
}
.order-details[hidden]{display:none}
body.product-detail-open{overflow:hidden}
.menu-explorer-sticky{position:relative;z-index:8}
.menu-search{position:relative}
.menu-search-clear{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eee7db;color:#70776f;font-size:1.05rem;line-height:1;cursor:pointer;transition:.2s var(--ease)}
.menu-search-clear:hover{background:var(--green-900);color:#fff}
.menu-search-clear[hidden]{display:none}
.menu-search kbd{flex:0 0 auto;min-width:27px;height:27px;border:1px solid #ded5c6;border-bottom-width:2px;border-radius:7px;background:#f7f2e8;color:#8b8f89;display:grid;place-items:center;font:700 .6rem var(--font-sans);box-shadow:0 1px 0 rgba(255,255,255,.7) inset}
.menu-product-badges{display:flex;align-items:flex-start;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.menu-product-badges>b{padding:5px 7px;border-radius:8px;background:#edf0eb;color:#6c756e;font:800 .45rem/1.3 var(--font-sans);letter-spacing:.06em}
.menu-product-title{position:relative;z-index:2;margin:0 0 17px;color:var(--green-900);font:600 1.55rem/1.02 var(--font-serif)}
.menu-product-title>button{width:100%;min-height:44px;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;transition:color .2s ease}
.menu-product-title>button:hover{color:var(--green-700)}
.menu-product.selected{border-color:rgba(201,154,58,.5);box-shadow:0 14px 38px rgba(4,30,21,.075),inset 0 0 0 1px rgba(201,154,58,.10)}
.menu-product.selected:before{content:"EN TU PEDIDO";position:absolute;right:16px;bottom:16px;z-index:0;font:800 .42rem var(--font-sans);letter-spacing:.12em;color:rgba(11,47,36,.14);transform:rotate(-8deg)}
[data-add-product].in-cart{box-shadow:0 0 0 2px rgba(234,210,148,.72),0 11px 26px rgba(7,29,23,.13)}
.menu-add.in-cart{background:var(--green-700)}
@media (min-width:981px){
  .menu-explorer-sticky{position:sticky;top:82px;margin:0 -18px 28px;padding:14px 18px 2px;border:1px solid rgba(11,47,36,.08);border-radius:24px;background:rgba(248,243,233,.88);backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08);box-shadow:0 15px 42px rgba(4,30,21,.07)}
  .menu-explorer-sticky .menu-filters{margin-bottom:0}
}
.order-item-image{position:relative;width:78px;height:86px;padding:0;border-radius:14px;overflow:hidden;background:#ddd;cursor:pointer}
.order-item-image img{width:100%;height:100%;object-fit:cover}
.order-item-image span{position:absolute;left:5px;bottom:5px;padding:3px 5px;border-radius:6px;background:rgba(5,28,20,.78);color:#fff;font:800 .42rem var(--font-sans);letter-spacing:.04em;backdrop-filter:blur(5px)}
.order-item-heading>div>button{padding:0;background:transparent;text-align:left;cursor:pointer}
.order-item-heading>div>button:hover strong{color:var(--green-700)}
.order-schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.order-schedule-input{width:100%;min-width:0;height:42px;padding:0 10px;border:1px solid #ddd4c5;border-radius:12px;background:rgba(255,255,255,.86);outline:none;color:var(--ink);font:650 .66rem var(--font-sans);transition:border-color .2s ease,box-shadow .2s ease}
.order-schedule-input:focus{border-color:#c8aa63;box-shadow:0 0 0 3px rgba(201,154,58,.09)}
.order-schedule-note{margin:-2px 0 0;color:#8b918b;font-size:.54rem;line-height:1.55}
.product-detail-overlay{position:fixed;inset:0;z-index:3140;background:rgba(1,12,8,.64);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.product-detail-overlay.open{opacity:1;visibility:visible}
.product-detail{position:fixed;z-index:3150;left:50%;top:50%;width:min(940px,calc(100vw - 48px));height:min(650px,calc(100svh - 70px));display:grid;grid-template-columns:.94fr 1.06fr;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:#f9f5ec;color:var(--ink);box-shadow:0 45px 120px rgba(0,0,0,.38);overflow:hidden;opacity:0;visibility:hidden;transform:translate(-50%,-47%) scale(.98);transition:opacity .32s ease,visibility .32s ease,transform .38s var(--ease)}
.product-detail.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.product-detail-close{position:absolute;z-index:4;right:16px;top:16px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(4,28,20,.76);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;backdrop-filter:blur(10px);transition:.2s var(--ease)}
.product-detail-close:hover{background:var(--green-900);transform:rotate(5deg)}
.product-detail-media{position:relative;min-height:0;background:#14392d;overflow:hidden}
.product-detail-media>img{width:100%;height:100%;object-fit:cover;filter:saturate(.94);transition:transform .6s var(--ease)}
.product-detail-media>img.catalog-page-image{object-fit:contain;padding:26px;background:linear-gradient(145deg,#14392d,#071d17)}
.product-detail.open .product-detail-media>img:not(.catalog-page-image){transform:scale(1.015)}
.product-detail-media-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,24,17,.38),transparent 38%);pointer-events:none}
.product-detail-page{position:absolute;left:18px;bottom:18px;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(4,27,20,.65);backdrop-filter:blur(10px);color:#fff;font-size:.52rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-detail-content{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:54px 48px 42px;overflow-y:auto}
.product-detail-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}
.product-detail-topline>span{font-size:.59rem;letter-spacing:.16em;text-transform:uppercase;color:var(--green-700);font-weight:850}
.product-detail-topline em{max-width:220px;padding:6px 8px;border-radius:9px;background:#f4e6c9;color:#806222;font:750 .49rem/1.35 var(--font-sans);font-style:normal;text-align:right}
.product-detail h2{font-size:clamp(3rem,5vw,4.8rem);line-height:.85;color:var(--green-900);margin:0 0 22px}
.product-detail-description{max-width:540px;color:#687168;font-size:.88rem;line-height:1.82;margin:0 0 29px}
.product-detail-price{display:flex;align-items:baseline;gap:12px;margin-bottom:28px;padding-top:23px;border-top:1px solid #e2dacd}
.product-detail-price strong{font:650 2.35rem/1 var(--font-serif);color:var(--green-900)}
.product-detail-price span{font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:#868d87}
.product-detail-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.product-detail-actions .btn{min-height:48px}
#productDetailAdd{gap:8px;flex-wrap:wrap}
#productDetailAdd b{width:100%;font-size:.43rem;letter-spacing:.08em;text-transform:uppercase;opacity:.68}
.product-detail-catalog{border:1px solid #d8d0c3;background:#ede7dc;color:var(--green-900)}
.product-detail-catalog:hover{background:#e3dbce}
.product-detail-footnote{display:block;margin-top:20px;color:#949a94;font-size:.52rem;line-height:1.5}
@media (max-width:980px){
  .product-detail{width:min(820px,calc(100vw - 28px));grid-template-columns:.8fr 1.2fr}
  .product-detail-content{padding:44px 34px 34px}
  .product-detail h2{font-size:clamp(2.7rem,7vw,4rem)}
}
@media (max-width:640px){
  body.product-detail-open .mobile-bottom-dock{transform:translateY(88px)!important;opacity:0!important;pointer-events:none}
  .menu-search kbd{display:none}
  .menu-search-clear{width:28px;height:28px}
  .menu-product-badges{gap:4px}
  .menu-product-badges>b{font-size:.41rem}
  .menu-product-top em{max-width:128px}
  .order-item{grid-template-columns:70px 1fr}
  .order-item-image{width:70px;height:78px;border-radius:12px}
  .order-schedule-grid{grid-template-columns:1fr 1fr}
  .order-schedule-input{height:40px;font-size:.62rem}
  .product-detail-overlay{z-index:3240}
  .product-detail{z-index:3250;left:0;right:0;top:auto;bottom:0;width:100%;height:min(88svh,760px);grid-template-columns:1fr;grid-template-rows:35% 1fr;border-radius:28px 28px 0 0;transform:translateY(104%);opacity:1;visibility:hidden;transition:transform .4s var(--ease),visibility .4s ease}
  .product-detail.open{visibility:visible;transform:none}
  .product-detail-close{right:13px;top:13px;width:40px;height:40px}
  .product-detail-media>img.catalog-page-image{padding:14px 54px 14px 14px;object-position:center}
  .product-detail-page{left:14px;bottom:12px}
  .product-detail-content{justify-content:flex-start;padding:24px 18px max(24px,env(safe-area-inset-bottom));overflow-y:auto}
  .product-detail-topline{margin-bottom:12px}
  .product-detail-topline em{max-width:150px;font-size:.44rem}
  .product-detail h2{font-size:clamp(2.65rem,12vw,3.8rem);margin-bottom:15px}
  .product-detail-description{font-size:.78rem;line-height:1.7;margin-bottom:19px}
  .product-detail-price{margin-bottom:20px;padding-top:17px}
  .product-detail-price strong{font-size:2rem}
  .product-detail-price span{font-size:.56rem}
  .product-detail-actions{display:grid;grid-template-columns:1fr 1fr}
  .product-detail-actions .btn{width:100%;padding-inline:12px;font-size:.68rem}
  .product-detail-footnote{margin-top:14px}
}
@media (max-width:390px){
  .product-detail{grid-template-rows:31% 1fr}
  .product-detail-actions{grid-template-columns:1fr}
  .order-schedule-grid{grid-template-columns:1fr}
}
.menu-explorer{overflow:clip}
#productDetailAdd{background:var(--green-900);color:#fff}
#productDetailAdd:hover{background:var(--green-700)}
#productDetailAdd.in-cart{background:var(--gold-light);color:var(--green-950)}
.menu-cart-summary{position:sticky;z-index:18;bottom:18px;margin:26px auto 0;width:min(620px,100%);min-height:68px;padding:10px 11px 10px 18px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(7,29,23,.93);color:#fff;backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 24px 60px rgba(4,24,17,.2);display:flex;align-items:center;justify-content:space-between;gap:16px}
.menu-cart-summary[hidden]{display:none}
.menu-cart-summary>div{display:grid;gap:2px}
.menu-cart-summary small{font-size:.47rem;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.46)}
.menu-cart-summary strong{font:600 1.15rem var(--font-serif);color:#fff}
.menu-cart-summary strong b{color:var(--gold-light);font-weight:650}
.menu-cart-summary>button{height:45px;padding:0 17px;border-radius:999px;background:var(--gold-light);color:var(--green-950);font-size:.62rem;font-weight:850;cursor:pointer;white-space:nowrap;transition:transform .22s var(--ease),background .22s ease}
.menu-cart-summary>button:hover{transform:translateY(-2px);background:#f1d99d}
.menu-cart-summary>button span{margin-left:6px}
.product-detail-media-tabs{position:absolute;z-index:3;left:18px;top:18px;display:flex;padding:4px;border-radius:999px;background:rgba(4,27,20,.68);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.product-detail-media-tabs[hidden]{display:none}
.product-detail-media-tabs button{height:30px;padding:0 12px;border-radius:999px;background:transparent;color:rgba(255,255,255,.62);font-size:.52rem;font-weight:800;cursor:pointer;transition:.2s var(--ease)}
.product-detail-media-tabs button.active{background:#fff;color:var(--green-950);box-shadow:0 5px 16px rgba(0,0,0,.15)}
.product-detail-media>img.media-switching{opacity:.16;transform:scale(.99)!important}
.product-detail-media>img{transition:opacity .18s ease,transform .55s var(--ease)}
.order-flow{display:flex;align-items:center;gap:7px;padding:11px 24px;border-bottom:1px solid #e3dbcf;background:#f5efe4}
.order-flow span{display:flex;align-items:center;gap:6px;color:#9a9f99;font-size:.48rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease}
.order-flow span b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e4ded2;color:#8b918a;font-size:.5rem;transition:.2s ease}
.order-flow span.active{color:var(--green-900)}
.order-flow span.active b{background:var(--green-900);color:#fff}
.order-flow i{flex:1;height:1px;background:#d9d2c6;max-width:32px}
.floating-order em{font-style:normal;color:var(--gold-light);font-weight:750}
@media (max-width:1100px){
}
@media (max-width:640px){
  .menu-cart-summary{bottom:82px;margin-top:18px;min-height:62px;padding:8px 8px 8px 14px;border-radius:19px}
  .menu-cart-summary strong{font-size:1rem}
  .menu-cart-summary>button{height:42px;padding-inline:14px;font-size:.56rem}
  .product-detail-media-tabs{left:12px;top:12px}
  .product-detail-media-tabs button{height:28px;padding-inline:10px;font-size:.48rem}
  .order-flow{padding:9px 16px;gap:5px;overflow:hidden}
  .order-flow span{font-size:.43rem;gap:4px}
  .order-flow span b{width:20px;height:20px}
  .order-flow i{max-width:18px}
}
@media (max-width:390px){
  .menu-cart-summary>div small{display:none}
  .menu-cart-summary strong{font-size:.93rem}
  .menu-cart-summary>button{padding-inline:12px}
  .order-flow span{font-size:0}
  .order-flow span b{font-size:.48rem}
  .order-flow i{max-width:none}
}
.order-drawer{grid-template-rows:auto auto 1fr auto}
.menu-product{min-height:206px;padding:18px 18px 16px;background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(250,247,239,.78));border-color:rgba(11,47,36,.075)}
.menu-product-badges{max-width:70%}
.menu-badge{padding:5px 7px;border-radius:999px;font:800 .42rem/1.2 var(--font-sans)!important;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.menu-badge.featured{background:#e8f0ea!important;color:#205d43!important}
.menu-badge.advance{background:#f6ead1!important;color:#8a6820!important}
.menu-product.selected{background:linear-gradient(145deg,#fffdf8,#f6f0e4);border-color:rgba(201,154,58,.48)}
.menu-product.selected:before{display:none}
.menu-product-actions{min-height:40px}
.menu-inline-qty{height:40px;border:1px solid #d8d0c1;border-radius:999px;background:#fff;display:flex;align-items:center;overflow:hidden;box-shadow:0 6px 17px rgba(5,31,22,.04)}
.menu-inline-qty[hidden]{display:none}
.menu-inline-qty button{width:34px;height:100%;background:transparent;color:var(--green-900);font-size:1rem;cursor:pointer;transition:background .2s ease}
.menu-inline-qty button:hover{background:#f1eadf}
.menu-inline-qty span{min-width:48px;text-align:center;font-size:.58rem;font-weight:850;color:#526057}
.menu-add[hidden]{display:none}
.order-checkout-state{padding:14px 22px 15px;border-bottom:1px solid #e2dacd;background:linear-gradient(180deg,#f9f4ea,#f5efe4)}
.order-checkout-head{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:start;margin-bottom:12px}
.order-checkout-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#c6bba9;box-shadow:0 0 0 5px rgba(198,187,169,.14);transition:.25s ease}
.order-checkout-state.ready .order-checkout-dot{background:#2d9a62;box-shadow:0 0 0 5px rgba(45,154,98,.11)}
.order-checkout-head strong{display:block;color:var(--green-900);font:650 1rem/1.05 var(--font-serif)}
.order-checkout-head p{margin:4px 0 0;color:#7b837c;font-size:.55rem;line-height:1.5}
.order-checkout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.order-checkout-grid>div{min-width:0;padding:9px 9px 8px;border:1px solid #e2d9ca;border-radius:11px;background:rgba(255,255,255,.68);display:grid;gap:3px}
.order-checkout-grid span{font-size:.43rem;letter-spacing:.08em;text-transform:uppercase;color:#8c918c;font-weight:800}
.order-checkout-grid b{min-width:0;font-size:.52rem;color:#777f78;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.order-checkout-grid>div.complete{border-color:rgba(45,154,98,.24);background:#f5faf6}
.order-checkout-grid>div.complete b{color:#256b49}
.order-send{min-height:58px;padding:9px 17px}
.order-send-copy{display:grid!important;text-align:left;gap:2px}
.order-send-copy strong{font-size:.72rem;line-height:1.1}
.order-send-copy small{font-size:.48rem;color:rgba(255,255,255,.66);font-weight:600}
.order-send>b{font-size:1.15rem}
.order-drawer{width:min(500px,100vw)}
.menu-inline-qty button:active,.qty-control button:active{transform:scale(.92)}
@media (max-width:1100px){
}
@media (max-width:820px){
}
@media (max-width:640px){
  .menu-product{padding:15px;border-radius:17px;min-height:0}
  .menu-product-top{margin-bottom:9px}
  .menu-product h3{font-size:1.35rem;margin-bottom:10px}
  .menu-product-meta{margin-bottom:12px}
  .menu-product-actions{gap:6px}
  .menu-inline-qty{height:38px;flex:1}
  .menu-inline-qty button{width:34px}
  .menu-inline-qty span{min-width:44px}
  .menu-view{height:38px;padding-inline:12px}
  .menu-product-badges{max-width:72%}
  .menu-badge{font-size:.38rem!important;padding:4px 6px}
  .order-checkout-state{padding:12px 15px}
  .order-checkout-grid{gap:5px}
  .order-checkout-grid>div{padding:8px 7px;border-radius:10px}
  .order-checkout-grid span{font-size:.39rem}
  .order-checkout-grid b{font-size:.46rem}
  .order-checkout-head{margin-bottom:10px}
  .order-checkout-head p{font-size:.51rem}
  .order-drawer{height:min(88svh,780px)}
}
@media (max-width:390px){
  .order-checkout-grid{grid-template-columns:1fr 1fr}
  .order-checkout-grid>div:last-child{grid-column:1/-1}
}
.order-drawer{grid-template-rows:auto auto auto 1fr auto}
@media (max-width:640px){
  .mobile-bottom-dock a.active{background:rgba(255,255,255,.09);color:#fff}
  .mobile-bottom-dock a.active svg{color:var(--gold-light)}
  .mobile-bottom-dock a,.mobile-bottom-dock button{transition:background .2s ease,color .2s ease,transform .18s ease}
}
.product-detail-pairing{margin-top:25px;padding-top:22px;border-top:1px solid #e3dacd}
.product-detail-pairing[hidden]{display:none}
.product-detail-pairing-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:12px}
.product-detail-pairing-head span{font:650 1.18rem/1 var(--font-serif);color:var(--green-900)}
.product-detail-pairing-head small{font-size:.48rem;letter-spacing:.1em;text-transform:uppercase;color:#929891;font-weight:800}
.product-detail-pairing-grid{display:grid;gap:8px}
.pairing-card{display:grid;grid-template-columns:52px minmax(0,1fr) 35px;gap:10px;align-items:center;padding:7px;border:1px solid #e5ddcf;border-radius:15px;background:rgba(255,255,255,.72);transition:border-color .2s ease,transform .2s var(--ease),box-shadow .2s ease}
.pairing-card:hover{border-color:#d7c7a9;transform:translateY(-1px);box-shadow:0 8px 24px rgba(5,31,22,.05)}
.pairing-media{position:relative;width:52px;height:52px;border-radius:11px;overflow:hidden;padding:0;background:#d9d4c9;cursor:pointer}
.pairing-media img{width:100%;height:100%;object-fit:cover}
.pairing-media span{position:absolute;right:3px;bottom:3px;padding:2px 4px;border-radius:5px;background:rgba(4,28,20,.78);color:#fff;font-size:.35rem;font-weight:800}
.pairing-copy{min-width:0;display:grid;gap:4px}
.pairing-copy>button{min-width:0;padding:0;background:transparent;text-align:left;cursor:pointer}
.pairing-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:650 1rem/1 var(--font-serif);color:var(--green-900)}
.pairing-copy>span{font-size:.57rem;font-weight:800;color:#667068}
.pairing-copy small{margin-left:4px;color:#929891;font-weight:600}
.pairing-add{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--green-900);color:#fff;font-size:1rem;cursor:pointer;transition:.2s var(--ease)}
.pairing-add:hover{background:var(--gold);color:var(--green-950);transform:rotate(90deg)}
.pairing-add.in-cart{background:var(--gold-light);color:var(--green-950)}
.order-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.order-text-input,.order-schedule-input,.order-note-field textarea{width:100%;border:1px solid #dcd3c5;background:rgba(255,255,255,.78);color:var(--ink);border-radius:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.order-text-input{height:43px;padding:0 12px;font-size:.68rem}
.order-text-input::placeholder{color:#a1a69f}
.order-text-input:focus,.order-schedule-input:focus,.order-note-field textarea:focus{border-color:rgba(27,100,74,.55);background:#fff;box-shadow:0 0 0 3px rgba(27,100,74,.07)}
#orderAreaWrap[hidden]{display:none}
.order-message-preview{margin-top:18px;border:1px solid #ddd4c6;border-radius:18px;background:rgba(255,255,255,.66);overflow:hidden}
.order-message-preview[hidden]{display:none}
.order-message-toggle{width:100%;min-height:58px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:transparent;color:var(--green-900);text-align:left;cursor:pointer}
.order-message-toggle span{display:grid;gap:3px;text-align:left}
.order-message-toggle small{font-size:.43rem;letter-spacing:.1em;text-transform:uppercase;color:#929892;font-weight:800}
.order-message-toggle strong{font:650 1.05rem/1.05 var(--font-serif);color:var(--green-900)}
.order-message-toggle>b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eee7dc;color:var(--green-900);font-size:1rem}
.order-message-body{padding:0 13px 13px}
.order-message-body[hidden]{display:none}
.order-message-body pre{max-height:230px;overflow:auto;margin:0;padding:13px;border-radius:13px;background:#0a2b21;color:rgba(255,255,255,.83);white-space:pre-wrap;word-break:break-word;font:500 .58rem/1.65 var(--font-sans);scrollbar-width:thin}
.order-copy-message{width:100%;height:39px;margin-top:8px;border-radius:12px;background:#ece5d9;color:var(--green-900);font-size:.58rem;font-weight:850;cursor:pointer;transition:.2s ease}
.order-copy-message:hover{background:#dfd5c5}
.product-detail-content{justify-content:flex-start;padding-top:46px}
@media (max-width:980px){
  .product-detail-pairing{margin-top:20px}
  .pairing-card{grid-template-columns:48px minmax(0,1fr) 34px}
  .pairing-media{width:48px;height:48px}
}
@media (max-width:640px){
  .order-contact-grid{grid-template-columns:1fr}
  .order-text-input{height:40px}
  .order-message-preview{margin-top:14px;border-radius:15px}
  .order-message-toggle{min-height:53px;padding:10px 12px}
  .order-message-toggle strong{font-size:.96rem}
  .order-message-body{padding:0 10px 10px}
  .order-message-body pre{max-height:190px;font-size:.53rem;padding:11px}
  .product-detail-pairing{margin-top:18px;padding-top:17px}
  .product-detail-pairing-head{margin-bottom:9px}
  .product-detail-pairing-head span{font-size:1.05rem}
  .product-detail-pairing-head small{font-size:.43rem}
  .pairing-card{grid-template-columns:45px minmax(0,1fr) 33px;padding:6px;border-radius:13px}
  .pairing-media{width:45px;height:45px;border-radius:9px}
  .pairing-copy strong{font-size:.92rem}
  .pairing-copy>span{font-size:.51rem}
  .pairing-add{width:33px;height:33px}
  .product-detail-content{padding-top:22px}
}
@media (max-width:640px){
  .mobile-bottom-dock button.active{background:rgba(255,255,255,.09);color:#fff}
  .mobile-bottom-dock button.active svg{color:var(--gold-light)}
  body.order-open .mobile-bottom-dock .dock-order{background:rgba(234,210,148,.12);color:var(--gold-light)}
}
.product-detail-handle,.order-sheet-handle{display:none}
.product-detail-media{isolation:isolate}
.product-detail-backdrop{position:absolute;z-index:0;inset:-12%;background-position:center;background-size:cover;filter:blur(28px) brightness(.56) saturate(1.08);transform:scale(1.13);opacity:.78;transition:opacity .28s ease,filter .28s ease;pointer-events:none}
.product-detail-media.catalog-mode .product-detail-backdrop{opacity:.22;filter:blur(34px) brightness(.42) saturate(.85)}
.product-detail-media>img{position:relative;z-index:1}
.product-detail-media.photo-mode>img:not(.catalog-page-image){width:84%;height:84%;margin:8%;border-radius:24px;object-fit:cover;box-shadow:0 28px 70px rgba(0,0,0,.34);transform:none!important}
.product-detail-media-shade{z-index:2}
.product-detail-media-tabs,.product-detail-page{z-index:3}
.product-detail-cart-action{min-width:0;display:flex;align-items:center;gap:10px;flex:1}
.product-detail-cart-action>.btn{width:100%}
.product-detail-qty{min-height:48px;width:100%;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;border:1px solid #d8d0c3;border-radius:999px;background:#fff;box-shadow:0 10px 28px rgba(7,29,23,.06);overflow:hidden}
.product-detail-qty[hidden]{display:none!important}
.product-detail-qty>button{height:46px;background:transparent;color:var(--green-900);font-size:1.18rem;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}
.product-detail-qty>button:hover{background:var(--green-900);color:#fff}
.product-detail-qty>span{min-width:0;display:grid;text-align:center;gap:1px;line-height:1}
.product-detail-qty small{font-size:.42rem;letter-spacing:.11em;text-transform:uppercase;color:#929891;font-weight:800}
.product-detail-qty b{font:650 1rem/1.2 var(--font-serif);color:var(--green-900)}
.order-flow{--flow-progress:0%;position:relative;isolation:isolate}
.order-flow:before{content:"";position:absolute;z-index:-1;left:36px;right:36px;top:50%;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,var(--green-700) 0 var(--flow-progress),#d9d2c6 var(--flow-progress) 100%);opacity:.55;transition:background .35s var(--ease)}
.order-flow span{background:#f5efe4;padding:0 3px}
.order-flow i{background:transparent}
.order-upsell-media{width:54px;height:58px;padding:0;border-radius:11px;overflow:hidden;background:#e8dfd1;cursor:pointer}
.order-upsell-media img{width:100%;height:100%;object-fit:cover}
.order-drawer-footer{box-shadow:0 -18px 48px rgba(3,25,18,.07)}
@media (max-width:640px){
  .product-detail{height:min(94svh,860px);grid-template-rows:39% 1fr;border-radius:32px 32px 0 0}
  .product-detail-handle{display:block;position:absolute;z-index:8;left:50%;top:8px;width:44px;height:4px;border-radius:999px;background:rgba(255,255,255,.55);transform:translateX(-50%);box-shadow:0 1px 5px rgba(0,0,0,.1)}
  .product-detail-close{top:18px}
  .product-detail-media.photo-mode>img:not(.catalog-page-image){width:88%;height:80%;margin:12% 6% 8%;border-radius:21px}
  .product-detail-backdrop{filter:blur(23px) brightness(.53) saturate(1.08)}
  .product-detail-content{padding:22px 17px max(28px,env(safe-area-inset-bottom));scrollbar-width:none}
  .product-detail-content::-webkit-scrollbar{display:none}
  .product-detail-actions{position:sticky;z-index:6;bottom:-1px;margin:0 -5px;padding:11px 5px 8px;background:linear-gradient(180deg,rgba(249,245,236,.12),#f9f5ec 18%,#f9f5ec 100%);grid-template-columns:1fr auto;align-items:stretch}
  .product-detail-cart-action{min-width:0}
  .product-detail-catalog{width:48px!important;min-width:48px;padding:0!important;font-size:0!important;border-radius:50%}
  .product-detail-catalog span{font-size:1rem}
  .product-detail-qty{min-height:49px;grid-template-columns:45px 1fr 45px}
  .product-detail-qty>button{height:47px}
  .product-detail-pairing{padding-bottom:8px}
  .product-detail-pairing-grid{display:flex;gap:9px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}
  .product-detail-pairing-grid::-webkit-scrollbar{display:none}
  .pairing-card{flex:0 0 min(82%,300px);scroll-snap-align:start}
  .order-drawer{height:min(94svh,860px);border-radius:30px 30px 0 0}
  .order-sheet-handle{display:block;position:absolute;z-index:8;left:50%;top:8px;width:44px;height:4px;border-radius:999px;background:#c9c0b3;transform:translateX(-50%)}
  .order-drawer-header{padding-top:25px;border-radius:30px 30px 0 0}
  .order-drawer-scroll{scrollbar-width:none}
  .order-drawer-scroll::-webkit-scrollbar{display:none}
  .order-flow:before{left:25px;right:25px}
}
@media (max-width:390px){
  .product-detail{grid-template-rows:35% 1fr}
  .product-detail h2{font-size:2.55rem}
  .product-detail-actions{grid-template-columns:1fr 46px}
  .order-drawer{height:95svh}
}
@media (prefers-reduced-motion:reduce){
  .product-detail-backdrop,.product-detail-qty>button,.order-flow:before{transition:none!important}
}
[data-reveal]{transition-duration:.72s;transition-timing-function:var(--ease)}
[data-reveal="up"]{transform:translateY(24px)}
[data-reveal="left"]{transform:translateX(-26px)}
[data-reveal="right"]{transform:translateX(26px)}
.hero-content{grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:76px}
.hero-copy{position:relative}
.hero-copy:before{content:"";position:absolute;left:-28px;top:4px;width:1px;height:76px;background:linear-gradient(180deg,var(--gold-light),transparent);opacity:.42}
.hero-copy h1{max-width:760px;text-shadow:0 7px 34px rgba(0,0,0,.13)}
.hero-lead{max-width:590px}
.hero-visual-stage{position:relative;width:min(100%,510px);height:610px;justify-self:end;isolation:isolate}
.hero-food-frame{position:absolute;inset:16px 42px 76px 0;margin:0;border-radius:42px 42px 110px 42px;overflow:hidden;background:#102b22;box-shadow:0 46px 120px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.12)}
.hero-food-frame:before{content:"";position:absolute;inset:0;z-index:2;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);pointer-events:none}
.hero-food-frame img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.93) contrast(1.04) brightness(.91);transform:scale(1.015);transition:transform 1.1s var(--ease),filter .5s ease}
.hero-visual-stage:hover .hero-food-frame img{transform:scale(1.035);filter:saturate(1) contrast(1.04) brightness(.94)}
.hero-food-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(2,18,13,.78) 100%);z-index:1}
.hero-food-frame figcaption{position:absolute;z-index:3;left:30px;right:30px;bottom:29px;display:grid;gap:5px;color:#fff}
.hero-food-frame figcaption small{font-size:.52rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);font-weight:700}
.hero-food-frame figcaption strong{font-family:var(--font-serif);font-size:1.55rem;font-weight:600;line-height:1}
.hero-visual-stage .hero-catalog-card{position:absolute;z-index:5;width:208px;right:0;bottom:7px;padding:7px;border-radius:20px;transform:rotate(2.5deg);box-shadow:0 30px 72px rgba(0,0,0,.35);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.hero-visual-stage .hero-catalog-card:before{border-radius:20px}
.hero-visual-stage .hero-card-image{border-radius:14px}
.hero-visual-stage .catalog-edition{font-size:.42rem;right:14px;top:14px;padding:5px 7px}
.hero-visual-stage .hero-card-caption{padding:10px 5px 5px 6px}
.hero-visual-stage .hero-card-caption small{font-size:.42rem}
.hero-visual-stage .hero-card-caption strong{font-size:.94rem}
.hero-visual-stage .hero-card-caption svg{width:23px;height:23px}
.hero-visual-stamp{position:absolute;z-index:6;left:-28px;top:48px;width:104px;height:104px;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#e2c779,#bb8a2e);color:var(--green-950);box-shadow:0 22px 50px rgba(0,0,0,.2);transform:rotate(-9deg)}
.hero-visual-stamp:before{content:"";position:absolute;inset:6px;border:1px solid rgba(7,29,23,.24);border-radius:50%}
.hero-visual-stamp span{font-family:var(--font-serif);font-size:2rem;line-height:.85;font-weight:700}
.hero-visual-stamp small{font-size:.49rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;margin-top:6px}
.trust-track{animation-duration:42s;gap:36px}
.trust-track span{font-size:1rem}
.trust-track i{font-size:.48rem}
.heritage-section{padding-top:124px;padding-bottom:132px}
.heritage-gallery:after{content:"";position:absolute;right:-16px;bottom:4px;width:180px;height:180px;border-radius:50%;border:1px solid rgba(201,154,58,.25);z-index:0}
.heritage-photo-main{border-radius:38px!important}
.featured{padding-top:118px}
.menu-explorer{background:linear-gradient(180deg,#f7f1e6 0%,#fbf8f1 34%,#fbf8f1 100%)}
.menu-explorer-head h2 em{color:var(--green-700)}
.featured,.menu-explorer,.order-section{position:relative}
.featured:before{content:"";position:absolute;left:50%;top:0;width:min(1200px,calc(100% - 56px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(18,73,54,.10),transparent)}
@media (max-width:1100px){
  .hero-content{grid-template-columns:1fr 390px;gap:52px}
  .hero-visual-stage{height:560px}
  .hero-food-frame{inset:24px 35px 70px 0}
  .hero-visual-stage .hero-catalog-card{width:190px}
  .hero-visual-stamp{left:-16px;top:58px;width:92px;height:92px}
  .hero-visual-stamp span{font-size:1.75rem}
}
@media (max-width:980px){
  .hero-content{grid-template-columns:1fr;gap:42px}
  .hero-visual-stage{width:min(100%,650px);height:440px;justify-self:center}
  .hero-food-frame{inset:0 82px 34px 0;border-radius:34px 34px 80px 34px}
  .hero-visual-stage .hero-catalog-card{display:grid;width:176px;right:3px;bottom:0}
  .hero-visual-stamp{left:auto;right:142px;top:20px;width:82px;height:82px}
  .hero-visual-stamp span{font-size:1.5rem}
}
@media (max-width:640px){
  .hero{padding-bottom:14px}
  .hero-content{gap:30px}
  .hero-copy:before{display:none}
  .hero-copy h1{max-width:100%}
  .hero-lead{margin-bottom:24px}
  .hero-visual-stage{display:block;width:100%;height:295px;margin-top:2px}
  .hero-food-frame{inset:0 52px 16px 0;border-radius:26px 26px 58px 26px}
  .hero-food-frame figcaption{left:18px;right:18px;bottom:17px}
  .hero-food-frame figcaption strong{font-size:1.15rem}
  .hero-food-frame figcaption small{font-size:.43rem}
  .hero-visual-stage .hero-catalog-card{width:122px;right:0;bottom:0;padding:5px;border-radius:15px}
  .hero-visual-stage .hero-catalog-card:before{border-radius:15px}
  .hero-visual-stage .hero-card-image{border-radius:10px}
  .hero-visual-stage .catalog-edition{display:none}
  .hero-visual-stage .hero-card-caption{padding:7px 3px 3px}
  .hero-visual-stage .hero-card-caption small{display:none}
  .hero-visual-stage .hero-card-caption strong{font-size:.69rem}
  .hero-visual-stage .hero-card-caption svg{width:18px;height:18px}
  .hero-visual-stamp{right:96px;left:auto;top:13px;width:68px;height:68px}
  .hero-visual-stamp span{font-size:1.28rem}
  .hero-visual-stamp small{font-size:.34rem;margin-top:4px}
  .trust-track{animation-duration:50s;gap:28px}
  .trust-track span{font-size:.88rem}
  .heritage-section{padding-top:84px;padding-bottom:94px}
  .featured{padding-top:86px}
  .featured:before{width:calc(100% - 28px)}
}
@media (max-width:390px){
  .hero-visual-stage{height:270px}
  .hero-food-frame{right:46px}
  .hero-visual-stage .hero-catalog-card{width:111px}
  .hero-visual-stamp{right:85px;width:62px;height:62px}
  .hero-visual-stamp span{font-size:1.15rem}
  .hero-visual-stamp small{font-size:.31rem}
}
.menu-sort{flex:0 0 auto;min-height:58px;min-width:138px;padding:7px 11px 7px 13px;border:1px solid rgba(11,47,36,.09);border-radius:18px;background:rgba(255,255,255,.58);display:grid;align-content:center;gap:2px;color:#747c75;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease}
.menu-sort:focus-within{border-color:rgba(201,154,58,.55);background:rgba(255,255,255,.88);box-shadow:0 12px 30px rgba(4,30,21,.06)}
.menu-sort>span{font-size:.42rem;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#999e98}
.menu-sort select{appearance:none;-webkit-appearance:none;width:100%;padding:0 19px 0 0;border:0;outline:0;background:linear-gradient(45deg,transparent 50%,var(--green-700) 50%) calc(100% - 5px) 48%/5px 5px no-repeat,linear-gradient(135deg,var(--green-700) 50%,transparent 50%) 100% 48%/5px 5px no-repeat;color:var(--green-900);font:800 .62rem var(--font-sans);cursor:pointer}
.menu-filters button.in-view:not(.active){border-color:rgba(201,154,58,.6);color:var(--green-900);box-shadow:inset 0 0 0 1px rgba(201,154,58,.12);background:#fffaf0}
.menu-product-preview{display:none;position:relative;width:calc(100% + 40px);height:122px;margin:-20px -20px 17px;padding:0;overflow:hidden;background:#12392c;cursor:pointer;text-align:left}
.menu-explorer-grid:not(.category-overview) .menu-product-preview{display:block}
.menu-product-preview img{width:100%;height:100%;object-fit:cover;filter:saturate(.93);transition:transform .6s var(--ease),filter .35s ease}
.menu-product-preview.catalog-preview img{object-fit:contain;padding:9px 18px;background:linear-gradient(135deg,#14392d,#071d17);filter:none}
.menu-product-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(4,25,18,.52));pointer-events:none}
.menu-product-preview>span{position:absolute;z-index:2;left:12px;bottom:10px;padding:5px 8px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(5,28,20,.68);backdrop-filter:blur(8px);color:#fff;font-size:.43rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.menu-product:hover .menu-product-preview.has-photo img{transform:scale(1.035);filter:saturate(1)}
.back-to-top{--page-progress:0deg;position:fixed;z-index:780;left:22px;bottom:24px;width:48px;height:48px;padding:0;border-radius:50%;display:grid;place-items:center;background:#0a3126;color:#fff;box-shadow:0 15px 38px rgba(2,20,14,.22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px) scale(.94);transition:opacity .28s ease,visibility .28s ease,transform .3s var(--ease),background .22s ease}
.back-to-top.visible{opacity:1;visibility:visible;transform:none}
.back-to-top:hover{background:#124936;transform:translateY(-2px)}
.back-to-top-ring{position:absolute;inset:-2px;border-radius:50%;background:conic-gradient(var(--gold-light) 0 var(--page-progress),rgba(255,255,255,.11) var(--page-progress) 360deg);pointer-events:none}
.back-to-top-ring:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#0a3126}
.back-to-top:hover .back-to-top-ring:after{background:#124936}
.back-to-top svg{position:relative;z-index:2;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.modal-open .back-to-top,body.order-open .back-to-top,body.product-detail-open .back-to-top{opacity:0!important;visibility:hidden!important;pointer-events:none}
@media (max-width:980px){
  .menu-sort{min-width:124px}
}
@media (max-width:640px){
  .menu-explorer-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .menu-search{grid-column:1/-1}
  .menu-result-count{min-width:0;width:auto;padding-inline:12px}
  .menu-sort{min-width:116px;min-height:44px;border-radius:14px;padding:5px 9px 5px 11px}
  .menu-sort>span{font-size:.38rem}
  .menu-sort select{font-size:.57rem}
  .menu-product-preview{width:calc(100% + 32px);height:96px;margin:-16px -16px 12px}
  .menu-product-preview.catalog-preview img{padding:7px 14px}
  .menu-product-preview>span{left:10px;bottom:8px;font-size:.39rem;padding:4px 7px}
  .back-to-top{left:13px;bottom:max(84px,calc(env(safe-area-inset-bottom) + 78px));width:44px;height:44px}
  .order-sheet-handle,.product-detail-handle{touch-action:none;cursor:grab}
  .order-drawer.sheet-dragging,.product-detail.sheet-dragging{transition:none!important;transform:translateY(var(--sheet-drag-y,0))!important}
}
@media (prefers-reduced-motion:reduce){
  .menu-product-preview img,.back-to-top{transition:none!important}
}
.menu-favorite,.product-detail-favorite{display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(5,28,20,.58);color:#fff;cursor:pointer;
  transition:transform .22s var(--ease),background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;}
.menu-favorite:hover{transform:scale(1.06);background:#fff;color:var(--green-900)}
.menu-favorite.active,.product-detail-favorite.active{background:var(--gold-light);border-color:var(--gold-light);color:#7c5517;box-shadow:0 9px 25px rgba(201,154,58,.22)}
@keyframes favoritePop{45%{transform:scale(1.18)}100%{transform:scale(1)}}
.menu-product-head-actions{display:flex;align-items:center;gap:7px;margin-left:auto}
.menu-favorite{width:29px;height:29px;border-radius:50%;background:#f4efe6;color:#667169;border-color:#e2d9ca;font-size:.9rem;flex:0 0 auto}
.menu-favorite.active{color:#7b561b}
.menu-product-badges{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}
.saved-filter{display:inline-flex!important;align-items:center;gap:7px}
.saved-filter span{min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:rgba(11,47,36,.08);font-size:.5rem;line-height:1;color:inherit}
.saved-filter.active span{background:rgba(255,255,255,.16)}
.saved-filter span.has-items:not(:empty){font-weight:900}
.menu-empty-search.saved-empty>span{font-size:1.1rem;color:#9a6f22;background:#fff3d7}
.product-detail-topline-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.product-detail-topline-actions>em{max-width:220px;padding:6px 8px;border-radius:9px;background:#f4e6c9;color:#806222;font:750 .49rem/1.35 var(--font-sans);font-style:normal;text-align:right}
.product-detail-favorite{min-height:31px;padding:0 10px;border-radius:999px;background:#eee7dc;border-color:#ddd3c5;color:#637067;font-size:.62rem;font-weight:800;display:inline-flex;gap:5px}
.product-detail-favorite:hover{background:#fff;color:var(--green-900);transform:translateY(-1px)}
.product-detail-favorite span{font-size:.5rem;letter-spacing:.05em;text-transform:uppercase}
.recent-media{position:relative;width:100%;height:150px;padding:0;overflow:hidden;background:#12392c;cursor:pointer}
.recent-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.94);transition:transform .65s var(--ease)}
.recent-media span{position:absolute;left:10px;bottom:9px;padding:5px 7px;border-radius:8px;background:rgba(5,28,20,.7);backdrop-filter:blur(8px);color:#fff;font-size:.42rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
@media (pointer:coarse){
  .menu-product:active{transform:scale(.992)}
  .menu-add:active,.product-detail-favorite:active{transform:scale(.97)}
}
@media (max-width:640px){
  .menu-product-head-actions{gap:5px}
  .menu-favorite{width:27px;height:27px}
  .product-detail-topline{align-items:flex-start;gap:7px}
  .product-detail-topline-actions{gap:5px}
  .product-detail-topline-actions>em{max-width:120px;font-size:.41rem}
  .product-detail-favorite{min-height:29px;padding-inline:8px}
  .product-detail-favorite span{display:none}
  .recent-media{height:135px}
}
@media (prefers-reduced-motion:reduce){
  .menu-favorite,.recent-media img{animation:none!important;transition:none!important}
}
@keyframes tableIdeaPop{45%{transform:scale(1.045)}100%{transform:none}}
.menu-product-preview.has-photo img,.recent-media img,.order-item-image img,.pairing-media img,.order-upsell-media img{object-position:center}
.product-detail-media.photo-mode>img:not(.catalog-page-image){object-position:center}
@media (max-width:980px){
}
@media (max-width:640px){
}
@media (max-width:390px){
}
@media (prefers-reduced-motion:reduce){
}
.order-start{padding:58px 0 72px;background:linear-gradient(180deg,#08251c 0%,#0c3125 100%);color:#fff;position:relative;overflow:hidden}
.order-start:before{content:"";position:absolute;inset:-30% auto auto -10%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(201,154,58,.12),transparent 68%);pointer-events:none}
.order-start-card{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center;padding:42px 46px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.03));box-shadow:0 28px 80px rgba(0,0,0,.18);overflow:hidden}
.order-start-card:after{content:"PEDIDO";position:absolute;right:-16px;top:8px;font:700 7rem/.8 var(--font-serif);letter-spacing:-.05em;color:rgba(255,255,255,.025);pointer-events:none}
.order-start-copy{position:relative;z-index:1}
.order-start-copy h2{font-size:clamp(3rem,5.1vw,5.6rem);margin:0 0 20px;color:#fff}
.order-start-copy h2 em{color:#ead6a7}
.order-start-copy>p{max-width:640px;color:rgba(255,255,255,.68);line-height:1.78;font-size:.96rem;margin-bottom:28px}
.order-start-actions{display:flex;flex-wrap:wrap;gap:12px}
.order-start-actions .btn-outline-light{border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.04)}
.order-start-actions .btn-outline-light:hover{background:rgba(255,255,255,.1)}
.order-start-steps{display:grid;gap:10px;position:relative;z-index:1}
.order-start-steps>div{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;padding:15px 16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(4,22,16,.28)}
.order-start-steps b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(234,210,148,.1);border:1px solid rgba(234,210,148,.16);color:var(--gold-light);font-size:.67rem;letter-spacing:.08em}
.order-start-steps span{display:grid;gap:3px}
.order-start-steps strong{font:650 1.28rem/1 var(--font-serif);color:#fff}
.order-start-steps small{font-size:.68rem;line-height:1.45;color:rgba(255,255,255,.52)}
.menu-explorer{padding-top:88px}
.menu-explorer-head{margin-bottom:26px}
.menu-order-guide{display:grid;grid-template-columns:1fr auto 1fr auto minmax(230px,1.15fr);align-items:center;gap:12px;margin:0 0 26px;padding:14px;border:1px solid rgba(11,47,36,.1);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(4,30,21,.055)}
.menu-order-guide>span,.menu-order-guide>button{min-height:48px;padding:0 15px;border-radius:14px;display:flex;align-items:center;gap:9px;font-size:.67rem;font-weight:750;color:var(--green-900);background:#f8f4eb}
.menu-order-guide>span b,.menu-order-guide>button b{display:grid;place-items:center;width:25px;height:25px;border-radius:9px;background:var(--green-900);color:#fff;font-size:.58rem}
.menu-order-guide>i{font-style:normal;color:#b7aa92;font-size:.9rem}
.menu-order-guide>button{justify-content:flex-start;cursor:pointer;background:var(--green-900);color:#fff}
.menu-order-guide>button b{background:var(--gold-light);color:var(--green-950)}
.menu-order-guide>button em{margin-left:auto;min-width:25px;height:25px;border-radius:999px;display:grid;place-items:center;background:var(--gold-light);color:var(--green-950);font-style:normal;font-size:.58rem}
.product-photo-placeholder{width:100%;height:100%;min-height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at 50% 35%,#174535 0%,#0b2f24 58%,#071d17 100%);color:rgba(255,255,255,.64);overflow:hidden}
.product-photo-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(234,210,148,.08),transparent 45%);pointer-events:none}
.product-photo-placeholder img{position:relative!important;width:46px!important;height:46px!important;min-height:0!important;object-fit:cover!important;padding:0!important;border-radius:50%;opacity:.78;filter:none!important;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.product-photo-placeholder small{position:relative;font-size:.46rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:rgba(255,255,255,.52)}
.menu-product-preview.no-photo{background:#0b2f24}
.menu-product-preview.no-photo>span{background:rgba(201,154,58,.92);color:#071d17;border-color:transparent}
.menu-product-preview.no-photo:after{display:none}
.menu-product-preview.no-photo .product-photo-placeholder{position:absolute;inset:0}
.menu-product-preview.no-photo .product-photo-placeholder small{display:block}
.order-item-image,.order-upsell-media,.pairing-media,.recent-media{position:relative;overflow:hidden}
.order-item-image .product-photo-placeholder,.order-upsell-media .product-photo-placeholder,.pairing-media .product-photo-placeholder,.recent-media .product-photo-placeholder{position:absolute;inset:0}
.order-item-image .product-photo-placeholder img,.order-upsell-media .product-photo-placeholder img,.pairing-media .product-photo-placeholder img,.recent-media .product-photo-placeholder img{width:32px!important;height:32px!important}
.order-item-image .product-photo-placeholder small,.order-upsell-media .product-photo-placeholder small,.pairing-media .product-photo-placeholder small,.recent-media .product-photo-placeholder small{font-size:.35rem}
@media (max-width:980px){
  .order-start{padding:36px 0 56px}
  .order-start-card{grid-template-columns:1fr;gap:28px;padding:31px 28px}
  .order-start-card:after{font-size:5.5rem}
  .order-start-copy h2{font-size:clamp(3rem,8vw,4.6rem)}
  .order-start-steps{grid-template-columns:repeat(3,1fr);gap:8px}
  .order-start-steps>div{grid-template-columns:1fr;align-content:start;gap:9px;padding:13px}
  .order-start-steps b{width:36px;height:36px}
  .order-start-steps strong{font-size:1.04rem}
  .order-start-steps small{font-size:.57rem}
  .menu-order-guide{grid-template-columns:1fr 1fr 1.12fr;gap:7px}
  .menu-order-guide>i{display:none}
  .menu-order-guide>span,.menu-order-guide>button{padding-inline:10px;font-size:.56rem;min-height:45px}
  .menu-order-guide>span b,.menu-order-guide>button b{width:23px;height:23px}
  .mobile-bottom-dock{grid-template-columns:1fr 1.25fr 1fr!important}
  .mobile-bottom-dock .dock-order.primary{background:var(--gold-light);color:var(--green-950);box-shadow:0 8px 22px rgba(0,0,0,.2)}
  .mobile-bottom-dock .dock-order.primary svg{color:var(--green-950)}
  .mobile-bottom-dock .dock-order.primary .dock-badge{background:var(--green-950);color:#fff}
}
@media (max-width:640px){
  .order-start{padding-top:28px}
  .order-start-card{padding:24px 20px;border-radius:24px;gap:22px}
  .order-start-copy h2{font-size:3.05rem;line-height:.9}
  .order-start-copy>p{font-size:.82rem;line-height:1.65;margin-bottom:22px}
  .order-start-actions{display:grid;grid-template-columns:1fr}
  .order-start-actions .btn{width:100%}
  .order-start-steps{grid-template-columns:1fr}
  .order-start-steps>div{grid-template-columns:42px 1fr;padding:11px 12px}
  .order-start-steps b{width:36px;height:36px}
  .order-start-steps small{font-size:.61rem}
  .menu-explorer{padding-top:66px}
  .menu-order-guide{grid-template-columns:1fr;margin-bottom:18px;padding:9px}
  .menu-order-guide>span,.menu-order-guide>button{min-height:43px}
  .menu-order-guide>span:nth-of-type(2){display:flex}
  .menu-order-guide>button{justify-content:flex-start}
  .menu-product-preview.no-photo .product-photo-placeholder img{width:38px!important;height:38px!important}
  .menu-product-preview.no-photo .product-photo-placeholder small{font-size:.38rem}
}
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;padding:11px 15px;border-radius:12px;
  background:#fff;color:var(--green-950);font-size:.75rem;font-weight:800;letter-spacing:.02em;
  box-shadow:0 12px 34px rgba(0,0,0,.22);transform:translateY(-160%);transition:transform .18s ease}
.skip-link:focus{transform:translateY(0);outline:3px solid var(--gold-light);outline-offset:3px}
#explorador,#catalogo,#nosotros,#pedidos,#pedido{scroll-margin-top:92px}
.order-start + .menu-explorer{border-top:1px solid rgba(11,47,36,.06)}
.menu-explorer{background:linear-gradient(180deg,#fbf8f0 0%,#f8f3e9 100%)}
.menu-explorer-head{max-width:1180px}
.menu-explorer-head h2{max-width:880px}
.menu-explorer-head>p{max-width:540px}
.menu-explorer-sticky{top:76px}
.menu-filters{scrollbar-width:none}
.menu-filters::-webkit-scrollbar{display:none}
.menu-filters button{white-space:nowrap;min-height:40px}
.menu-sort select,.menu-search input{min-height:44px}
.menu-product-badges:empty{display:none}
.menu-product-badges .advance{font-size:.48rem;letter-spacing:.04em;padding:6px 8px}
.menu-product-top{align-items:center}
.menu-product-head-actions{align-items:center}
.menu-product-preview>span{font-size:.42rem;letter-spacing:.07em}
.product-photo-placeholder small{max-width:90%;text-align:center;line-height:1.35}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(201,154,58,.78);outline-offset:3px}
.menu-product-title>button:focus-visible,.menu-product-preview:focus-visible{border-radius:10px}
.order-drawer[aria-hidden="false"],.product-detail[aria-hidden="false"],.catalog-modal.open{isolation:isolate}
.order-drawer button,.product-detail button,.catalog-modal button{touch-action:manipulation}
@supports (content-visibility:auto){
  .heritage-section,.catalog-section,.order-section,.final-cta-section{content-visibility:auto;contain-intrinsic-size:850px}
}
.header-cta{white-space:nowrap}
.header-order-cta{white-space:nowrap}
.image-failed{background:#0b2f24!important}
.image-failed>.product-photo-placeholder{position:absolute;inset:0}
@media (max-width:980px){
  #explorador,#catalogo,#nosotros,#pedidos,#pedido{scroll-margin-top:72px}
  .menu-explorer-sticky{top:62px}
  .mobile-bottom-dock{grid-template-columns:1fr 1.22fr 1fr!important}
  .mobile-bottom-dock>a,.mobile-bottom-dock>button{min-width:0}
}
@media (max-width:640px){
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%;justify-content:center}
  .hero-quick-links::-webkit-scrollbar{display:none}
  .order-start-card{box-shadow:0 18px 48px rgba(0,0,0,.16)}
  .menu-explorer{padding-top:58px}
  .menu-explorer-head{margin-bottom:18px}
  .menu-explorer-head h2{font-size:clamp(2.35rem,11vw,3.15rem);line-height:.92}
  .menu-explorer-head>p{font-size:.78rem;line-height:1.62}
  .menu-order-guide{margin-bottom:14px}
  .menu-explorer-sticky{top:54px;margin-inline:-12px;padding-inline:12px;border-radius:0 0 18px 18px}
  .menu-explorer-tools{gap:8px}
  .menu-result-count{order:3;width:100%;font-size:.61rem}
  .menu-sort{margin-left:auto}
  .menu-filters{margin-inline:-2px;padding:1px 2px 5px;overflow-x:auto;display:flex;flex-wrap:nowrap;gap:6px}
  .menu-filters button{flex:0 0 auto;min-height:38px;padding-inline:12px}
  .menu-product-actions button{min-height:40px}
  .menu-inline-qty button{min-width:40px;min-height:40px}
  .order-section{padding-bottom:76px}
  .final-cta-actions .btn{width:100%;justify-content:center}
}
@media (max-width:640px){
  .hero-bg{animation:none;transform:scale(1.025)}
  .hero-ambient{animation:none!important}
  .site-header,.menu-explorer-sticky,.mobile-bottom-dock{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
  .menu-filters button,.mobile-bottom-dock>a,.mobile-bottom-dock>button,.order-methods button,.qty-control button,.product-detail-qty button{min-height:44px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important;scroll-behavior:auto!important}
}
.menu-product-desc{margin:7px 0 10px;color:#6f746f;font-size:.69rem;line-height:1.48;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
@media (max-width:640px){
  .menu-product-desc{font-size:.62rem;line-height:1.42;margin:4px 0 8px;-webkit-line-clamp:2}
}
@media (max-width:980px){
  body.mobile-nav-open{overflow:hidden}
}
.order-start,#explorador{content-visibility:visible!important;contain-intrinsic-size:auto!important}
.hero-bg{background-image:url("assets/brand/v24/hero-atmosphere-desktop.webp")}
.order-drawer{grid-template-rows:auto auto auto minmax(0,1fr) auto}
.order-drawer.empty-order{grid-template-rows:auto minmax(0,1fr)}
.order-drawer.empty-order .order-flow,.order-drawer.empty-order .order-checkout-state,.order-drawer.empty-order .order-drawer-footer{display:none}
.order-drawer.empty-order .order-drawer-scroll{display:grid;place-items:center;padding:28px}
.order-drawer.empty-order .order-empty{max-width:340px}
.menu-product-desc{font-size:.72rem;line-height:1.62;color:#707871}
.menu-product-meta small{font-size:.6rem}
.menu-add,.menu-view{min-height:42px;font-size:.64rem}
.menu-favorite{min-width:36px;min-height:36px}
.menu-result-count{line-height:1.3}
.menu-explorer-grid.category-overview{display:block}
.menu-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.menu-category{position:relative;min-height:168px;padding:0;border-radius:20px;overflow:hidden;text-align:left;color:#fff;background:#0b2f24;cursor:pointer;isolation:isolate;box-shadow:0 12px 30px rgba(4,30,21,.09)}
.menu-category:before{content:"";position:absolute;inset:0;background-image:var(--category-image);background-size:cover;background-position:center;z-index:-2;transform:scale(1.01)}
.menu-category.no-photo:before{background-image:radial-gradient(circle at 70% 20%,rgba(234,210,148,.16),transparent 34%),linear-gradient(145deg,#123c2e,#071d17)}
.menu-category-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,20,14,.05),rgba(3,20,14,.82) 76%,rgba(3,20,14,.96))}
.menu-category-copy{position:absolute;left:16px;right:48px;bottom:15px;display:grid;gap:4px}
.menu-category-copy small{font-size:.48rem;letter-spacing:.12em;text-transform:uppercase;color:#ead294;font-weight:800}
.menu-category-copy strong{font:650 1.62rem/1 var(--font-serif)}
.menu-category-copy em{font-style:normal;font-size:.56rem;color:rgba(255,255,255,.72)}
.menu-category>b{position:absolute;right:14px;bottom:15px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:1rem}
.menu-list-context{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 3px;padding:2px 2px 8px}
.menu-list-context button,.menu-back{min-height:40px;padding:0 12px;border-radius:999px;background:#eae2d5;color:var(--green-900);font-size:.68rem;font-weight:800;cursor:pointer}
.menu-list-context span{font-size:.66rem;font-weight:800;color:#7a827b;text-transform:uppercase;letter-spacing:.08em}
.menu-empty-search .menu-back{margin:16px auto 0}
@media (max-width:980px){
  .menu-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .hero{min-height:670px;padding:0}
  .hero-bg{inset:-1%;background-image:url("assets/brand/v24/hero-atmosphere-mobile.webp");background-position:center 32%;transform:scale(1.015)}
  .hero-content{display:block;padding-top:104px;padding-bottom:48px}
  .hero-copy{max-width:100%}
  .hero-visual-stage,.hero-quick-links,.hero-microstats,.trust-bar{display:none!important}
  .hero-status{font-size:.58rem;min-height:32px;margin-bottom:17px}
  .eyebrow{font-size:.62rem;margin-bottom:18px}
  .hero-copy h1{font-size:clamp(3.2rem,14.6vw,4.55rem);line-height:.86;margin-bottom:20px}
  .hero-lead{max-width:34rem;font-size:.96rem;line-height:1.66;margin-bottom:24px;color:rgba(255,255,255,.8)}
  .hero-actions{gap:9px}
  .hero-actions .btn{min-height:48px;font-size:.78rem}
  .hero-note{font-size:.72rem;line-height:1.45;margin-top:19px;color:rgba(255,255,255,.68)}
  .order-start{padding:24px 0 38px}
  .order-start-card{padding:24px 20px;border-radius:23px;gap:0}
  .order-start-card:after{display:none}
  .order-start-copy h2{font-size:2.85rem;line-height:.92;margin-bottom:14px}
  .order-start-copy>p{font-size:.88rem;line-height:1.62;margin-bottom:20px}
  .order-start-actions{gap:8px}
  .order-start-actions .btn,.order-start-actions .btn-outline-light{min-height:48px;font-size:.75rem}
  .order-start-steps{display:none}
  .menu-explorer{padding-top:52px;padding-bottom:82px}
  .menu-explorer-head{margin-bottom:21px;gap:12px}
  .menu-explorer-head h2{font-size:clamp(2.75rem,12vw,3.55rem);line-height:.94}
  .menu-explorer-head p{font-size:.88rem;line-height:1.65}
  .menu-order-guide{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:14px;padding:7px}
  .menu-order-guide>span,.menu-order-guide>button{min-width:0;min-height:44px;padding:6px 7px;justify-content:center;text-align:center;font-size:.58rem;line-height:1.25}
  .menu-order-guide>span b,.menu-order-guide>button b{flex:0 0 22px;width:22px;height:22px}
  .menu-order-guide>button em{display:none}
  .menu-explorer-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-bottom:10px}
  .menu-search{grid-column:1/-1;min-height:50px}
  .menu-result-count{min-width:0;min-height:44px;padding-inline:10px;font-size:.58rem}
  .menu-sort{min-width:132px;min-height:44px;margin:0}
  .menu-sort>span{font-size:.45rem}
  .menu-sort select{font-size:.64rem}
  .menu-filters{margin-bottom:14px}
  .menu-filters button{min-height:44px;height:44px;font-size:.66rem}
  .menu-category-grid{grid-template-columns:1fr;gap:9px}
  .menu-category{min-height:118px;border-radius:17px}
  .menu-category-copy{left:15px;right:48px;bottom:14px}
  .menu-category-copy strong{font-size:1.52rem}
  .menu-category-copy small{font-size:.52rem}
  .menu-category-copy em{font-size:.62rem}
  .menu-category>b{right:13px;bottom:13px;width:34px;height:34px}
  .menu-explorer-grid:not(.category-overview){display:grid;grid-template-columns:1fr;gap:9px}
  .menu-explorer-grid:not(.category-overview) .menu-product{display:grid;grid-template-columns:92px minmax(0,1fr);grid-template-rows:auto auto auto auto;column-gap:12px;min-height:142px;padding:10px;border-radius:17px}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{display:block;grid-column:1;grid-row:1/5;width:92px;height:100%;min-height:122px;margin:0;border-radius:13px;align-self:stretch}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview img{height:100%;min-height:122px}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview>span{left:6px;right:6px;bottom:6px;max-width:none;padding:4px 5px;font-size:.38rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-explorer-grid:not(.category-overview) .menu-product-top{grid-column:2;margin:0 0 3px;align-items:center}
  .menu-explorer-grid:not(.category-overview) .menu-product-top>span{font-size:.5rem}
  .menu-explorer-grid:not(.category-overview) .menu-favorite{width:36px;height:36px;min-width:36px;min-height:36px}
  .menu-explorer-grid:not(.category-overview) .menu-product-title{grid-column:2}
  .menu-explorer-grid:not(.category-overview) .menu-product-title{font-size:1.32rem;line-height:1.02;margin:0 0 5px}
  .menu-explorer-grid:not(.category-overview) .menu-product-desc{display:none}
  .menu-explorer-grid:not(.category-overview) .menu-product-meta{grid-column:2;margin:0 0 8px;gap:7px}
  .menu-explorer-grid:not(.category-overview) .menu-product-meta strong{font-size:1.35rem}
  .menu-explorer-grid:not(.category-overview) .menu-product-meta small{font-size:.58rem;line-height:1.25}
  .menu-explorer-grid:not(.category-overview) .menu-product-actions{grid-column:2;gap:5px}
  .menu-explorer-grid:not(.category-overview) .menu-add,.menu-explorer-grid:not(.category-overview) .menu-view{min-height:42px;height:42px;font-size:.62rem}
  .menu-explorer-grid:not(.category-overview) .menu-view{padding-inline:10px}
  .nav-toggle{width:44px;height:44px}
  .mobile-bottom-dock a,.mobile-bottom-dock button{font-size:.62rem}
  .menu-favorite,.product-detail-favorite{min-width:38px;min-height:38px}
  .order-detail-label{font-size:.62rem}
  .order-methods button{font-size:.62rem}
  .order-schedule-input,.order-text-input,.order-note-field textarea{font-size:.78rem}
  .order-drawer{height:min(90svh,780px);grid-template-rows:auto auto minmax(0,1fr) auto}
  .order-checkout-state{display:none}
  .order-drawer-header{padding:18px 18px 13px}
  .order-flow{margin:0;padding:10px 16px 9px}
  .order-drawer-scroll{padding:12px 14px 18px}
  .order-drawer-footer{padding:13px 16px max(14px,env(safe-area-inset-bottom))}
  .order-drawer-footer>p{display:none}
  .order-estimate{margin-bottom:9px}
  .order-send{min-height:54px}
  .order-clear{min-height:38px;margin-top:6px}
  .order-drawer.empty-order{grid-template-rows:auto minmax(0,1fr)}
  .order-drawer.empty-order .order-flow{display:none}
  .order-drawer.empty-order .order-drawer-scroll{padding:22px 20px max(28px,env(safe-area-inset-bottom))}
  .product-detail-description{font-size:.86rem;line-height:1.66}
  .product-detail-price span{font-size:.63rem}
  .product-detail-footnote{font-size:.59rem}
}
@media (max-width:360px){
  .hero{min-height:650px}
  .hero-content{padding-top:96px;padding-bottom:42px}
  .hero-copy h1{font-size:3.12rem}
  .hero-lead{font-size:.91rem}
  .menu-order-guide>span,.menu-order-guide>button{font-size:.53rem;padding-inline:4px}
  .menu-explorer-grid:not(.category-overview) .menu-product{grid-template-columns:84px minmax(0,1fr);column-gap:9px}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{width:84px}
}
.menu-search input::placeholder{color:#6b746d}
.menu-product-meta small{color:#6b746d}
.menu-explorer-footer{color:#687168}
.order-detail-label small{color:#6b746d}
.order-schedule-note{color:#687168}
.product-detail-footnote{color:#687168}
.order-drawer-footer>p{color:#657068}
.header-order-cta,.header-cta{min-height:44px}
.desktop-nav a{min-height:44px;display:flex;align-items:center}
@media (max-width:640px){
  .menu-explorer-footer .text-button,.catalog-actions .text-link,.footer-cta a{min-height:44px;display:inline-flex;align-items:center}
}
@media (pointer:coarse){
  .nav-toggle,.menu-favorite,.product-detail-favorite,.menu-add,.menu-view,.order-close,.product-detail-close{min-width:44px;min-height:44px}
}

/* V20 audit pass: interaction targets, tablet clarity, and legibility */
.menu-filters button{min-height:44px;height:44px;font-size:.68rem}
.menu-add,.menu-view{min-height:44px;height:44px;font-size:.68rem}
.menu-favorite{width:44px;height:44px;min-width:44px;min-height:44px}
.menu-product-title{min-height:44px;display:flex;align-items:center;text-align:left}
.menu-product-meta small{font-size:.64rem;line-height:1.35}
.menu-product-top>span{font-size:.6rem}
.order-methods button{min-height:44px;font-size:.64rem}
.order-clear{min-height:44px}
.skip-link{min-height:44px;display:inline-flex;align-items:center}

@media (min-width:641px) and (max-width:820px){
  .hero{min-height:780px}
  .hero-content{display:block;padding-top:132px;padding-bottom:82px}
  .hero-copy{max-width:680px}
  .hero-copy h1{font-size:clamp(4.5rem,10vw,6rem)}
  .hero-lead{font-size:1.02rem;max-width:590px}
  .hero-visual-stage,.hero-quick-links,.hero-microstats{display:none!important}
  .menu-explorer{padding-top:72px}
  .menu-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .menu-category{min-height:150px}
  .menu-category-copy strong{font-size:1.8rem}
}

@media (max-width:640px){
  .menu-add,.menu-view{min-height:44px;height:44px}
  .menu-favorite,.product-detail-favorite{width:44px;height:44px;min-width:44px;min-height:44px}
  .menu-product-title{min-height:40px}
}
.text-button,.text-link{min-height:44px;display:inline-flex;align-items:center}
.site-footer a,.footer a{min-height:44px;display:inline-flex;align-items:center}
.nav-toggle{min-width:44px;min-height:44px}


/* V21 deep audit 03: category-first navigation, full-photo fidelity, offline-safe UI */
.menu-explorer-sticky.is-overview .menu-sort{display:none}
.menu-explorer-sticky.is-overview .menu-result-count{min-width:220px;text-align:center}
.menu-explorer-grid.category-overview{display:block}
.menu-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.menu-category{min-height:188px}
.menu-category-copy strong{font-size:1.82rem}
.menu-list-context{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:0 0 6px;padding:4px 2px 10px;border-bottom:1px solid rgba(11,47,36,.09)}
.menu-list-context button,.menu-back{min-height:44px;padding:0 14px;border-radius:999px;background:#eae2d5;color:var(--green-900);font-size:.68rem;font-weight:800;cursor:pointer}
.menu-list-context span{font:650 1.25rem/1 var(--font-serif);color:var(--green-900)}
.menu-list-context small{font-size:.57rem;letter-spacing:.08em;text-transform:uppercase;color:#778078;font-weight:800}
.menu-empty-search .menu-back{margin:16px auto 0}
.menu-explorer-sticky.is-overview .menu-filters{margin-bottom:2px}

/* Show the entire verified photo. A blurred copy fills the frame, so wide source images are never misleadingly cropped. */
.product-photo-frame{position:relative;width:100%;height:100%;min-height:inherit;display:block;overflow:hidden;isolation:isolate;background:#0b2f24}
.product-photo-frame:before{content:"";position:absolute;inset:-14px;z-index:-1;background-image:var(--thumb-image);background-size:cover;background-position:center;filter:blur(12px) brightness(.72) saturate(.92);opacity:.78;transform:scale(1.12)}
@media (max-width:640px){.product-photo-frame:before{background-image:var(--thumb-image-mobile,var(--thumb-image))}}
.product-photo-frame>picture{position:relative;display:block;width:100%;height:100%}.product-photo-frame>picture>img{position:relative;width:100%!important;height:100%!important;min-height:0!important;object-fit:contain!important;object-position:center!important;padding:5px!important;filter:none!important}
.menu-product-preview.has-photo:after{background:linear-gradient(180deg,transparent 64%,rgba(4,25,18,.42))}
.menu-product:hover .menu-product-preview.has-photo .product-photo-frame>picture>img{transform:scale(1.018);filter:none!important}
.order-item-image .product-photo-frame,.pairing-media .product-photo-frame{position:absolute;inset:0}
.order-item-image .product-photo-frame>picture>img,.pairing-media .product-photo-frame>picture>img{padding:3px!important}
.product-detail-media.photo-mode>img{object-fit:contain;padding:16px 18px;filter:none;transform:none!important}
.product-detail-media.photo-mode .product-detail-media-shade{background:linear-gradient(180deg,rgba(3,18,13,.04),rgba(3,18,13,.14))}

/* One primary header action at a time: start ordering when empty, review when the cart has items. */
.header-order-cta{display:none}
body.has-cart-items .header-order-cta{display:flex}
body.has-cart-items .header-cta{display:none}

/* The menu cart bar is useful on desktop/tablet because it now appears before the list and sticks while browsing. */
.menu-cart-summary{margin-top:0;margin-bottom:18px}

@media (max-width:980px){
  body.has-cart-items .header-order-cta{display:none}
  body.has-cart-items .header-cta{display:none}
  .menu-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .menu-category{min-height:158px}
}
@media (max-width:640px){
  .menu-explorer-sticky.is-overview .menu-result-count{min-width:0;width:auto}
  .menu-category-grid{grid-template-columns:1fr;gap:9px}
  .menu-category{min-height:118px}
  .menu-category-copy strong{font-size:1.52rem}
  .menu-list-context{grid-template-columns:auto 1fr;gap:8px;margin-bottom:2px}
  .menu-list-context span{font-size:1.05rem;text-align:right}
  .menu-list-context small{display:none}
  .menu-cart-summary{display:none!important}
  .product-detail-media.photo-mode>img{padding:10px}
}

/* V21 touch-target rounding guard */
.menu-search input,.menu-sort select{height:44px;min-height:44px}
.btn{min-height:44px}

/* V21 final audit guards: never crop verified detail photography; keep floating controls thumb-safe. */
body.product-detail-open .product-detail-media.photo-mode > img:not(.catalog-page-image){
  object-fit:contain!important;
  object-position:center!important;
  padding:16px 18px!important;
  filter:none!important;
  transform:none!important;
}
.back-to-top{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
}
@media (max-width:640px){
  body.product-detail-open .product-detail-media.photo-mode > img:not(.catalog-page-image){padding:10px!important}
}

/* V21 final mobile ergonomics: every active ordering control meets a 44px touch target. */
@media (max-width:640px){
  .menu-explorer-grid:not(.category-overview) .menu-favorite{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-add,
  .menu-explorer-grid:not(.category-overview) .menu-view{
    height:44px!important;min-height:44px!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-inline-qty{height:44px!important;min-height:44px!important}
  .menu-explorer-grid:not(.category-overview) .menu-inline-qty button{
    width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;
  }
  .product-detail-pairing .pairing-copy>button{
    min-height:44px;display:flex;align-items:center;width:100%;
  }
  .order-item-heading>div>button{
    min-height:44px;display:flex;flex-direction:column;justify-content:center;width:100%;
  }
  .order-item-heading>button{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
  .order-item .qty-control{height:44px!important;min-height:44px!important}
  .order-item .qty-control button{
    width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;
  }
  .order-text-input,.order-schedule-input{
    height:44px!important;min-height:44px!important;
  }
}
@media (max-width:640px){
  .product-detail-media-tabs button{
    height:44px!important;min-height:44px!important;min-width:44px!important;padding-inline:14px!important;
  }
  .product-detail-pairing .pairing-add{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
}

/* V21 card-fidelity refinement: full source photo stays visible without turning each phone card into a tall poster. */
@media (max-width:640px){
  .menu-explorer-grid:not(.category-overview) .menu-product{
    grid-template-columns:112px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto!important;
    column-gap:12px!important;
    row-gap:0!important;
    min-height:0!important;
    padding:11px!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{
    grid-column:1!important;
    grid-row:1/4!important;
    width:112px!important;
    height:96px!important;
    min-height:96px!important;
    align-self:start!important;
    margin:0!important;
    border-radius:13px!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-product-preview img{
    height:100%!important;
    min-height:0!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-product-top,
  .menu-explorer-grid:not(.category-overview) .menu-product-title,
  .menu-explorer-grid:not(.category-overview) .menu-product-meta{grid-column:2!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-actions{
    grid-column:1/-1!important;
    grid-row:4!important;
    margin-top:9px!important;
  }
  body.order-open .site-toast,
  body.product-detail-open .site-toast{
    top:max(14px,env(safe-area-inset-top));
    bottom:auto;
  }
}
@media (max-width:360px){
  .menu-explorer-grid:not(.category-overview) .menu-product{grid-template-columns:102px minmax(0,1fr)!important;column-gap:10px!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{width:102px!important;height:90px!important}
}

/* V22 deep audit 04: navigation clarity, keyboard-safe jumps, catalog touch safety, WhatsApp fallback */
:root{--site-header-height:74px}
html{scroll-padding-top:calc(var(--site-header-height) + 30px)}
#explorador,#catalogo,#nosotros,#pedidos,#pedido,#inicio{scroll-margin-top:calc(var(--site-header-height) + 30px)!important}
.menu-explorer-sticky{top:calc(var(--site-header-height) + 10px)!important}

/* A visible human fallback. Ordering remains primary, WhatsApp remains unmistakably available. */
.order-start-help{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:10px 13px 10px 11px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.74);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.order-start-help>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#1f8c5d;color:#fff;font-size:1rem;font-weight:800}
.order-start-help>span:nth-child(2){display:grid;gap:2px}
.order-start-help small{font-size:.53rem;letter-spacing:.04em;color:rgba(255,255,255,.48)}
.order-start-help strong{font-size:.69rem;color:#fff}
.order-start-help>b{margin-left:4px;color:var(--gold-light)}
.order-start-help:hover{background:rgba(255,255,255,.08);border-color:rgba(234,210,148,.22);transform:translateY(-1px)}
.mobile-nav-wa{color:#a8e9ca!important;border-bottom:0!important;background:rgba(31,140,93,.08)!important}

.whatsapp-help{position:fixed;z-index:870;right:20px;bottom:24px;display:flex;align-items:center;gap:10px;min-height:52px;padding:7px 14px 7px 8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#176b49;color:#fff;box-shadow:0 16px 42px rgba(2,28,18,.28);transition:transform .24s ease,opacity .22s ease,background .2s ease;isolation:isolate}
.whatsapp-help:hover{transform:translateY(-2px);background:#1c7b54}
.whatsapp-help svg{width:38px;height:38px;padding:7px;border-radius:50%;background:rgba(255,255,255,.12);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.whatsapp-help>span{display:grid;gap:1px;line-height:1.05;text-align:left}
.whatsapp-help small{font-size:.46rem;letter-spacing:.05em;color:rgba(255,255,255,.67)}
.whatsapp-help strong{font-size:.72rem;letter-spacing:.01em}
body.modal-open .whatsapp-help,body.order-open .whatsapp-help,body.product-detail-open .whatsapp-help{opacity:0;pointer-events:none;transform:translateY(10px)}
body.has-cart-items .whatsapp-help{bottom:158px}

/* Catalog: page changes are explicit only. Touch gestures belong to zooming and panning. */
.catalog-stage,.catalog-stage img{touch-action:pan-x pan-y pinch-zoom!important}
.catalog-modal:not(.read-mode) .catalog-stage img{touch-action:pan-x pan-y pinch-zoom!important}
.catalog-stage{overscroll-behavior:contain;overscroll-behavior-x:contain}
.catalog-stage img.switching-left,.catalog-stage img.switching-right{transform:none!important}
.catalog-mobile-instruction{display:none}

@media (max-width:640px){
  html{scroll-padding-top:calc(var(--site-header-height) + 38px)}
  #explorador,#catalogo,#nosotros,#pedidos,#pedido,#inicio{scroll-margin-top:calc(var(--site-header-height) + 38px)!important}
  .menu-explorer-sticky{top:calc(var(--site-header-height) + 7px)!important}

  .whatsapp-help{right:13px;bottom:max(84px,calc(env(safe-area-inset-bottom) + 78px));min-height:48px;padding:6px 12px 6px 7px;gap:8px;box-shadow:0 14px 34px rgba(2,28,18,.26)}
  .whatsapp-help svg{width:34px;height:34px;padding:6px}
  .whatsapp-help small{font-size:.42rem}
  .whatsapp-help strong{font-size:.66rem}
  body.has-cart-items .whatsapp-help{bottom:max(84px,calc(env(safe-area-inset-bottom) + 78px))}
  .mobile-bottom-dock{grid-template-columns:repeat(3,1fr)!important}

  /* The catalog toolbar is deliberately word-based for people who do not infer icon gestures. */
  .catalog-modal{grid-template-rows:58px 2px minmax(0,1fr) 124px 0!important}
  .catalog-modal.thumbs-open{grid-template-rows:58px 2px minmax(0,1fr) 124px 78px!important}
  .catalog-mobile-toolbar{display:grid!important;grid-template-columns:1fr minmax(86px,.8fr) 1fr!important;grid-template-areas:"instruction instruction instruction" "prev page next" "mode mode thumbs"!important;grid-template-rows:auto 46px 36px!important;gap:6px 7px!important;align-items:stretch!important;padding:7px 9px 8px!important;background:rgba(4,20,15,.97)!important}
  .catalog-mobile-instruction{grid-area:instruction;display:block;margin:0;padding:0 4px 2px;text-align:center;font-size:.54rem;line-height:1.3;color:rgba(255,255,255,.58)}
  .catalog-mobile-prev{grid-area:prev}
  .catalog-mobile-page{grid-area:page;place-self:stretch;display:flex!important;flex-direction:column;align-items:center;justify-content:center;padding:0!important;border-radius:12px;background:rgba(255,255,255,.035)}
  .catalog-mobile-next{grid-area:next}
  .catalog-mobile-mode{grid-area:mode;width:100%!important;height:36px!important;padding:0 10px!important;font-size:.54rem!important}
  .catalog-mobile-thumbs{grid-area:thumbs;width:100%!important;height:36px!important;padding:0 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px;border-radius:999px!important;font-size:.54rem!important;white-space:nowrap}
  .catalog-mobile-step{height:46px!important;min-width:0!important;padding:0 10px!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:.8rem!important;font-weight:800!important;letter-spacing:.01em!important}
  .catalog-mobile-step span{font-size:1rem;line-height:1}
  .catalog-mobile-step b{font-size:.64rem;line-height:1;font-weight:800}
  .catalog-mobile-page small{max-width:100%;font-size:.52rem!important}
  .catalog-mobile-page span{font-size:.52rem!important}
  .catalog-mobile-page b{font-size:.66rem!important}
  .catalog-mobile-note{display:none!important}
  .catalog-stage{padding:10px 8px 14px!important;overflow:auto!important;-webkit-overflow-scrolling:touch}
  .catalog-modal:not(.read-mode) .catalog-stage{place-items:center;align-content:center}
  .catalog-modal.read-mode .catalog-stage{place-items:start center;align-content:start}
  .catalog-stage img{touch-action:pan-x pan-y pinch-zoom!important}
}

@media (max-width:360px){
  .whatsapp-help{padding-right:9px}
  .whatsapp-help small{display:none}
  .catalog-mobile-toolbar{grid-template-columns:1fr 76px 1fr!important;padding-inline:6px!important;gap:5px!important}
  .catalog-mobile-step{padding-inline:6px!important;gap:4px!important}
  .catalog-mobile-step b{font-size:.58rem}
  .catalog-mobile-instruction{font-size:.49rem}
}
.modal-help-wa{height:39px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;border:1px solid rgba(60,191,126,.26);background:rgba(31,143,89,.12);color:#a7e7c6;font-size:.6rem;font-weight:800;transition:background .2s ease,border-color .2s ease}
.modal-help-wa:hover{background:rgba(31,143,89,.22);border-color:rgba(60,191,126,.42)}
.catalog-mobile-wa{display:none}
@media (max-width:640px){
  .modal-help-wa{display:none}
  .modal-wa{width:auto!important;min-width:72px!important;padding:0 9px!important;font-size:.5rem!important;white-space:nowrap}
  .modal-wa span{display:none}
  .catalog-mobile-toolbar{grid-template-columns:1.25fr 1fr 1fr!important;grid-template-areas:"instruction instruction instruction" "prev page next" "mode thumbs whatsapp"!important}
  .catalog-mobile-wa{grid-area:whatsapp;display:flex;align-items:center;justify-content:center;height:36px;border-radius:999px;background:#1f8f59;color:#fff;font-size:.53rem;font-weight:800;white-space:nowrap}
}
@media (max-width:360px){
  .catalog-mobile-toolbar{grid-template-columns:1.22fr .94fr .94fr!important}
  .catalog-mobile-wa,.catalog-mobile-thumbs,.catalog-mobile-mode{font-size:.49rem!important;padding-inline:6px!important}
}
/* V22 touch-target correction after 320–412 px catalog regression. */
@media (max-width:640px){
  .catalog-modal{grid-template-rows:58px 2px minmax(0,1fr) 132px 0!important}
  .catalog-modal.thumbs-open{grid-template-rows:58px 2px minmax(0,1fr) 132px 78px!important}
  .catalog-mobile-toolbar{grid-template-rows:auto 46px 44px!important}
  .catalog-mobile-mode,.catalog-mobile-thumbs,.catalog-mobile-wa{height:44px!important;min-height:44px!important}
  .modal-wa{height:44px!important;min-height:44px!important}
  .modal-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  .thumb-btn{width:44px!important;min-width:44px!important}
}

/* V23 deep audit 05: authentic photography, faster catalog, clearer buying controls */
.hero-bg{background-image:url("assets/brand/v24/hero-atmosphere-desktop.webp")!important;background-position:center 48%!important;filter:saturate(.74) contrast(1.05) brightness(.62)!important;animation:none!important;transform:scale(1.015)!important}
.hero-overlay{background:linear-gradient(90deg,rgba(3,18,13,.93) 0%,rgba(3,18,13,.82) 38%,rgba(3,18,13,.46) 70%,rgba(3,18,13,.58) 100%)!important}
.hero-food-frame img{object-fit:cover;object-position:center 42%}
.heritage-photo-main img,.story-photo img{object-fit:cover}

.menu-result-actions{display:flex;align-items:center;gap:9px;min-width:0}
.menu-clear-filters{min-height:36px;padding:0 12px;border:1px solid #d7d0c4;border-radius:999px;background:#fff;color:var(--green-900);font-size:.58rem;font-weight:800;letter-spacing:.02em;cursor:pointer;white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease}
.menu-clear-filters:hover{background:var(--green-900);border-color:var(--green-900);color:#fff}
.menu-clear-filters[hidden]{display:none!important}
.menu-filters button.active{box-shadow:0 0 0 2px rgba(199,154,62,.24),0 7px 18px rgba(8,31,23,.1)}
.menu-product-title,.menu-product-title button{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.menu-product-desc{overflow-wrap:anywhere}

.order-totals{display:grid;gap:7px;padding:13px 0 4px;border-top:1px solid rgba(10,35,27,.12)}
.order-totals>div{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#687168;font-size:.68rem}
.order-totals>div strong{color:var(--green-900);font-size:.78rem}
.order-total-final{margin-top:4px;padding-top:10px;border-top:1px dashed rgba(10,35,27,.15)}
.order-total-final span{display:flex;align-items:baseline;gap:6px;color:var(--green-950);font-weight:800;font-size:.82rem}
.order-total-final span small{font-size:.5rem;color:#8a918a;font-weight:700}
.order-total-final strong{font:700 1.5rem/1 var(--font-serif)!important;color:var(--green-950)!important}

.product-detail-media>img.media-fallback{object-fit:contain!important;padding:18px!important;background:#f7f2e8!important}
.catalog-stage img.catalog-fallback{filter:saturate(.92);image-rendering:auto}
.thumb-btn img{width:100%;height:100%;object-fit:cover}

@media (max-width:820px){
  .menu-result-actions{flex:1 1 auto;justify-content:space-between}
  .menu-clear-filters{min-height:44px;padding-inline:13px}
}

@media (max-width:640px){
  .hero-bg{background-image:url("assets/brand/v24/hero-atmosphere-mobile.webp")!important;background-position:center 38%!important;filter:saturate(.72) contrast(1.03) brightness(.56)!important;transform:scale(1.01)!important}
  .hero-overlay{background:linear-gradient(180deg,rgba(3,18,13,.91) 0%,rgba(3,18,13,.75) 52%,rgba(3,18,13,.67) 100%)!important}
  .menu-result-actions{width:100%;gap:7px}
  .menu-clear-filters{font-size:.54rem}

  /* Put the purchase decision in the first screenful of the product sheet. */
  .product-detail{grid-template-rows:26% minmax(0,1fr)!important;height:min(94svh,820px)!important}
  .product-detail-content{padding:14px 16px max(24px,env(safe-area-inset-bottom))!important}
  .product-detail h2{font-size:clamp(1.75rem,8vw,2.35rem)!important;line-height:.98!important;margin-top:4px!important}
  .product-detail-description{font-size:.82rem!important;line-height:1.5!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-top:8px!important}
  .product-detail-price{margin-top:10px!important;margin-bottom:6px!important}
  .product-detail-price strong{font-size:1.55rem!important}
  .product-detail-actions{margin-top:4px!important;padding-top:8px!important}
  .product-detail-media.photo-mode>img:not(.catalog-page-image){padding:8px!important;margin:7% 5% 5%!important;width:90%!important;height:86%!important}
  .product-detail-media.catalog-mode>img{max-height:100%!important}
  .product-detail-pairing{margin-top:16px!important}
}

@media (max-width:360px){
  .product-detail{grid-template-rows:24% minmax(0,1fr)!important}
  .product-detail-content{padding-top:12px!important}
  .product-detail h2{font-size:1.78rem!important}
  .product-detail-description{-webkit-line-clamp:2;font-size:.78rem!important}
  .product-detail-price strong{font-size:1.42rem!important}
}

@media (prefers-reduced-motion:reduce){
  .hero-bg,.hero-ambient,.catalog-stage img,.menu-product,.menu-category,.btn,.whatsapp-help{animation:none!important;transition:none!important}
}
.menu-minimum-price{display:block;margin-top:3px;color:#7a6b4a!important;font-size:.52rem!important;letter-spacing:.01em!important;text-transform:none!important;font-weight:650!important}
.menu-minimum-price b{color:#7b5a18;font-weight:850}
/* Never flash the previously selected product while a new image is resolving. */
.product-detail-media>img.media-switching{opacity:0!important}

/* ==============================================================
   V24 — Deep Audit 06: visual authenticity, navigation clarity,
   explicit catalog zoom, mobile buying ergonomics and contrast.
   ============================================================== */

/* Authentic Delicias photography now drives the large background moments. */
.hero-bg{
  background-image:url("assets/brand/v24/hero-atmosphere-desktop.webp")!important;
  background-position:center 46%!important;
  filter:saturate(.92) contrast(1.04) brightness(.78)!important;
  animation:none!important;
  transform:scale(1.01)!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,24,18,.90) 0%,rgba(3,24,18,.76) 34%,rgba(3,24,18,.35) 68%,rgba(3,24,18,.22) 100%),
    linear-gradient(180deg,rgba(3,19,14,.28),rgba(3,19,14,.54));
}
.hero-food-frame img{filter:saturate(.94) contrast(1.02)}

.order-start{
  background-image:
    radial-gradient(circle at 82% 18%,rgba(198,157,61,.14),transparent 30%),
    radial-gradient(circle at 18% 88%,rgba(31,118,80,.20),transparent 34%),
    linear-gradient(115deg,#06291f 0%,#041d16 54%,#031711 100%)!important;
  background-size:cover!important;
  background-position:center!important;
}
.order-start:before{opacity:.68}
.order-start-card{
  background:linear-gradient(145deg,rgba(7,38,28,.84),rgba(5,27,20,.72));
  border-color:rgba(234,210,148,.16);
  box-shadow:0 30px 80px rgba(0,0,0,.24);
  backdrop-filter:blur(8px);
}

.catalog-section{
  background-image:
    radial-gradient(circle at 86% 28%,rgba(202,161,67,.13),transparent 27%),
    radial-gradient(circle at 12% 82%,rgba(35,122,84,.16),transparent 31%),
    linear-gradient(100deg,#06271e 0%,#041d16 52%,#031711 100%)!important;
  background-size:cover!important;
  background-position:center!important;
}
.catalog-backdrop{opacity:.7}

.heritage-photo-main img,.order-visual>img{
  object-fit:cover;
  object-position:center;
  filter:saturate(.96) contrast(1.025);
}

/* Make the basic customer journey even more obvious. */
.menu-order-guide button,.header-order-cta,.order-send{font-weight:800}
.menu-list-context{border-bottom-color:rgba(11,47,36,.12)}
.menu-list-context>span{font-weight:800}
.menu-clear-filters:not([hidden]){display:inline-flex;align-items:center;justify-content:center}

/* A little more useful information on mobile cards without rebuilding the old wall of text. */
@media (min-width:361px) and (max-width:640px){
  .menu-explorer-grid:not(.category-overview) .menu-product-desc{
    display:-webkit-box!important;
    grid-column:2!important;
    margin:0 0 7px!important;
    font-size:.61rem!important;
    line-height:1.38!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#626b64;
  }
  .menu-explorer-grid:not(.category-overview) .menu-product{
    grid-template-rows:auto auto auto auto auto!important;
    min-height:158px!important;
  }
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{grid-row:1/6!important}
}

/* Muted copy was drifting too faint in a few places. Keep the elegant palette, lose the squinting. */
.menu-product-desc,.menu-product-meta small,.menu-explorer-head>p,.heritage-copy>p,.order-small{color:#626b64}
.order-start-copy>p{color:rgba(255,255,255,.76)}
.order-start-steps small{color:rgba(255,255,255,.68)}
.catalog-copy>p{color:rgba(255,255,255,.72)}

/* Explicit catalog zoom. Page navigation remains button-driven; panning never changes page. */
.catalog-modal-body{isolation:isolate}
.catalog-zoom-controls{
  position:absolute;
  left:50%;
  bottom:14px;
  z-index:9;
  display:flex;
  align-items:center;
  gap:5px;
  min-height:46px;
  padding:5px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  background:rgba(4,22,16,.90);
  box-shadow:0 16px 42px rgba(0,0,0,.30);
  backdrop-filter:blur(14px);
  transform:translateX(-50%);
}
.catalog-zoom-controls button{
  min-width:42px;
  height:36px;
  border-radius:10px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font:800 1rem/1 var(--font-sans);
  cursor:pointer;
}
.catalog-zoom-controls button:hover{background:rgba(255,255,255,.13)}
.catalog-zoom-controls button:disabled{opacity:.36;cursor:not-allowed}
.catalog-zoom-controls output{
  min-width:54px;
  text-align:center;
  color:var(--gold-light);
  font-size:.66rem;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}
.catalog-zoom-controls .catalog-zoom-reset{
  min-width:auto;
  padding:0 11px;
  font-size:.57rem;
  letter-spacing:.02em;
}
.catalog-modal.catalog-zoomed .catalog-stage{
  overflow:auto!important;
  place-items:start center!important;
  align-content:start!important;
  cursor:grab;
}
.catalog-modal.catalog-zoomed .catalog-stage:active{cursor:grabbing}
.catalog-modal.catalog-zoomed .catalog-stage img{
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  transform:none!important;
}

/* Five obvious actions for phone users: Inicio, Menú, Pedido, Catálogo, WhatsApp. */
@media (max-width:640px){
  body{padding-bottom:82px}
  .hero-bg{
    background-image:url("assets/brand/v24/hero-atmosphere-mobile.webp")!important;
    background-position:center 42%!important;
    filter:saturate(.9) contrast(1.03) brightness(.73)!important;
    transform:scale(1.005)!important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(3,24,18,.72) 0%,rgba(3,24,18,.52) 48%,rgba(3,24,18,.78) 100%)!important;
  }
  .mobile-bottom-dock{
    left:7px!important;
    right:7px!important;
    bottom:max(6px,env(safe-area-inset-bottom))!important;
    height:68px!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:2px!important;
    padding:5px!important;
    border-radius:20px!important;
  }
  .mobile-bottom-dock>a,.mobile-bottom-dock>button{
    min-height:56px!important;
    padding:4px 2px!important;
    border-radius:14px!important;
    font-size:.48rem!important;
    letter-spacing:0!important;
    line-height:1!important;
  }
  .mobile-bottom-dock svg{width:18px!important;height:18px!important}
  .mobile-bottom-dock .dock-order.primary{
    transform:translateY(-4px);
    min-height:60px!important;
    border:1px solid rgba(234,210,148,.75);
    box-shadow:0 9px 24px rgba(0,0,0,.25)!important;
  }
  .mobile-bottom-dock .dock-order.primary:active{transform:translateY(-4px) scale(.97)}
  .mobile-bottom-dock .dock-whatsapp{color:#a8efc5}
  .mobile-bottom-dock .dock-whatsapp svg{stroke:#a8efc5}
  .whatsapp-help{display:none!important}

  .catalog-zoom-controls{
    bottom:8px;
    min-height:48px;
    padding:5px;
    border-radius:14px;
  }
  .catalog-zoom-controls button{min-width:44px;height:38px}
  .catalog-zoom-controls .catalog-zoom-reset{padding:0 9px}
  .catalog-stage{padding-bottom:64px!important}
  .catalog-mobile-instruction{line-height:1.35}

  .order-start{
    background-position:62% center!important;
  }
  .order-start-card{backdrop-filter:none}
}

@media (max-width:360px){
  .mobile-bottom-dock>a,.mobile-bottom-dock>button{font-size:.43rem!important}
  .mobile-bottom-dock svg{width:17px!important;height:17px!important}
  .catalog-zoom-controls output{min-width:46px;font-size:.6rem}
  .catalog-zoom-controls .catalog-zoom-reset{font-size:.52rem;padding:0 7px}
}

/* Keep reduced-motion truly quiet. */
@media (prefers-reduced-motion:reduce){
  .catalog-zoom-controls,.mobile-bottom-dock,.menu-product-preview img{transition:none!important}
}

/* V24 clarity: ordering controls that do nothing in category overview stay out of the way. */
.menu-explorer-sticky.is-overview .menu-sort{display:none}
.menu-explorer-sticky.is-overview .menu-result-actions{margin-left:auto}
@media (max-width:640px){
  .menu-explorer-sticky.is-overview .menu-result-actions{margin-left:0}
}

/* In the category overview the filter toolbar is not sticky. This prevents it from covering
   the first category cards and keeps the entry screen calm. It becomes sticky only once
   the customer is actually browsing/searching products. */
@media (max-width:1100px){
  .menu-explorer-sticky.is-overview{
    position:relative!important;
    top:auto!important;
  }
}

/* V24 runtime QA fixes: explicit mobile card order and fully compliant catalog zoom targets. */
@media (min-width:361px) and (max-width:640px){
  .menu-explorer-grid:not(.category-overview) .menu-product-top{grid-row:1!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-title{grid-row:2!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-desc{grid-row:3!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-meta{grid-row:4!important;margin:1px 0 8px!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-actions{grid-row:5!important;margin-top:0!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{grid-row:1/5!important}
}
@media (max-width:360px){
  .menu-explorer-grid:not(.category-overview) .menu-product-top{grid-row:1!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-title{grid-row:2!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-meta{grid-row:3!important;margin:1px 0 8px!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-actions{grid-row:4!important;margin-top:0!important}
  .menu-explorer-grid:not(.category-overview) .menu-product-preview{grid-row:1/4!important}
}
@media (max-width:640px){
  .catalog-zoom-controls{min-height:56px}
  .catalog-zoom-controls button{min-width:44px!important;width:44px;height:44px!important;min-height:44px!important}
  .catalog-zoom-controls .catalog-zoom-reset{width:auto!important;min-width:58px!important;padding:0 9px!important}
  .catalog-stage{padding-bottom:72px!important}
}

/* Closed overlays stop intercepting taps immediately, even while their fade-out animation finishes. */
.product-detail-overlay,.product-detail,.order-overlay,.order-drawer,.catalog-modal{pointer-events:none}
.product-detail-overlay.open,.product-detail.open,.order-overlay.open,.order-drawer.open,.catalog-modal.open{pointer-events:auto}


/* ==============================================================
   V25 — Deep Audit 07: interaction verification + image-quality pass.
   ============================================================== */

/* Phone section jumps land a little farther below the fixed header so the destination is unmistakable. */
@media (max-width:640px){
  html{scroll-padding-top:calc(var(--site-header-height) + 38px)!important}
  #explorador,#catalogo,#nosotros,#pedidos,#pedido,#inicio{scroll-margin-top:calc(var(--site-header-height) + 38px)!important}
}

/* The new hero source is intentionally atmospheric AI imagery, never product photography.
   Keep the copy-side darker while letting the table detail remain visible on the right. */
.hero-bg{
  background-image:url("assets/brand/v24/hero-atmosphere-desktop.webp")!important;
  background-position:center center!important;
  filter:saturate(.92) contrast(1.035) brightness(.82)!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,22,16,.96) 0%,rgba(3,22,16,.88) 34%,rgba(3,22,16,.48) 66%,rgba(3,22,16,.26) 100%),
    linear-gradient(180deg,rgba(2,16,12,.18),rgba(2,16,12,.48))!important;
}
@media (max-width:640px){
  .hero-bg{
    background-image:url("assets/brand/v24/hero-atmosphere-mobile.webp")!important;
    background-position:center 44%!important;
    filter:saturate(.9) contrast(1.025) brightness(.78)!important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(3,22,16,.88) 0%,rgba(3,22,16,.62) 48%,rgba(3,22,16,.80) 100%)!important;
  }
}

/* Category tiles are now fed the full verified source photos instead of 280px card thumbnails.
   This rule preserves the image without adding fake sharpening or decorative blur. */
.menu-category.has-photo:before{image-rendering:auto}
