:root{
  --black:#090908;
  --black2:#11110f;
  --cream:#eee5d6;
  --cream2:#f4ecdf;
  --orange:#e94a08;
  --muted:#a9a39b;
  --line:rgba(238,229,214,.22);
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--black);color:var(--cream);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.skip{position:fixed;left:16px;top:-70px;z-index:9999;background:var(--cream);color:var(--black);padding:12px 18px;border-radius:4px}.skip:focus{top:16px}
.topbar{height:78px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px;padding:0 clamp(20px,4vw,58px);background:rgba(9,9,8,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.06)}
.brand{display:block;width:120px;height:68px;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,0,0,.4))}
.nav{justify-self:center;display:flex;gap:42px;font-size:12px;letter-spacing:.18em;font-weight:800}.nav a{position:relative}.nav a:after{content:"";position:absolute;height:2px;background:var(--orange);left:0;right:100%;bottom:-8px;transition:.25s}.nav a:hover:after{right:0}
.top-actions{display:flex;align-items:center;gap:18px}
.btn{appearance:none;border:0;border-radius:999px;padding:14px 24px;font-size:12px;font-weight:800;letter-spacing:.08em;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:.2s;text-transform:uppercase}.btn:hover{transform:translateY(-2px)}
.btn-orange{background:var(--orange);color:white;box-shadow:0 10px 28px rgba(233,74,8,.22)}.btn-orange:hover{background:#ff5a12}.btn-outline{background:transparent;color:var(--cream);border:1px solid rgba(238,229,214,.48)}.btn-outline:hover{border-color:var(--cream)}.btn-outline-dark{background:transparent;color:var(--black);border:1px solid rgba(9,9,8,.5)}
.btn-full{width:100%;padding:17px 22px}
.cart-button{width:48px;height:48px;background:transparent;border:1px solid rgba(238,229,214,.4);border-radius:50%;color:var(--cream);display:grid;place-items:center;position:relative}.cart-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-count{position:absolute;right:-2px;top:-4px;background:var(--cream);color:var(--black);width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:900;display:grid;place-items:center}
.hero{min-height:580px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(390px,46%) 1fr;background:radial-gradient(circle at 62% 40%,#27140a 0,#0b0a08 49%,#070706 100%);isolation:isolate}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,5,4,.95) 0%,rgba(5,5,4,.75) 32%,rgba(5,5,4,.12) 62%,rgba(5,5,4,.56) 100%)}
.hero-copy{padding:88px 0 64px clamp(32px,6vw,90px);z-index:3;align-self:center}.eyebrow{font-size:11px;letter-spacing:.23em;color:#8f8b85;font-weight:700;margin:0 0 18px;text-transform:uppercase}.hero h1,.section-head h2,.menu-heading h2,.combo-title-row h2,.drawer-head h2,.modal h2{font-family:Anton,Impact,sans-serif;font-weight:400;text-transform:uppercase;line-height:.88;letter-spacing:-.018em;margin:0}.hero h1{font-size:clamp(64px,7.4vw,118px);max-width:640px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-photo{position:absolute;right:0;top:0;width:68%;height:100%;background-image:linear-gradient(90deg,rgba(9,9,8,.72),rgba(9,9,8,0) 22%),url('assets/hero.jpg'); /* se reemplaza automáticamente desde CONFIGURACION.js */background-size:cover;background-position:center;z-index:-2;filter:saturate(1.02) contrast(1.06)}
.scribble{font-family:"Permanent Marker","Comic Sans MS",cursive;transform:rotate(-5deg)}.hero-scribble{position:absolute;right:3.8vw;top:120px;font-size:26px;line-height:1.26;color:var(--cream);text-align:center;z-index:4;opacity:.92}

.menu-intro{background:var(--cream2);color:var(--black);padding:34px clamp(28px,4vw,60px) 18px;display:grid;grid-template-columns:210px minmax(240px,1fr) 220px 110px;align-items:center;column-gap:40px;position:relative}.menu-heading h2{font-size:52px;line-height:.9}.orange-rule{display:block;width:48px;height:3px;background:var(--orange);margin-top:14px}.menu-lead{max-width:390px;font-size:14px;line-height:1.52}.menu-manifesto{font-size:25px;line-height:1.05;text-align:center}.rock-card{height:126px;background:#161614;display:grid;place-items:center;overflow:hidden;transform:rotate(-1deg);box-shadow:0 12px 25px rgba(0,0,0,.16)}.rock-card img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(1) contrast(1.08)}.tabs{grid-column:1/-1;display:flex;gap:10px;margin-top:22px}.tab{border:1px solid rgba(9,9,8,.5);border-radius:999px;padding:10px 28px;font-size:11px;font-weight:800;letter-spacing:.05em}.tab.active,.tab:hover{background:var(--orange);border-color:var(--orange);color:white}
.dark-section{background:var(--black);position:relative;padding:30px clamp(20px,3.2vw,48px) 26px;border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:18px}.section-head h2{font-size:58px}.section-head p{margin:0;max-width:330px;text-align:right;font-size:10px;text-transform:uppercase;letter-spacing:.13em;line-height:1.4;color:#d5cfc5}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.product-card{border-right:1px solid rgba(238,229,214,.14);padding:0 9px 6px}.product-card:last-child{border-right:0}.product-photo{width:100%;aspect-ratio:1.28/1;border-radius:8px;overflow:hidden;background:#1a1511}.product-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s;image-rendering:auto;filter:saturate(1.02) contrast(1.05)}.product-card:hover .product-photo img,.combo-card:hover img{transform:scale(1.035)}.product-name{font-family:Anton,Impact,sans-serif;font-weight:400;text-transform:uppercase;font-size:18px;letter-spacing:.012em;margin:13px 0 7px;white-space:nowrap}.product-desc{font-size:11px;line-height:1.45;color:#cfc9c0;min-height:48px;margin:0 0 9px}.price{font-family:Anton,Impact,sans-serif;font-weight:400;font-size:24px;color:var(--orange);letter-spacing:.02em}.add-row{margin-top:10px;display:flex}.add-btn{width:100%;height:36px;border-radius:999px;border:1px solid rgba(238,229,214,.75);background:transparent;color:var(--cream);font-size:10px;letter-spacing:.08em;font-weight:700;text-align:left;padding:0 14px;position:relative}.add-btn span{position:absolute;right:-1px;top:-1px;width:36px;height:36px;border:1px solid rgba(238,229,214,.75);border-radius:50%;display:grid;place-items:center;font-size:18px}.add-btn:hover{background:var(--cream);color:var(--black)}
.duos-section{padding-top:18px;padding-bottom:20px;overflow:hidden}.duo-head{justify-content:flex-start;align-items:center;gap:32px}.duo-head h2{font-size:54px}.duo-head p{text-align:left;font-size:11px;max-width:none}.duo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;max-width:1100px}.duo-grid .product-card{border-right:0;padding:0}.duo-grid .product-photo{aspect-ratio:1.6/1}.duo-grid .product-desc{display:none}.watermark{position:absolute;right:20px;bottom:-4px;display:flex;flex-direction:column;align-items:flex-start;font-family:Anton,Impact,sans-serif;color:rgba(238,229,214,.08);transform:rotate(-10deg);pointer-events:none;mix-blend-mode:screen}.watermark .wm-top,.watermark .wm-bottom{font-size:96px;line-height:.76;letter-spacing:-.03em}.watermark .wm-and{font-size:28px;line-height:1;margin-left:16px;opacity:.88}
.combos-section{background:var(--cream2);color:var(--black);padding:24px clamp(28px,4.5vw,68px) 36px;position:relative}.combo-title-row{display:flex;align-items:center;gap:38px;margin-bottom:20px}.combo-title-row h2{font-size:60px;color:var(--orange)}.combo-title-row p{font-size:12px;font-weight:800;letter-spacing:.12em;line-height:1.4}.combo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-right:110px}.combo-card{background:var(--black);color:var(--cream);border-radius:10px;overflow:hidden;position:relative}.combo-card img{width:100%;aspect-ratio:2.75/1;object-fit:cover;display:block;transition:.35s;filter:saturate(1.03) contrast(1.05)}.combo-card-body{padding:13px 18px 15px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px}.combo-card h3{font-family:Anton,Impact,sans-serif;color:var(--orange);font-weight:400;font-size:24px;margin:0 0 6px;text-transform:uppercase}.combo-card .price{font-size:25px}.combo-card .add-btn{width:118px}.combo-note{position:absolute;right:18px;bottom:54px;font-size:24px;line-height:1.24;text-align:center}
.footer{min-height:104px;background:#0b0b0a;display:grid;grid-template-columns:130px 1fr 1fr auto;align-items:center;gap:32px;padding:18px clamp(24px,4vw,58px);border-top:1px solid rgba(255,255,255,.05)}.footer-logo{width:90px;height:76px;object-fit:contain}.footer-tagline{display:flex;flex-direction:column;gap:7px}.footer-tagline span{font-size:10px;letter-spacing:.25em;color:#75716c}.footer-tagline strong{font-size:11px;letter-spacing:.14em}.payment{display:flex;align-items:center;gap:13px}.payment-icon{font-size:28px;color:var(--cream)}.payment div{display:flex;flex-direction:column;gap:4px}.payment strong{font-size:10px;letter-spacing:.15em}.payment small{font-size:9px;letter-spacing:.1em;color:#85807a}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(5px);z-index:90;opacity:0;pointer-events:none;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;width:min(480px,100%);height:100dvh;background:var(--cream2);color:var(--black);z-index:100;transform:translateX(102%);transition:.32s cubic-bezier(.2,.9,.2,1);display:flex;flex-direction:column;padding:26px}.cart-drawer.show{transform:none}.drawer-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid rgba(9,9,8,.2)}.drawer-head h2{font-size:48px}.drawer-head .eyebrow,.modal .eyebrow{color:#6c665e}.icon-button{border:1px solid rgba(9,9,8,.25);background:transparent;width:42px;height:42px;border-radius:50%;font-size:26px;line-height:1;display:grid;place-items:center}.cart-items{overflow:auto;padding:14px 0;flex:1}.cart-item{display:grid;grid-template-columns:66px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid rgba(9,9,8,.12)}.cart-item img{width:66px;height:58px;border-radius:6px;object-fit:cover}.cart-item h4{font-family:Anton,Impact,sans-serif;margin:0 0 4px;font-weight:400;text-transform:uppercase;font-size:17px}.cart-item small{font-size:10px;color:#777067;display:block;line-height:1.35}.cart-item-price{text-align:right;font-weight:800;font-size:14px}.qty{display:flex;align-items:center;gap:8px;margin-top:9px}.qty button{width:25px;height:25px;border-radius:50%;background:transparent;border:1px solid rgba(9,9,8,.35)}.qty span{font-size:12px;font-weight:800}.remove{border:0;background:transparent;text-decoration:underline;font-size:9px;margin-top:7px;padding:0;color:#7b746c}.cart-empty{flex:1;display:grid;place-content:center;text-align:center}.cart-empty-icon{width:86px;height:86px;object-fit:cover;filter:grayscale(1);border-radius:10px;display:block;margin:0 auto 6px}.cart-empty p{font-weight:700}.cart-empty a{font-size:11px;font-weight:800;text-decoration:underline}.cart-footer{padding-top:18px;border-top:1px solid rgba(9,9,8,.2)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.cart-total span{font-size:11px;font-weight:800;letter-spacing:.15em}.cart-total strong{font-family:Anton,Impact,sans-serif;font-size:36px;color:var(--orange);font-weight:400}.transfer-note{font-size:10px;color:#6e675f;margin:0 0 14px;line-height:1.4}
.modal{position:fixed;left:50%;top:50%;width:min(620px,calc(100% - 28px));max-height:calc(100dvh - 30px);overflow:auto;transform:translate(-50%,-45%) scale(.98);z-index:110;background:var(--cream2);color:var(--black);padding:34px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 30px 120px rgba(0,0,0,.55)}.modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:22px;top:22px}.modal h2{font-size:56px}.modal-copy{font-size:13px;line-height:1.5;max-width:480px}.combo-builder{margin:22px 0 16px}.combo-choice{display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 0;border-bottom:1px solid rgba(9,9,8,.16)}.combo-choice strong{font-family:Anton,Impact,sans-serif;font-size:20px;font-weight:400}.combo-choice small{display:block;color:#716a62;font-size:10px;margin-top:2px}.combo-choice .qty{margin:0}.combo-progress{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:800;letter-spacing:.05em;margin:14px 0}.combo-progress span:last-child{font-family:Anton,Impact,sans-serif;color:var(--orange);font-size:28px;font-weight:400}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.form-grid label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.form-grid label span{font-weight:500;color:#746e66;text-transform:none;letter-spacing:0}.full-field{grid-column:1/-1}.form-grid input,.form-grid textarea,.order-ready textarea{width:100%;border:1px solid rgba(9,9,8,.22);background:#fffaf0;border-radius:0;padding:13px 14px;margin-top:6px;color:var(--black);outline:none}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--orange)}.checkout-payment{margin:18px 0;background:var(--black);color:var(--cream);padding:16px 18px;display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center}.checkout-payment span{font-size:9px;letter-spacing:.14em;color:#98938b}.checkout-payment strong{font-size:12px;letter-spacing:.12em}.checkout-payment small{grid-column:1/-1;color:#a9a49c;font-size:9px}.checkout-total{display:flex;align-items:center;justify-content:space-between;margin:14px 0}.checkout-total span{font-size:10px;font-weight:800;letter-spacing:.13em}.checkout-total strong{font-family:Anton,Impact,sans-serif;color:var(--orange);font-size:34px;font-weight:400}.checkout-help{font-size:9px;color:#766f67;text-align:center;margin:11px 0 0}.order-ready textarea{min-height:190px;resize:none;font-size:11px;line-height:1.5;margin:12px 0 16px}.ready-actions{display:flex;gap:10px}.ready-actions .btn{flex:1}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:var(--cream);color:var(--black);padding:12px 18px;border-radius:999px;font-size:11px;font-weight:800;z-index:130;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr);gap:22px 10px}.product-card:nth-child(3n){border-right:0}.combo-grid{margin-right:0}.combo-note{display:none}.menu-intro{grid-template-columns:190px 1fr 190px}.rock-card{display:none}.duo-grid{grid-template-columns:repeat(3,1fr);max-width:none}.watermark{display:none}}
@media(max-width:820px){.topbar{grid-template-columns:92px 1fr auto;height:68px;padding:0 14px}.brand{width:88px;height:58px}.nav{display:none}.top-actions .btn{display:none}.hero{min-height:calc(100svh - 68px);grid-template-columns:1fr;align-items:end}.hero-photo{left:0;right:0;width:100%;height:46%;top:0;background-position:center 18%;background-size:cover}.hero:after{background:linear-gradient(180deg,rgba(5,5,4,.06) 0%,rgba(5,5,4,.14) 24%,rgba(5,5,4,.58) 44%,rgba(5,5,4,.92) 61%,#090908 100%)}.hero-copy{align-self:end;padding:0 22px 34px;position:relative;z-index:3}.hero h1{font-size:clamp(48px,11vw,72px);max-width:8ch;line-height:.92}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,460px)}.hero-actions .btn{min-height:48px;padding:14px 18px}.hero-scribble{display:none}.menu-intro{grid-template-columns:1fr 1fr;padding:28px 22px 16px;gap:22px}.menu-heading h2{font-size:46px}.menu-lead{font-size:12px}.menu-manifesto{display:none}.tabs{overflow:auto;padding-bottom:2px}.tab{white-space:nowrap}.section-head{align-items:flex-start}.section-head h2{font-size:48px}.section-head p{font-size:8px;max-width:190px}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 8px}.product-card,.product-card:nth-child(3n){border-right:0}.product-name{font-size:17px;white-space:normal}.duo-grid{grid-template-columns:repeat(2,1fr)}.combo-title-row{align-items:flex-start}.combo-title-row h2{font-size:48px}.combo-title-row p{font-size:9px}.combo-grid{grid-template-columns:1fr}.combo-card img{aspect-ratio:2.3/1}.footer{grid-template-columns:80px 1fr;gap:18px}.footer-tagline{display:none}.footer .btn{grid-column:1/-1}.payment{justify-self:end}.footer-logo{width:72px}.modal{padding:28px 20px}.modal h2{font-size:48px}}
@media(max-width:640px){.hero{min-height:700px}.hero-photo{height:42%;background-position:64% 18%}.hero-copy{padding:0 16px 28px}.eyebrow{font-size:10px;letter-spacing:.19em;margin-bottom:14px}.hero h1{font-size:clamp(42px,13.2vw,58px);max-width:7.8ch}.hero-actions{grid-template-columns:1fr;width:100%}.hero-actions .btn{width:100%;justify-content:space-between}.menu-intro{grid-template-columns:1fr}.menu-lead{max-width:100%}.tabs{margin-top:8px}.section-head{display:block}.section-head p{text-align:left;margin-top:10px}.product-grid{grid-template-columns:1fr 1fr}.product-desc{min-height:64px;font-size:10px}.product-name{font-size:15px}.price{font-size:21px}.duo-head{display:flex}.duo-grid{grid-template-columns:1fr 1fr}.combo-title-row{display:block}.combo-title-row p{margin-top:7px}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.ready-actions{flex-direction:column}.cart-drawer{padding:20px}.drawer-head h2{font-size:42px}}
@media(max-width:420px){.hero{min-height:680px}.hero-photo{height:40%;background-position:68% 18%}.hero-copy{padding-bottom:24px}.hero h1{font-size:44px;max-width:8.5ch}.btn{font-size:11px}.section-head h2,.combo-title-row h2,.menu-heading h2{font-size:42px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Editor visual de secciones */
.editable-copy,.section-title-editable{white-space:pre-line}
.section-title-editable{font-size:min(var(--editor-title-size,60px),12vw)!important}
.section-title-editable:not([data-symbol-before=""])::before{content:attr(data-symbol-before);font-size:.46em;line-height:1;vertical-align:.16em;margin-right:.2em;color:currentColor}
.section-title-editable:not([data-symbol-after=""])::after{content:attr(data-symbol-after);font-size:.46em;line-height:1;vertical-align:.16em;margin-left:.2em;color:currentColor}
.section-optional-copy:empty{display:none}
.editable-section{background-repeat:no-repeat;background-origin:border-box;background-clip:border-box}

.watermark.editable-copy{font-size:86px;line-height:.76;letter-spacing:-.03em;white-space:pre-line}


/* PORK FM */
.rock-player{position:absolute;right:22px;z-index:8;width:min(310px,calc(100% - 44px));background:rgba(8,8,7,.92);border:1px solid rgba(238,229,214,.2);box-shadow:0 18px 54px rgba(0,0,0,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--cream);padding:14px 14px 12px;font-family:Inter,Arial,sans-serif}
.rock-player-bottom{bottom:22px}.rock-player-top{top:22px}
.rock-player-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(238,229,214,.12);padding-bottom:9px}.rock-player-head>div{display:grid;gap:1px}.rock-player-kicker{font-size:8px;letter-spacing:.28em;color:var(--orange);font-weight:800}.rock-player-head strong{font-family:Anton,Impact,sans-serif;font-size:23px;letter-spacing:.04em;line-height:1}.rock-live-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;margin-top:5px;box-shadow:0 0 0 5px rgba(233,74,8,.12)}
.rock-now{display:grid;gap:2px;padding:10px 0 7px}.rock-now>span{font-size:7px;letter-spacing:.22em;color:#8f8b85;font-weight:800}.rock-now strong{font-size:12px;line-height:1.15;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rock-now small{font-size:9px;color:#9e9991;min-height:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rock-progress{width:100%;height:3px;accent-color:var(--orange);cursor:pointer;margin:0 0 8px}.rock-controls{display:grid;grid-template-columns:28px 36px 28px 1fr;align-items:center;gap:5px}.rock-controls>button{border:0;background:transparent;color:var(--cream);height:30px;font-weight:900;cursor:pointer}.rock-controls>button:hover{color:var(--orange)}.rock-controls .rock-play{background:var(--orange);color:#090908;border-radius:50%;font-size:12px}.rock-controls .rock-play:hover{color:#090908;transform:scale(1.04)}
.rock-volume{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;margin-left:5px}.rock-volume span{font-size:7px;font-weight:800;letter-spacing:.14em;color:#8f8b85}.rock-volume input{width:100%;accent-color:var(--orange)}
.rock-playlist{margin-top:10px;border-top:1px solid rgba(238,229,214,.12);max-height:104px;overflow:auto}.rock-track{width:100%;display:grid;grid-template-columns:24px 1fr;gap:8px;text-align:left;align-items:center;border:0;border-bottom:1px solid rgba(238,229,214,.08);background:transparent;color:#aaa49a;padding:7px 2px;cursor:pointer}.rock-track>span{font:700 8px/1 Inter;color:#69655f}.rock-track>div{display:grid;gap:1px;min-width:0}.rock-track strong{font-size:9px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rock-track small{font-size:8px;color:#6f6b65;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rock-track.active{color:var(--cream)}.rock-track.active>span,.rock-track:hover>span{color:var(--orange)}.rock-track:hover{background:rgba(255,255,255,.025)}
.rock-player-note{font-size:7px;letter-spacing:.14em;color:var(--orange);font-weight:800;padding-top:7px;min-height:14px}.rock-player.is-playing .rock-live-dot{animation:porkPulse 1.1s ease-in-out infinite}@keyframes porkPulse{50%{box-shadow:0 0 0 9px rgba(233,74,8,0)}}
@media(max-width:820px){.rock-player,.rock-player-bottom,.rock-player-top{top:82px;right:14px;bottom:auto;width:250px;padding:11px}.rock-player-head strong{font-size:20px}.rock-playlist{max-height:82px}.rock-now{padding:8px 0 5px}}
@media(max-width:640px){.rock-player,.rock-player-bottom,.rock-player-top{top:80px;right:12px;width:min(220px,calc(100% - 24px))}.rock-playlist{display:none}.rock-volume{display:none}.rock-controls{grid-template-columns:28px 36px 28px}.rock-player-note{font-size:6px}}
@media(max-width:420px){.rock-player,.rock-player-bottom,.rock-player-top{width:min(204px,calc(100% - 24px));padding:10px 10px 9px}.rock-player-head strong{font-size:18px}.rock-now strong{font-size:11px}}

/* v9 hero focus for the new Pork and Roll photo */
@media(max-width:820px){
  .hero-photo{background-position:56% 50%!important;background-size:cover!important}
}
@media(max-width:640px){
  .hero-photo{background-position:57% 50%!important}
}
@media(max-width:420px){
  .hero-photo{background-position:58% 50%!important}
}


/* v10 — mobile hero refinement */
.rock-player-toggle{display:none;appearance:none;border:0;background:transparent;color:var(--cream);font-size:17px;line-height:1;padding:0;width:24px;height:24px;cursor:pointer}

@media(max-width:820px){
  .topbar{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 14px;gap:12px}
  .brand{width:88px;height:58px;flex:0 0 auto}
  .nav{display:none}
  .top-actions{margin-left:auto;gap:0}
  .top-actions .btn{display:none}
  .cart-button{width:48px;height:48px;flex:0 0 auto}

  .hero{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#090908}
  .hero:after{display:none}
  .hero-photo{position:relative;order:1;inset:auto;width:100%;height:420px;flex:0 0 420px;z-index:0;background-size:cover!important;background-position:57% 50%!important}
  .hero-copy{order:2;align-self:stretch;padding:28px 22px 34px;position:relative;z-index:3;background:linear-gradient(180deg,#090908 0%,#090908 86%,#0b0a09 100%)}
  .hero h1{font-size:clamp(52px,11vw,72px);max-width:8ch;line-height:.9;margin-bottom:22px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,460px)}
  .hero-actions .btn{min-height:48px;padding:14px 18px}
  .hero-scribble{display:none}

  .rock-player,.rock-player-top,.rock-player-bottom{top:16px;right:14px;bottom:auto;width:250px;padding:11px}
  .rock-player-toggle{display:grid;place-items:center}
}

@media(max-width:640px){
  .hero-photo{height:350px;flex-basis:350px;background-position:58% 50%!important}
  .hero-copy{padding:24px 16px 28px}
  .hero-copy .eyebrow{font-size:9px;letter-spacing:.2em;margin-bottom:12px}
  .hero h1{font-size:clamp(44px,13vw,56px);max-width:8.2ch;line-height:.9;margin-bottom:20px}
  .hero-actions{grid-template-columns:1fr;width:100%;gap:10px}
  .hero-actions .btn{width:100%;min-height:52px;justify-content:space-between;padding:15px 20px}

  .rock-player,.rock-player-top,.rock-player-bottom{top:278px;right:12px;width:min(236px,calc(100% - 24px));padding:9px 10px 8px}
  .rock-player.mobile-collapsed{min-height:66px;background:rgba(8,8,7,.94);border-color:rgba(238,229,214,.18);box-shadow:0 12px 30px rgba(0,0,0,.34)}
  .rock-player.mobile-collapsed .rock-player-head{border-bottom:0;padding-bottom:0;padding-right:0;align-items:center;gap:7px}
  .rock-player.mobile-collapsed .rock-player-kicker{display:none}
  .rock-player.mobile-collapsed .rock-live-dot{width:6px;height:6px;margin:0 0 0 auto;box-shadow:none}
  .rock-player.mobile-collapsed .rock-player-head strong{font-size:17px;letter-spacing:.035em}
  .rock-player.mobile-collapsed .rock-now{padding:7px 42px 0 0;gap:0}
  .rock-player.mobile-collapsed .rock-now>span,.rock-player.mobile-collapsed .rock-now small{display:none}
  .rock-player.mobile-collapsed .rock-now strong{font-size:9px;letter-spacing:.05em;line-height:1.2;color:#cfc9c0}
  .rock-player.mobile-collapsed .rock-progress,
  .rock-player.mobile-collapsed .rock-playlist,
  .rock-player.mobile-collapsed .rock-player-note,
  .rock-player.mobile-collapsed [data-player-prev],
  .rock-player.mobile-collapsed [data-player-next],
  .rock-player.mobile-collapsed .rock-volume{display:none}
  .rock-player.mobile-collapsed .rock-controls{display:block;position:absolute;right:10px;bottom:8px}
  .rock-player.mobile-collapsed .rock-controls .rock-play{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;padding:0}

  .rock-player:not(.mobile-collapsed){top:12px;right:12px;width:min(270px,calc(100% - 24px));max-height:330px;overflow:auto}
}

@media(max-width:420px){
  .hero-photo{height:330px;flex-basis:330px;background-position:59% 50%!important}
  .hero-copy{padding-top:22px;padding-bottom:24px}
  .hero h1{font-size:44px;max-width:8.4ch}
  .rock-player,.rock-player-top,.rock-player-bottom{top:258px;width:min(226px,calc(100% - 24px))}
}
