
/* Nosh Shop add-on --------------------------------------------------------- */
.site-nav .shop-nav-link{color:var(--primary)}
.site-nav .shop-nav-link.is-active{color:var(--foreground)}

.shop-shell{padding-top:78px}
.shop-hero{min-height:78svh;border-bottom:1px solid var(--border);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.shop-hero-copy{padding:clamp(40px,7vw,100px) clamp(22px,5vw,80px);display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--border);background:#090909}
.shop-hero-copy .shop-kicker,.shop-eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900;color:var(--primary)}
.shop-hero-copy h1{font:900 clamp(5rem,11vw,11rem)/.76 var(--font-display);letter-spacing:-.045em;text-transform:uppercase;margin:0}
.shop-hero-copy h1 em{display:block;color:var(--primary);font:400 .48em/1 Lemon Tuesday,cursive;text-transform:none;letter-spacing:0;transform:rotate(-4deg);margin-top:20px}
.shop-hero-copy .shop-lead{max-width:540px;color:var(--muted-foreground);font-size:1.08rem;line-height:1.65;margin:34px 0 0}
.shop-hero-visual{position:relative;min-height:620px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#101010,#070707)}
.shop-grid-lines{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}
.shop-record-stage{width:min(76%,620px);aspect-ratio:1;position:relative;display:grid;place-items:center;transform:rotate(-3deg)}
.vinyl-disc{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;right:-4%;background:repeating-radial-gradient(circle at center,#171717 0 4px,#0b0b0b 5px 8px);box-shadow:0 30px 80px #000b}
.vinyl-disc:after{content:"";position:absolute;width:24%;aspect-ratio:1;border-radius:50%;background:var(--primary);left:38%;top:38%;box-shadow:inset 0 0 0 7px #070707}
.shop-cover{z-index:2;width:72%;aspect-ratio:1;object-fit:cover;position:absolute;left:2%;box-shadow:0 30px 90px #000d;border:1px solid #ffffff14}
.shop-sticker{z-index:3;position:absolute;left:0;bottom:8%;background:var(--primary);color:#070707;text-transform:uppercase;font-weight:900;letter-spacing:.1em;padding:10px 14px;transform:rotate(3deg)}
.shop-side-copy{position:absolute;right:22px;top:50%;writing-mode:vertical-rl;transform:translateY(-50%);font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground)}

.shop-product-section{padding:clamp(70px,9vw,130px) clamp(20px,5vw,80px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(40px,8vw,120px);border-bottom:1px solid var(--border)}
.shop-product-meta{align-self:start;position:sticky;top:120px}
.shop-product-meta .product-no{color:var(--primary);font-size:.78rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.shop-product-meta h2{font:900 clamp(4rem,8vw,8rem)/.78 var(--font-display);text-transform:uppercase;letter-spacing:-.04em;margin:18px 0 14px}
.shop-product-meta .edition{font-size:1rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--primary)}
.shop-product-panel{border:1px solid var(--border);background:#0c0c0c}
.shop-product-panel>div{padding:clamp(22px,3vw,38px);border-bottom:1px solid var(--border)}
.shop-product-panel>div:last-child{border-bottom:0}
.shop-product-panel h3{font:900 clamp(1.8rem,3vw,3rem)/.9 var(--font-display);text-transform:uppercase;margin:0 0 14px}
.shop-product-panel p{color:var(--muted-foreground);line-height:1.65;margin:0}
.shop-facts{display:grid;grid-template-columns:1fr 1fr}
.shop-fact{min-height:120px}
.shop-fact:nth-child(odd){border-right:1px solid var(--border)}
.shop-fact small{display:block;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:900;margin-bottom:8px}
.shop-fact strong{font-size:1.15rem;text-transform:uppercase}
.shop-price-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}
.shop-price small{display:block;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:900}
.shop-price strong{display:block;font:900 clamp(2.4rem,5vw,4.8rem)/1 var(--font-display);margin-top:5px}
.shop-cta{border:0;background:var(--primary);color:#070707;text-transform:uppercase;font-weight:900;letter-spacing:.08em;padding:17px 22px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:190px;transition:transform .2s,background .2s}
.shop-cta:hover{transform:translateY(-2px);background:var(--foreground)}
.shop-cta[aria-disabled="true"]{opacity:.55;cursor:not-allowed;transform:none}
.shop-note{font-size:.85rem!important;margin-top:14px!important}

.checkout-shell{padding-top:78px;min-height:100vh}
.checkout-head{padding:clamp(54px,7vw,92px) clamp(20px,5vw,80px) 42px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:72px 1fr auto;gap:24px;align-items:end}
.checkout-head .number{color:var(--primary);font-weight:900;letter-spacing:.12em}
.checkout-head h1{font:900 clamp(4rem,8vw,7.5rem)/.8 var(--font-display);text-transform:uppercase;margin:0}
.checkout-head .back{align-self:center;text-transform:uppercase;font-size:.75rem;font-weight:900;letter-spacing:.1em;border-bottom:2px solid var(--primary);padding-bottom:4px}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);min-height:640px}
.checkout-form-wrap{padding:clamp(32px,5vw,70px);border-right:1px solid var(--border)}
.checkout-form-wrap h2,.checkout-summary h2{font:900 clamp(2rem,4vw,3.5rem)/.9 var(--font-display);text-transform:uppercase;margin:0 0 26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
.field label{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900;color:var(--muted-foreground)}
.field input{width:100%;background:#111;border:1px solid var(--border);color:var(--foreground);padding:15px 14px;outline:none;transition:border .2s,background .2s}
.field input:focus{border-color:var(--primary);background:#151515}
.field input[readonly]{color:var(--muted-foreground);cursor:not-allowed}
.checkout-summary{padding:clamp(32px,4vw,58px);background:#0b0b0b;position:relative}
.summary-product{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;padding-bottom:26px;border-bottom:1px solid var(--border)}
.summary-product img{width:110px;aspect-ratio:1;object-fit:cover}
.summary-product h3{font:900 1.55rem/.95 var(--font-display);text-transform:uppercase;margin:0 0 7px}
.summary-product p{margin:0;color:var(--muted-foreground);font-size:.85rem}
.summary-lines{padding:24px 0;border-bottom:1px solid var(--border);display:grid;gap:13px}
.summary-line{display:flex;justify-content:space-between;gap:20px;color:var(--muted-foreground)}
.summary-line.total{color:var(--foreground);font-weight:900;font-size:1.15rem;padding-top:8px}
.checkout-terms{display:flex;gap:11px;align-items:flex-start;margin:22px 0;color:var(--muted-foreground);font-size:.82rem;line-height:1.5}
.checkout-terms input{margin-top:3px;accent-color:var(--primary)}
.checkout-terms a{color:var(--foreground);border-bottom:1px solid}
.pay-button{width:100%;border:0;background:var(--primary);color:#070707;text-transform:uppercase;font-weight:900;letter-spacing:.08em;padding:18px;cursor:pointer;transition:background .2s,transform .2s}
.pay-button:hover:not(:disabled){background:var(--foreground);transform:translateY(-2px)}
.pay-button:disabled{opacity:.35;cursor:not-allowed}
.payment-methods{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.payment-chip{border:1px solid var(--border);padding:7px 9px;text-transform:uppercase;font-size:.65rem;font-weight:900;letter-spacing:.06em;color:var(--muted-foreground)}
.dev-payment-note{margin-top:18px;padding:14px;border-left:3px solid var(--primary);background:#f2b8ff0c;color:var(--muted-foreground);font-size:.82rem;line-height:1.5}
.form-error{display:none;margin:0 0 18px;padding:12px 14px;background:#ff5d7612;border:1px solid #ff5d7655;color:#ff9aaa;font-weight:700;font-size:.85rem}
.form-error.show{display:block}

.shop-status-page{padding:150px clamp(20px,5vw,80px) 90px;min-height:75vh;display:grid;place-items:center;text-align:center}
.shop-status-card{max-width:760px}
.shop-status-mark{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#070707;font-size:2rem;font-weight:900;margin:0 auto 28px}
.shop-status-card h1{font:900 clamp(4rem,9vw,8rem)/.78 var(--font-display);text-transform:uppercase;margin:0}
.shop-status-card p{max-width:600px;margin:24px auto;color:var(--muted-foreground);line-height:1.65}
.shop-status-card a{display:inline-block;border-bottom:2px solid var(--primary);text-transform:uppercase;font-weight:900;letter-spacing:.08em;padding-bottom:5px}

@media(max-width:1050px){
  .shop-product-section{grid-template-columns:1fr;gap:45px}.shop-product-meta{position:static}.checkout-grid{grid-template-columns:1fr}.checkout-form-wrap{border-right:0;border-bottom:1px solid var(--border)}
}
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .shop-shell,.checkout-shell{padding-top:70px}.shop-hero{grid-template-columns:1fr}.shop-hero-copy{border-right:0;border-bottom:1px solid var(--border);min-height:55svh}.shop-hero-visual{min-height:62svh}.shop-hero-copy h1{font-size:clamp(4.5rem,18vw,8rem)}
  .site-nav{gap:clamp(11px,2.5vw,20px)}
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .shop-shell,.checkout-shell{padding-top:64px}.site-nav{gap:9px}.site-nav a{font-size:.6rem;letter-spacing:.02em}.shop-hero-visual{min-height:54svh}.shop-record-stage{width:92%}.shop-side-copy{display:none}.shop-product-section{padding-inline:16px}.shop-facts{grid-template-columns:1fr}.shop-fact:nth-child(odd){border-right:0}.shop-fact:not(:last-child){border-bottom:1px solid var(--border)}.shop-price-row{align-items:stretch;flex-direction:column}.shop-cta{width:100%}.checkout-head{grid-template-columns:1fr;gap:12px;padding-top:54px}.checkout-head .back{justify-self:start}.checkout-form-wrap,.checkout-summary{padding:28px 16px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.summary-product{grid-template-columns:84px 1fr}.summary-product img{width:84px}
}

/* Stripe checkout --------------------------------------------------------- */
.stripe-intro{margin-bottom:34px;max-width:720px}
.stripe-intro h2{margin-bottom:18px}
.stripe-intro p:last-child{color:var(--muted-foreground);line-height:1.65;max-width:620px}
.stripe-elements-area{display:grid;gap:18px;opacity:.48;filter:saturate(.5);transition:opacity .25s,filter .25s}
.stripe-elements-area.ready{opacity:1;filter:none}
.checkout-step{border:1px solid var(--border);background:#0d0d0d}
.checkout-step-label{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid var(--border)}
.checkout-step-label>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--primary);color:var(--primary);font-weight:900;font-size:.76rem}
.checkout-step-label div{display:grid;gap:2px}
.checkout-step-label strong{text-transform:uppercase;letter-spacing:.08em;font-size:.83rem}
.checkout-step-label small{color:var(--muted-foreground);font-size:.72rem}
.stripe-slot{padding:18px;min-height:54px}
.stripe-security-note{margin:14px 0 0;color:var(--muted-foreground);font-size:.74rem;line-height:1.45}
.pay-button{position:relative;overflow:hidden}
.pay-button .pay-spinner{display:none;width:16px;height:16px;border-radius:50%;border:2px solid #07070755;border-top-color:#070707;animation:nosh-spin .7s linear infinite;margin-left:10px;vertical-align:middle}
.pay-button.is-loading .pay-spinner{display:inline-block}
@keyframes nosh-spin{to{transform:rotate(360deg)}}
.order-reference{font-size:.75rem!important;letter-spacing:.06em;text-transform:uppercase;word-break:break-all}
.status-actions{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;margin-top:20px}
.shop-status-card[data-state="processing"] .shop-status-mark{background:#151515;color:var(--primary);border:1px solid var(--primary)}
.shop-status-card[data-state="error"] .shop-status-mark{background:#ff6d86;color:#080808}

@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .checkout-step-label{padding:14px}.stripe-slot{padding:14px 12px}.stripe-intro{margin-bottom:26px}
}


/* Shop polish v3 ---------------------------------------------------------- */
.page-intro{background:radial-gradient(circle at 80% 25%,#f2b8ff33,#0000 28%)!important}
.shop-product-intro{min-height:170px}
.shop-fact{padding-right:clamp(20px,2.4vw,34px)}
.shop-fact:nth-child(even){padding-left:clamp(20px,2.4vw,34px);padding-right:0}
.shop-fact strong{font:900 1.2rem/1 var(--font-display);letter-spacing:.015em}
.payment-methods{align-items:center;gap:18px;margin-top:18px}
.payment-logo{display:inline-flex;align-items:center;justify-content:center;min-height:28px;opacity:.88}
.payment-logo img{display:block;max-height:26px;width:auto;max-width:104px}
.quantity-control{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.quantity-label{text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:900;color:var(--muted-foreground)}
.quantity-buttons{display:inline-grid;grid-template-columns:34px 42px 34px;align-items:center;border:1px solid var(--border)}
.quantity-buttons button{height:34px;border:0;background:#111;color:var(--foreground);font-size:1.1rem;cursor:pointer}
.quantity-buttons button:hover:not(:disabled){background:var(--primary);color:#070707}
.quantity-buttons button:disabled{opacity:.28;cursor:not-allowed}
.quantity-buttons strong{text-align:center;font-size:.9rem}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){.shop-fact:nth-child(even){padding-left:0}.shop-fact{padding-right:0}.payment-methods{gap:14px}.payment-logo img{max-width:82px}}


/* Shop polish v4 ---------------------------------------------------------- */
@media (min-width: 901px){
  .page-intro{
    grid-template-columns:32px minmax(0,1fr) auto;
    gap:16px;
  }
}

.stripe-elements-area{gap:26px}
.checkout-step-label{padding:19px 20px}
.stripe-slot{padding:24px 20px;min-height:62px}
.stripe-intro{margin-bottom:40px}

.payment-methods{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:18px;
  min-height:34px;
}
.payment-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  height:30px;
  opacity:.92;
}
.payment-logo svg{
  display:block;
  width:auto;
  height:28px;
  max-width:106px;
  overflow:visible;
}

@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .stripe-elements-area{gap:22px}
  .checkout-step-label{padding:16px}
  .stripe-slot{padding:18px 14px}
  .payment-methods{gap:14px}
  .payment-logo{height:27px}
  .payment-logo svg{height:25px;max-width:88px}
}


/* Shop polish v5 ---------------------------------------------------------- */
/* Desktop intro: the page number no longer consumes a grid column.
   This makes the large title start on the same horizontal inset as the rest
   of the page, while the handwritten note keeps the same inset on the right. */
@media (min-width: 901px){
  .page-intro{
    position:relative;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:32px !important;
  }
  .page-intro > .section-index{
    position:absolute;
    left:clamp(20px,5vw,80px);
    top:150px;
    margin:0;
  }
  .page-intro > div{
    grid-column:1;
  }
  .page-intro > .script-note{
    grid-column:2;
    justify-self:end;
    text-align:right;
  }
}

/* Real payment-brand artwork supplied for the site. */
.payment-methods{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:18px;
  min-height:36px;
}
.payment-logo-img{
  display:block;
  width:auto;
  height:25px;
  max-width:94px;
  object-fit:contain;
  flex:0 0 auto;
}
.payment-logo-img.logo-twint{height:27px;max-width:84px}
.payment-logo-img.logo-visa{height:24px;max-width:76px}
.payment-logo-img.logo-mastercard{height:29px;max-width:66px}
.payment-logo-img.logo-apple-pay{height:25px;max-width:66px;filter:invert(1)}
.payment-logo-img.logo-google-pay{height:25px;max-width:72px}

@media (max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .payment-methods{gap:16px}
  .payment-logo-img{height:22px;max-width:76px}
  .payment-logo-img.logo-twint{height:24px;max-width:74px}
  .payment-logo-img.logo-mastercard{height:26px;max-width:58px}
}


/* Shop polish v6 ---------------------------------------------------------- */
/* iPhone/mobile: the fixed navigation is a true opaque layer. Content can
   continue underneath it, but can no longer show through it. */
@media (max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .site-header{
    background:#070707 !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    box-shadow:0 1px 0 #ffffff20,0 12px 32px #0009;
    isolation:isolate;
    overflow:hidden;
    box-sizing:border-box;
    padding-top:env(safe-area-inset-top);
    height:calc(70px + env(safe-area-inset-top));
  }
  .shop-shell,.checkout-shell{
    padding-top:calc(70px + env(safe-area-inset-top)) !important;
  }
}
@media (max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .site-header{height:calc(64px + env(safe-area-inset-top));}
  .shop-shell,.checkout-shell{
    padding-top:calc(64px + env(safe-area-inset-top)) !important;
  }
}
/* Safari on touch devices can focus the first skip link on load. Keep it
   available to keyboard users, but never render the floating white block on
   coarse-pointer mobile devices. */
.skip-link{opacity:0;pointer-events:none;transform:translateY(-220%) !important}
.skip-link:focus-visible{opacity:1;pointer-events:auto;transform:none !important}
@media (hover:none) and (pointer:coarse){.skip-link{display:none !important}}

/* The large title was still visually farther from the left edge than the
   handwritten note was from the right. Pull only the title group left. */
@media (min-width:901px){
  .page-intro > div{transform:translateX(-clamp(22px,2.2vw,38px));}
}

/* Payment brands are supporting information, not the focal point. */
.payment-methods{gap:15px !important;margin-top:15px !important;min-height:26px !important}
.payment-logo-img{height:18px !important;max-width:68px !important;opacity:.88}
.payment-logo-img.logo-twint{height:19px !important;max-width:62px !important}
.payment-logo-img.logo-visa{height:17px !important;max-width:56px !important}
.payment-logo-img.logo-mastercard{height:20px !important;max-width:48px !important}
.payment-logo-img.logo-apple-pay{height:18px !important;max-width:48px !important;filter:invert(1)}
.payment-google-chip{
  display:inline-flex;align-items:center;justify-content:center;
  padding:3px 6px;border-radius:5px;background:#f5f5f3;
  line-height:0;opacity:.9;
}
.payment-google-chip .logo-google-pay{height:15px !important;max-width:43px !important;opacity:1}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .payment-methods{gap:12px !important}
  .payment-logo-img{height:16px !important;max-width:59px !important}
  .payment-logo-img.logo-twint{height:17px !important;max-width:56px !important}
  .payment-logo-img.logo-mastercard{height:18px !important;max-width:43px !important}
  .payment-google-chip{padding:3px 5px}
  .payment-google-chip .logo-google-pay{height:14px !important;max-width:40px !important}
}

/* Legal page readability now that it also contains the shop/privacy terms. */
.legal-block p{line-height:1.65}
.legal-block a{text-decoration:underline;text-underline-offset:3px}

/* Cookie consent / privacy v8 --------------------------------------------- */
.nosh-cookie-layer{position:fixed;inset:0;z-index:2147483000;pointer-events:none;font-family:inherit}
.nosh-cookie-banner-layer{display:flex;align-items:flex-end;justify-content:center;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));background:linear-gradient(to top,#0009,transparent 48%)}
.nosh-cookie-panel{pointer-events:auto;background:#0b0b0b;color:#f7f5f2;border:1px solid #ffffff2b;box-shadow:0 24px 80px #000a}
.nosh-cookie-banner{width:min(820px,100%);padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:34px;row-gap:10px}
.nosh-cookie-kicker{font-size:.7rem;letter-spacing:.22em;font-weight:800;color:#efb0fa;text-transform:uppercase}
.nosh-cookie-panel h2{margin:2px 0 3px;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.02;letter-spacing:-.035em}
.nosh-cookie-panel p{margin:0;color:#d8d5d1;line-height:1.55;font-size:.92rem}
.nosh-cookie-banner>p,.nosh-cookie-banner>.nosh-cookie-policy{grid-column:1}
.nosh-cookie-policy{color:#f4e1fa;font-size:.78rem;text-decoration:none;margin-top:3px;width:max-content;max-width:100%}
.nosh-cookie-policy:hover{text-decoration:underline}
.nosh-cookie-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;grid-column:2;grid-row:1/5;align-self:center}
.nosh-cookie-btn,.footer-cookie-settings,.nosh-cookie-close{font:inherit;cursor:pointer}
.nosh-cookie-btn{border:1px solid #ffffff38;background:transparent;color:#fff;padding:11px 14px;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:.18s ease}
.nosh-cookie-btn:hover{transform:translateY(-1px);border-color:#ffffff70}
.nosh-cookie-btn-primary{background:#efb0fa;border-color:#efb0fa;color:#090909}
.nosh-cookie-btn-secondary{background:#fff;color:#090909;border-color:#fff}
.nosh-cookie-btn-ghost{color:#d9d6d2}
.nosh-cookie-modal-layer{pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:20px;background:#000b;backdrop-filter:blur(7px)}
.nosh-cookie-modal{width:min(680px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;padding:28px}
.nosh-cookie-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:14px}
.nosh-cookie-close{border:1px solid #ffffff35;background:transparent;color:#fff;width:38px;height:38px;border-radius:50%;font-size:1.6rem;line-height:1;display:grid;place-items:center}
.nosh-cookie-modal-intro{margin-bottom:20px!important}
.nosh-cookie-toggle-list{border-top:1px solid #ffffff25}
.nosh-cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid #ffffff20;cursor:pointer}
.nosh-cookie-toggle-copy{display:grid;gap:5px}
.nosh-cookie-toggle-copy strong{font-size:.95rem}
.nosh-cookie-toggle-copy small{color:#aaa5a0;font-size:.78rem;line-height:1.45}
.nosh-cookie-switch{position:relative;flex:0 0 46px;height:25px}
.nosh-cookie-switch input{position:absolute;opacity:0;width:1px;height:1px}
.nosh-cookie-switch span{position:absolute;inset:0;border-radius:999px;background:#464646;border:1px solid #ffffff28;transition:.2s}
.nosh-cookie-switch span:after{content:"";position:absolute;left:3px;top:3px;width:17px;height:17px;border-radius:50%;background:#fff;transition:.2s}
.nosh-cookie-switch input:checked+span{background:#efb0fa;border-color:#efb0fa}
.nosh-cookie-switch input:checked+span:after{transform:translateX(21px);background:#0b0b0b}
.nosh-cookie-toggle-row.is-locked{cursor:default;opacity:.72}
.nosh-cookie-status-note{font-size:.74rem!important;color:#96918c!important;margin-top:16px!important}
.nosh-cookie-modal-actions{grid-column:auto;grid-row:auto;margin-top:24px}
body.nosh-cookie-dialog-open{overflow:hidden}
.footer-cookie-settings{display:block;border:0;background:transparent;color:inherit;padding:0;margin:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-size:inherit;text-align:left}
.footer-cookie-settings:hover,.footer-privacy-link:hover{opacity:.72}
.footer-meta .footer-privacy-link,.footer-meta .footer-cookie-settings{margin-top:3px}
.cookie-inventory{display:grid;gap:0;margin-top:16px;border-top:1px solid #ffffff24}
.cookie-inventory-row{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(220px,1.6fr) minmax(110px,.65fr) 70px;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid #ffffff1d}
.cookie-inventory-row>div{display:grid;gap:3px}.cookie-inventory-row>div strong{font-size:.84rem;overflow-wrap:anywhere}.cookie-inventory-row>div span,.cookie-inventory-duration{font-size:.68rem;color:#908b86}
.cookie-inventory-row p{font-size:.76rem!important;color:#b9b5b1!important;line-height:1.45!important}
.cookie-inventory-status{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;text-align:right;color:#efb0fa}
.cookie-inventory-row.is-planned .cookie-inventory-status{color:#777}.cookie-inventory-row.is-planned{opacity:.7}
@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .nosh-cookie-banner-layer{padding:14px;padding-bottom:max(14px,env(safe-area-inset-bottom))}
  .nosh-cookie-banner{padding:20px;display:block}
  .nosh-cookie-banner .nosh-cookie-actions{margin-top:18px;justify-content:stretch}
  .nosh-cookie-banner .nosh-cookie-btn{flex:1 1 130px}
  .nosh-cookie-policy{display:inline-block;margin-top:8px}
  .nosh-cookie-modal{padding:22px 18px}
  .nosh-cookie-modal-actions{justify-content:stretch}.nosh-cookie-modal-actions .nosh-cookie-btn{flex:1 1 180px}
  .cookie-inventory-row{grid-template-columns:1fr auto;gap:6px 14px;padding:16px 0}.cookie-inventory-row p{grid-column:1/3}.cookie-inventory-duration{grid-column:1}.cookie-inventory-status{grid-column:2;grid-row:1;text-align:right}
}
.shop-delivery-estimate,.checkout-delivery-estimate{margin:14px 0 0;color:#aaa5a0;font-size:.78rem;line-height:1.5}
.checkout-delivery-estimate{margin:10px 0 18px}
.legal-update{margin-top:12px!important;font-size:.76rem!important;color:#8e8985!important}


/* V8.2 — Product information ------------------------------------------------ */
.shop-product-content{margin-top:18px!important;font-size:.78rem!important;text-transform:uppercase;letter-spacing:.08em;color:#b6b1ad!important}
.shop-product-content span{display:block;margin-bottom:5px;font-size:.68rem;font-weight:900;letter-spacing:.14em;color:var(--muted-foreground)}
.shop-product-content em{font-style:normal;color:inherit}
.shop-record-details{display:grid!important;grid-template-columns:minmax(170px,.72fr) minmax(0,1.55fr);padding:0!important}
.shop-record-specs{border-right:1px solid var(--border);display:flex;flex-direction:column}
.shop-spec-row{padding:25px clamp(22px,3vw,38px);flex:1;display:flex;flex-direction:column;justify-content:center}
.shop-spec-row:not(:last-child){border-bottom:1px solid var(--border)}
.shop-spec-row small,.shop-tracklist small{display:block;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:900;margin-bottom:8px}
.shop-spec-row strong{font:900 1.16rem/1.05 var(--font-display);text-transform:uppercase;letter-spacing:.015em}
.shop-tracklist{padding:25px clamp(22px,3vw,38px);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.8fr);gap:34px}
.shop-side ol{list-style:none;counter-reset:track;margin:0;padding:0;display:grid;gap:9px}
.shop-side li{counter-increment:track;display:grid;grid-template-columns:20px minmax(0,1fr);font-size:.84rem;line-height:1.35;color:#f2efeb}
.shop-side li:before{content:counter(track,decimal-leading-zero);font-size:.64rem;color:var(--primary);font-weight:900;letter-spacing:.06em;padding-top:2px}
.shop-track-name{min-width:0}.shop-track-name em{font-style:normal;color:#96918d}
.shop-price strong{white-space:nowrap;font-size:clamp(2.35rem,4.3vw,4.4rem)}
.shop-price-row{align-items:flex-end}
.shop-price .shop-delivery-estimate{margin-top:6px!important;max-width:390px}

@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .shop-record-details{grid-template-columns:1fr}
  .shop-record-specs{border-right:0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr 1fr}
  .shop-spec-row{padding:18px 16px;min-height:92px}
  .shop-spec-row:not(:last-child){border-bottom:0;border-right:1px solid var(--border)}
  .shop-tracklist{grid-template-columns:1fr;gap:26px;padding:22px 16px}
}
@media(max-width:520px){
  .shop-record-specs{grid-template-columns:1fr}
  .shop-spec-row:not(:last-child){border-right:0;border-bottom:1px solid var(--border)}
  .shop-price strong{font-size:clamp(2.4rem,14vw,3.7rem)}
}

/* V8.2 — Formal legal accordions ------------------------------------------ */
.legal-grid{display:block!important}
.legal-toc{margin:0 0 28px;border:1px solid var(--border);background:#0b0b0b;padding:24px}
.legal-toc-title{margin:0 0 15px!important;color:var(--primary)!important;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem!important;font-weight:900}
.legal-toc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--border);border:1px solid var(--border)}
.legal-toc-grid a{background:#0b0b0b;padding:14px 15px;text-decoration:none!important;font-size:.76rem;line-height:1.3;display:flex;gap:10px;align-items:flex-start;transition:background .18s ease,color .18s ease}
.legal-toc-grid a span{color:var(--primary);font-size:.65rem;font-weight:900;letter-spacing:.08em;padding-top:1px}
.legal-toc-grid a:hover{background:#131313;color:var(--primary)}
.legal-accordion{border-top:1px solid var(--border);scroll-margin-top:108px}
.legal-accordion:last-child{border-bottom:1px solid var(--border)}
.legal-accordion summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:50px minmax(0,1fr) 34px;gap:14px;align-items:center;padding:22px 0;user-select:none}
.legal-accordion summary::-webkit-details-marker{display:none}
.legal-number{color:var(--primary);font-size:.72rem;font-weight:900;letter-spacing:.1em}
.legal-summary-title{font:900 clamp(1.15rem,2.3vw,1.75rem)/1 var(--font-display);text-transform:uppercase;letter-spacing:.01em}
.legal-summary-icon{position:relative;width:28px;height:28px;border:1px solid #ffffff35;border-radius:50%}
.legal-summary-icon:before,.legal-summary-icon:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .2s ease}
.legal-summary-icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.legal-accordion[open] .legal-summary-icon:after{transform:translate(-50%,-50%) rotate(0deg)}
.legal-accordion-content{padding:0 48px 30px 64px;max-width:1000px}
.legal-accordion-content p{margin:0 0 13px;line-height:1.68;color:#c5c0bc}
.legal-accordion-content p:last-child{margin-bottom:0}
.legal-accordion-content a{text-decoration:underline;text-underline-offset:3px}
.legal-accordion-content .cookie-inventory{margin-top:20px}
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){.legal-toc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .legal-toc{padding:16px;margin-bottom:18px}.legal-toc-grid{grid-template-columns:1fr}
  .legal-accordion summary{grid-template-columns:36px minmax(0,1fr) 30px;gap:10px;padding:18px 0}
  .legal-accordion-content{padding:0 0 24px 46px}
  .legal-summary-title{font-size:1.16rem}
}


/* V8.3 — Cookie typography aligned with the Nosh visual system -------------- */
.nosh-cookie-layer,.nosh-cookie-panel{font-family:var(--font-body,"Arial Narrow","Roboto Condensed",Arial,sans-serif)}
.nosh-cookie-panel h2{font:900 clamp(1.65rem,3.2vw,2.45rem)/.92 var(--font-display,Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif);text-transform:uppercase;letter-spacing:-.02em}
.nosh-cookie-kicker,.nosh-cookie-btn,.nosh-cookie-policy,.nosh-cookie-toggle-copy,.nosh-cookie-modal-intro{font-family:var(--font-body,"Arial Narrow","Roboto Condensed",Arial,sans-serif)}

/* V8.3 — Legal tables + smooth single-open accordions ----------------------- */
.legal-accordion-content{will-change:height,opacity,transform}
.legal-accordion.is-closing .legal-summary-icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.legal-table-wrap{width:100%;overflow-x:auto;margin:18px 0 20px;border:1px solid var(--border)}
.legal-table{width:100%;min-width:620px;border-collapse:collapse;font-size:.82rem;color:#c5c0bc}
.legal-table th,.legal-table td{text-align:left;vertical-align:top;padding:13px 15px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);line-height:1.45}
.legal-table th:last-child,.legal-table td:last-child{border-right:0}
.legal-table tr:last-child td{border-bottom:0}
.legal-table th{color:var(--primary);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;background:#0b0b0b}
.legal-table td:last-child{white-space:nowrap;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#9c9792}
.legal-supplier-table td:last-child{white-space:normal;text-transform:none;letter-spacing:0;font-size:.82rem;font-weight:400;color:#c5c0bc}

/* V8.3 — Record details: one left information column + one right tracklist --- */
.shop-record-details{grid-template-columns:minmax(190px,.72fr) minmax(0,1.55fr)!important}
.shop-record-specs{border-right:1px solid var(--border);display:flex!important;flex-direction:column;justify-content:center;gap:27px;padding:28px clamp(22px,3vw,38px)}
.shop-spec-row{padding:0!important;min-height:0!important;display:block!important;flex:none!important}
.shop-spec-row:not(:last-child){border:0!important}
.shop-tracklist{padding:28px clamp(22px,3vw,38px)!important;display:block!important}
.shop-side+.shop-side{margin-top:28px}
.shop-side ol{gap:8px}

@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .shop-record-details{grid-template-columns:1fr!important}
  .shop-record-specs{border-right:0;border-bottom:1px solid var(--border);display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px 16px}
  .shop-spec-row{padding:0!important;border:0!important}
  .shop-tracklist{padding:22px 16px!important}
}
@media(max-width:520px){
  .shop-record-specs{grid-template-columns:1fr;gap:20px}
}


/* V8.4 — Product typography: one information system ------------------------ */
.shop-product-panel{font-family:var(--font-body)}
.shop-product-content,
.shop-side li,
.shop-note,
.shop-delivery-estimate{
  font-family:var(--font-body)!important;
  font-size:.82rem!important;
  line-height:1.5!important;
  font-weight:400;
}
.shop-product-content{letter-spacing:.045em!important}
.shop-note,.shop-delivery-estimate{color:#aaa5a0!important}
.shop-price .shop-note{margin-top:14px!important}
.shop-price .shop-delivery-estimate{margin-top:5px!important}
.shop-product-content span,
.shop-spec-row small,
.shop-tracklist small,
.shop-price small{
  font-family:var(--font-body)!important;
  font-size:.7rem!important;
  line-height:1.2;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase;
}
.shop-side li:before{font-family:var(--font-body)!important;font-size:.66rem}
.shop-track-name,.shop-track-name em{font-family:inherit}

/* V8.4 — Same four actual brand marks in every footer ---------------------- */
.footer-socials a{gap:9px}
.footer-social-icon{display:block;width:17px;height:17px;object-fit:contain;flex:0 0 17px}
.footer-socials img.footer-social-icon{width:17px!important;height:17px!important;filter:none!important;transform:none!important}

/* V8.4 — Strong mobile top shield for iPhone safe-area / browser chrome ---- */
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .site-header{
    --nosh-mobile-nav-height:78px;
    height:calc(var(--nosh-mobile-nav-height) + env(safe-area-inset-top))!important;
    padding-top:env(safe-area-inset-top)!important;
    background:#070707!important;
    overflow:visible!important;
  }
  .site-header::before{
    content:"";
    position:absolute;
    left:0;right:0;
    top:-110px;
    height:calc(110px + env(safe-area-inset-top) + 4px);
    background:#070707;
    pointer-events:none;
    z-index:0;
  }
  .site-header>*{position:relative;z-index:1}
  .hero{padding-top:calc(var(--nosh-mobile-nav-height) + env(safe-area-inset-top))!important}
  .shop-shell,.checkout-shell{padding-top:calc(var(--nosh-mobile-nav-height) + env(safe-area-inset-top))!important}
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .site-header{--nosh-mobile-nav-height:74px}
  .brand-mark img{width:40px;height:40px}
  .site-nav a{padding-top:28px;padding-bottom:24px}
}

/* V8.4 — Shop responsive architecture -------------------------------------- */
.shop-hero-title-mobile,.shop-lead-mobile{display:none}
.shop-product-toggle{display:none}

@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  /* On phones the hero becomes a compact category header, not a giant product visual. */
  .shop-hero{display:block;min-height:0}
  .shop-hero-copy{
    min-height:0!important;
    padding:42px 20px 40px!important;
    border-right:0;
    border-bottom:1px solid var(--border);
  }
  .shop-hero-visual{display:none!important}
  .shop-hero-title-desktop,.shop-lead-desktop{display:none}
  .shop-hero-title-mobile,.shop-lead-mobile{display:inline}
  .shop-hero-copy h1{font-size:clamp(3.75rem,17vw,5.8rem)!important;line-height:.78!important;margin:4px 0 0}
  .shop-hero-copy h1 em{font-size:.52em;margin-top:17px}
  .shop-hero-copy .shop-lead{font-size:.92rem;margin-top:25px;max-width:390px}
  .shop-hero-copy .shop-kicker{font-size:.72rem;margin-bottom:14px}

  /* Current category separator. When a second category exists, the same block can repeat. */
  .shop-product-section{padding-top:34px!important;gap:24px!important}
  .shop-product-meta{padding:0 0 5px;text-align:center}
  .shop-product-meta .product-no,.shop-product-meta h2{display:none}
  .shop-product-meta .edition{
    margin:0;
    color:var(--foreground);
    font:900 clamp(2.6rem,12vw,4rem)/.9 var(--font-display);
    letter-spacing:.015em;
    text-align:center;
  }

  /* Each product is compact by default; details open only on demand. */
  .shop-product-panel{display:flex;flex-direction:column}
  .shop-product-intro{order:1;padding:24px 18px!important}
  .shop-product-intro .shop-eyebrow{display:none}
  .shop-product-panel h3{font-size:clamp(2rem,10vw,3rem);line-height:.9;margin:0}
  .shop-price-row{order:2;padding:20px 18px!important;display:block}
  .shop-price small{display:none}
  .shop-price strong{font-size:clamp(2.6rem,14vw,4rem)!important;margin:0 0 9px}
  .shop-cta{width:100%;margin-top:19px}
  .shop-product-toggle{
    order:3;
    width:100%;
    min-height:56px;
    border:0;
    border-top:1px solid var(--border);
    background:#0c0c0c;
    color:var(--foreground);
    padding:16px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-transform:uppercase;
    letter-spacing:.09em;
    font-family:var(--font-body);
    font-size:.72rem;
    font-weight:900;
    cursor:pointer;
  }
  .shop-product-toggle[hidden]{display:none!important}
  .shop-product-toggle-icon{font-size:1.5rem;line-height:1;color:var(--primary);font-weight:400}
  .shop-record-details{order:4;overflow:hidden;max-height:1300px;opacity:1;transition:max-height .38s ease,opacity .22s ease,border-color .2s ease}
  .shop-product-content{overflow:hidden;max-height:90px;opacity:1;margin-top:18px!important;transition:max-height .28s ease,opacity .2s ease,margin .28s ease}
  .shop-product-panel.is-mobile-collapsible:not(.is-expanded) .shop-record-details{
    max-height:0!important;
    opacity:0;
    border-top:0!important;
    border-bottom:0!important;
  }
  .shop-product-panel.is-mobile-collapsible:not(.is-expanded) .shop-product-content{
    max-height:0;
    opacity:0;
    margin-top:0!important;
  }
  .shop-product-panel.is-mobile-collapsible.is-expanded .shop-product-toggle{background:#101010}

  /* Expanded detail layout stays readable without multiplying typographic styles. */
  .shop-record-specs{grid-template-columns:1fr!important;gap:18px!important;padding:22px 18px!important}
  .shop-tracklist{padding:22px 18px!important}
  .shop-side+.shop-side{margin-top:25px}
}

/* Prepared for the future category sub-navigation; keep hidden until 2+ categories exist. */
.shop-category-nav{display:none}
.shop-category-nav.is-active{display:flex;position:sticky;top:78px;z-index:35;justify-content:center;gap:24px;padding:12px 18px;background:#070707;border-bottom:1px solid var(--border)}
.shop-category-nav a{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:900;color:var(--muted-foreground)}
.shop-category-nav a:hover,.shop-category-nav a.is-active{color:var(--primary)}
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){.shop-category-nav.is-active{top:calc(78px + env(safe-area-inset-top))}}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){.shop-category-nav.is-active{top:calc(74px + env(safe-area-inset-top));gap:16px;overflow-x:auto;justify-content:flex-start}}


/* V8.5 — Mobile header shield without swallowing page content ------------- */
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  /* Keep the decorative page texture below the fixed navigation. */
  body:before{z-index:40!important}
  .site-header{
    z-index:100!important;
    height:calc(70px + env(safe-area-inset-top))!important;
    padding-top:env(safe-area-inset-top)!important;
    background:#070707!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    overflow:hidden!important;
    /* The first shadow is an opaque extension above the viewport/header.
       It hides Safari overscroll without making the navigation itself taller. */
    box-shadow:0 -150px 0 150px #070707,0 1px 0 #ffffff20,0 12px 32px #0009!important;
  }
  .site-header::before{display:none!important}
  .hero{padding-top:calc(70px + env(safe-area-inset-top))!important}
  .shop-shell,.checkout-shell{padding-top:calc(70px + env(safe-area-inset-top))!important}
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .site-header{height:calc(64px + env(safe-area-inset-top))!important}
  .brand-mark img{width:38px!important;height:38px!important}
  .site-nav a{padding:25px 0 21px!important}
  .hero{padding-top:calc(64px + env(safe-area-inset-top))!important}
  .shop-shell,.checkout-shell{padding-top:calc(64px + env(safe-area-inset-top))!important}
}

/* V8.5 — Mobile category separator: preserve the two framing rules -------- */
@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .shop-product-section{padding-top:28px!important}
  .shop-product-meta{
    width:100%;
    margin:0;
    padding:24px 0 22px!important;
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
    text-align:center;
  }
  .shop-product-meta .edition{font-size:clamp(2.8rem,13vw,4.2rem)!important}
  /* Give the compact shop header its own breathing room below the fixed nav. */
  .shop-hero-copy{padding-top:50px!important}
}

/* V8.6 — mobile product clarity + footer icon alignment ------------------- */
@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  /* Keep the category framed, but use the exact typographic treatment of
     the desktop edition label instead of turning it into another display title. */
  .shop-product-meta .edition{
    font-family:var(--font-body)!important;
    font-size:1rem!important;
    line-height:1.2!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.12em!important;
    color:var(--primary)!important;
  }

  /* Product contents are essential information: always visible on mobile.
     Only the technical/track details belong to the accordion. */
  .shop-product-panel.is-mobile-collapsible:not(.is-expanded) .shop-product-content,
  .shop-product-panel.is-mobile-collapsible.is-expanded .shop-product-content{
    max-height:none!important;
    opacity:1!important;
    margin-top:18px!important;
    overflow:visible!important;
  }
}

/* Optical centring for the narrower Apple glyph inside the common icon box. */
.footer-socials a[href*="music.apple.com"] .footer-social-icon{
  object-position:center center!important;
  transform:translate(1px,-.5px)!important;
}

/* Home live card: both actions use the exact same arrow and alignment. */
.live-poster-actions a .nosh-action-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  min-width:18px;
  margin-left:auto;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.15rem;
  line-height:1;
  font-weight:400;
}

/* V8.7 — mobile vinyl category badge matches the desktop pink sticker ------- */
@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .shop-product-meta .edition{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    padding:12px 18px!important;
    background:var(--primary)!important;
    color:#070707!important;
    font-family:var(--font-body)!important;
    font-size:0!important;
    line-height:1!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.1em!important;
    transform:none!important;
  }
  .shop-product-meta .edition::before{
    content:'12" VINYL';
    display:block;
    color:#070707;
    font-family:var(--font-body);
    font-size:1.22rem;
    line-height:1;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
    white-space:nowrap;
  }
}


/* V8.8 — navigation order + compact Live on mobile ----------------------- */
.live-mobile-toggle{display:none}
@media (max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .event-feature{display:block!important}
  .live-mobile-toggle{
    width:100%;display:flex;align-items:center;justify-content:space-between;
    gap:20px;padding:18px 22px;border:1px solid var(--border);border-top:0;
    background:#0b0b0b;color:var(--foreground);cursor:pointer;
    text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:900;
  }
  .live-mobile-toggle b{color:var(--primary);font-size:1.35rem;line-height:1;font-weight:500}
  .event-feature>.event-details{
    max-height:0;opacity:0;overflow:hidden;pointer-events:none;
    padding-top:0!important;padding-bottom:0!important;
    border-top:0!important;
    transition:max-height .45s cubic-bezier(.22,.61,.36,1),opacity .26s ease,padding .36s ease;
  }
  .event-feature.is-details-open>.event-details{
    max-height:1500px;opacity:1;pointer-events:auto;
    padding-top:28px!important;padding-bottom:28px!important;
  }
}


/* V9.0 — Theme preference cookie + light theme ---------------------------- */
html[data-nosh-theme="dark"]{color-scheme:dark}
html[data-nosh-theme="light"]{
  color-scheme:light;
  --background:#f4f2ed;
  --foreground:#0a0a0a;
  --card:#ffffff;
  --card-foreground:#0a0a0a;
  --popover:#ffffff;
  --popover-foreground:#0a0a0a;
  --primary:#eaa8f6;
  --primary-foreground:#070707;
  --secondary:#0a0a0a;
  --secondary-foreground:#f4f2ed;
  --muted:#e7e3dc;
  --muted-foreground:#69645d;
  --accent:#eaa8f6;
  --accent-foreground:#070707;
  --border:#c8c2b9;
  --input:#9c968c;
  --ring:#d98ee8;
}
html[data-nosh-theme="light"] body:before{opacity:.045;mix-blend-mode:multiply;background:repeating-radial-gradient(circle at 20% 30%,#000 0 1px,#0000 1px 5px)}
html[data-nosh-theme="light"] .site-header{background:#f4f2edf2!important;border-bottom-color:#00000024!important;box-shadow:0 1px 0 #00000016,0 12px 32px #0002!important}
html[data-nosh-theme="light"] .header-listen:hover{background:var(--foreground);color:var(--background)}
html[data-nosh-theme="light"] .hero-copy,
html[data-nosh-theme="light"] .shop-hero-copy{background:#f4f2ed}
html[data-nosh-theme="light"] .release-card{background:#f8f6f1}
html[data-nosh-theme="light"] .release-card:hover{background:#ebe7df}
html[data-nosh-theme="light"] .release-art{background:#ddd8cf}
html[data-nosh-theme="light"] .primary-play{background:var(--foreground);color:var(--background)}
html[data-nosh-theme="light"] .event-details{background:#f4f2ed}
html[data-nosh-theme="light"] .event-link{background:var(--foreground);color:var(--background)}
html[data-nosh-theme="light"] .shop-product-panel,
html[data-nosh-theme="light"] .checkout-step,
html[data-nosh-theme="light"] .checkout-summary{background:#f8f6f1}
html[data-nosh-theme="light"] .field input{background:#fff;color:var(--foreground)}
html[data-nosh-theme="light"] .field input:focus{background:#fff;border-color:var(--primary)}
html[data-nosh-theme="light"] .quantity-buttons button{background:#ece8e1;color:var(--foreground)}
html[data-nosh-theme="light"] .shop-product-toggle,
html[data-nosh-theme="light"] .shop-product-panel.is-mobile-collapsible.is-expanded .shop-product-toggle,
html[data-nosh-theme="light"] .live-mobile-toggle{background:#f0ece5;color:var(--foreground)}
html[data-nosh-theme="light"] .shop-category-nav.is-active{background:#f4f2ed}
html[data-nosh-theme="light"] .legal-toc,
html[data-nosh-theme="light"] .legal-toc-grid a,
html[data-nosh-theme="light"] .legal-table th{background:#f8f6f1}
html[data-nosh-theme="light"] .legal-toc-grid a:hover{background:#ece8e1}
html[data-nosh-theme="light"] .legal-summary-icon{border-color:#00000035}
html[data-nosh-theme="light"] .legal-accordion-content p,
html[data-nosh-theme="light"] .legal-table,
html[data-nosh-theme="light"] .legal-supplier-table td:last-child{color:#4f4a44}
html[data-nosh-theme="light"] .legal-table td:last-child{color:#6f6961}
html[data-nosh-theme="light"] .cookie-inventory{border-top-color:var(--border)}
html[data-nosh-theme="light"] .cookie-inventory-row{border-bottom-color:var(--border)}
html[data-nosh-theme="light"] .cookie-inventory-row>div span,
html[data-nosh-theme="light"] .cookie-inventory-duration{color:#6f6961}
html[data-nosh-theme="light"] .cookie-inventory-row p{color:#514d47!important}
html[data-nosh-theme="light"] .shop-note,
html[data-nosh-theme="light"] .shop-delivery-estimate{color:var(--muted-foreground)!important}
html[data-nosh-theme="light"] .payment-logo-img.logo-apple-pay{filter:none!important}


/* V9.1 — hydration-safe system fallback.
   If Next briefly removes the runtime attribute from <html>, the OS light
   preference remains visually authoritative instead of falling back to dark. */
@media (prefers-color-scheme: light){
html:not([data-nosh-theme]){
  color-scheme:light;
  --background:#f4f2ed;
  --foreground:#211e1b;
  --card:#ffffff;
  --card-foreground:#211e1b;
  --popover:#ffffff;
  --popover-foreground:#211e1b;
  --primary:#eaa8f6;
  --primary-foreground:#070707;
  --secondary:#211e1b;
  --secondary-foreground:#f4f2ed;
  --muted:#e7e3dc;
  --muted-foreground:#69645d;
  --accent:#eaa8f6;
  --accent-foreground:#070707;
  --border:#c8c2b9;
  --input:#9c968c;
  --ring:#d98ee8;
}
html:not([data-nosh-theme]) body:before{opacity:.045;mix-blend-mode:multiply;background:repeating-radial-gradient(circle at 20% 30%,#000 0 1px,#0000 1px 5px)}
html:not([data-nosh-theme]) .site-header{background:#f4f2edf2!important;border-bottom-color:#00000024!important;box-shadow:0 1px 0 #00000016,0 12px 32px #0002!important}
html:not([data-nosh-theme]) .header-listen:hover{background:var(--foreground);color:var(--background)}
html:not([data-nosh-theme]) .hero-copy,
html:not([data-nosh-theme]) .shop-hero-copy{background:#f4f2ed}
html:not([data-nosh-theme]) .release-card{background:#f8f6f1}
html:not([data-nosh-theme]) .release-card:hover{background:#ebe7df}
html:not([data-nosh-theme]) .release-art{background:#ddd8cf}
html:not([data-nosh-theme]) .primary-play{background:var(--foreground);color:var(--background)}
html:not([data-nosh-theme]) .event-details{background:#f4f2ed}
html:not([data-nosh-theme]) .event-link{background:var(--foreground);color:var(--background)}
html:not([data-nosh-theme]) .shop-product-panel,
html:not([data-nosh-theme]) .checkout-step,
html:not([data-nosh-theme]) .checkout-summary{background:#f8f6f1}
html:not([data-nosh-theme]) .field input{background:#fff;color:var(--foreground)}
html:not([data-nosh-theme]) .field input:focus{background:#fff;border-color:var(--primary)}
html:not([data-nosh-theme]) .quantity-buttons button{background:#ece8e1;color:var(--foreground)}
html:not([data-nosh-theme]) .shop-product-toggle,
html:not([data-nosh-theme]) .shop-product-panel.is-mobile-collapsible.is-expanded .shop-product-toggle,
html:not([data-nosh-theme]) .live-mobile-toggle{background:#f0ece5;color:var(--foreground)}
html:not([data-nosh-theme]) .shop-category-nav.is-active{background:#f4f2ed}
html:not([data-nosh-theme]) .legal-toc,
html:not([data-nosh-theme]) .legal-toc-grid a,
html:not([data-nosh-theme]) .legal-table th{background:#f8f6f1}
html:not([data-nosh-theme]) .legal-toc-grid a:hover{background:#ece8e1}
html:not([data-nosh-theme]) .legal-summary-icon{border-color:#00000035}
html:not([data-nosh-theme]) .legal-accordion-content p,
html:not([data-nosh-theme]) .legal-table,
html:not([data-nosh-theme]) .legal-supplier-table td:last-child{color:#4f4a44}
html:not([data-nosh-theme]) .legal-table td:last-child{color:#6f6961}
html:not([data-nosh-theme]) .cookie-inventory{border-top-color:var(--border)}
html:not([data-nosh-theme]) .cookie-inventory-row{border-bottom-color:var(--border)}
html:not([data-nosh-theme]) .cookie-inventory-row>div span,
html:not([data-nosh-theme]) .cookie-inventory-duration{color:#6f6961}
html:not([data-nosh-theme]) .cookie-inventory-row p{color:#514d47!important}
html:not([data-nosh-theme]) .shop-note,
html:not([data-nosh-theme]) .shop-delivery-estimate{color:var(--muted-foreground)!important}
html:not([data-nosh-theme]) .payment-logo-img.logo-apple-pay{filter:none!important}

}

/* iPhone overscroll shield follows the active theme rather than forcing black. */
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  html[data-nosh-theme="light"] .site-header{
    background:#f4f2ed!important;
    box-shadow:0 -150px 0 150px #f4f2ed,0 1px 0 #00000016,0 12px 32px #0002!important;
  }
}

/* Footer theme switch: black/white split circle, intentionally icon-only. */
.footer-theme-toggle{
  width:32px;height:32px;border-radius:50%;border:1px solid #070707;background:transparent;
  padding:3px;margin-top:8px;display:inline-grid;place-items:center;cursor:pointer;justify-self:start;
  transition:transform .18s ease,opacity .18s ease;
}
.footer-theme-toggle:hover{transform:rotate(12deg);opacity:.78}
.footer-theme-toggle-icon{
  display:block;width:22px;height:22px;border-radius:50%;border:1px solid #070707;
  background:linear-gradient(90deg,#070707 0 50%,#f4f2ed 50% 100%);
  box-shadow:inset 0 0 0 1px #ffffff18;
}
.footer-theme-toggle[data-theme="light"] .footer-theme-toggle-icon{transform:rotate(180deg)}
.footer-theme-toggle[data-source="system"]{outline:1px dashed #07070755;outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


/* V9.2 — Light-theme visual polish ----------------------------------------- */
/* Softer charcoal instead of absolute black on the cream palette. */
html[data-nosh-theme="light"]{
  --foreground:#211e1b;
  --card-foreground:#211e1b;
  --secondary:#211e1b;
  --muted-foreground:#6f6961;
}
html[data-nosh-theme="light"] ::selection{background:#211e1b;color:#fffaf5}

/* Keep the physical record dark, but make its light-theme showcase panel light. */
html[data-nosh-theme="light"] .shop-hero-visual{
  background:linear-gradient(145deg,#fbfaf7,#ece8e1)!important;
}
html[data-nosh-theme="light"] .shop-grid-lines{opacity:.11!important}
html[data-nosh-theme="light"] .shop-side-copy{color:#746e67!important}

/* Track list must remain readable against the cream product card. */
html[data-nosh-theme="light"] .shop-side li,
html[data-nosh-theme="light"] .shop-track-name{color:#27231f!important}
html[data-nosh-theme="light"] .shop-track-name em{color:#746e67!important}
html[data-nosh-theme="light"] .shop-product-content{color:#625c55!important}

/* Softer framing on the Live ticket so its outline matches the adjacent card. */
html[data-nosh-theme="light"] .event-ticket{
  color:#211e1b!important;
  border-color:var(--border)!important;
}
html[data-nosh-theme="light"] .event-date{border-bottom-color:#9b879d!important}

/* Interactive controls must never become black-on-black in light mode. */
html[data-nosh-theme="light"] .shop-cta:hover,
html[data-nosh-theme="light"] .pay-button:hover:not(:disabled){
  background:#211e1b!important;
  color:#fffaf5!important;
}
html[data-nosh-theme="light"] .submit-button{
  background:#211e1b!important;
  border-color:#211e1b!important;
  color:#fffaf5!important;
}
html[data-nosh-theme="light"] .submit-button:hover{
  background:#39342f!important;
  border-color:#39342f!important;
  color:#fffaf5!important;
}

/* Contact form remains pink, but uses the same softer charcoal language. */
html[data-nosh-theme="light"] .contact-form{color:#211e1b!important}
html[data-nosh-theme="light"] .contact-form [data-slot=input],
html[data-nosh-theme="light"] .contact-form [data-slot=textarea],
html[data-nosh-theme="light"] .contact-form .form-control{
  color:#211e1b!important;
  border-color:#5e5450!important;
}
html[data-nosh-theme="light"] .contact-form input::placeholder,
html[data-nosh-theme="light"] .contact-form textarea::placeholder{color:#5f555080!important}

/* Footer: preferences row, two aligned legal rows, then a thin credit strip. */
.site-footer{row-gap:28px!important}
.footer-meta{align-self:end;gap:0!important}
.footer-meta>p{display:none!important}
.footer-preferences-row,
.footer-meta>.footer-legal-main,
.footer-meta>.footer-privacy-link{
  min-height:44px;
  display:flex!important;
  align-items:center;
  border-bottom:1px solid #070707!important;
}
.footer-preferences-row{gap:12px}
.footer-meta>.footer-legal-main,
.footer-meta>.footer-privacy-link{
  text-transform:uppercase;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none!important;
}
.footer-preferences-row .footer-cookie-settings{
  margin:0!important;
  text-decoration:none!important;
  text-transform:uppercase;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.02em;
}
.footer-preferences-row .footer-theme-toggle{margin:0!important;flex:0 0 32px}
.footer-socials{align-self:end;gap:0 14px!important}
.footer-socials a{min-height:44px;padding:0!important}
.footer-bottom{
  grid-column:1/-1;
  border-top:1px solid #07070733;
  padding-top:13px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  font-size:.7rem;
  line-height:1.4;
  opacity:.72;
}
.footer-bottom a{text-decoration:underline;text-underline-offset:3px}

@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .footer-bottom{grid-column:1/-1}
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:5px}
}

/* Light footer borders follow the softer charcoal palette. */
html[data-nosh-theme="light"] .footer-preferences-row,
html[data-nosh-theme="light"] .footer-meta>.footer-legal-main,
html[data-nosh-theme="light"] .footer-meta>.footer-privacy-link,
html[data-nosh-theme="light"] .footer-socials a{border-bottom-color:#211e1b!important}
html[data-nosh-theme="light"] .footer-bottom{border-top-color:#211e1b33!important}

/* V9.4 — Theme consistency fixes ------------------------------------------- */
/* The cover artwork itself should not pick up a pale outline in light mode. */
.shop-cover{border:0!important}

/* Cookie consent follows the active site theme instead of always being dark. */
html[data-nosh-theme="light"] .nosh-cookie-panel{
  background:#f8f6f1!important;
  color:#211e1b!important;
  border-color:#211e1b33!important;
  box-shadow:0 24px 80px #211e1b26!important;
}
html[data-nosh-theme="light"] .nosh-cookie-panel p{color:#5f5952!important}
html[data-nosh-theme="light"] .nosh-cookie-kicker{color:#d98ee8!important}
html[data-nosh-theme="light"] .nosh-cookie-policy{color:#5a315f!important}
html[data-nosh-theme="light"] .nosh-cookie-btn{
  border-color:#211e1b44!important;
  color:#211e1b!important;
}
html[data-nosh-theme="light"] .nosh-cookie-btn:hover{border-color:#211e1b88!important}
html[data-nosh-theme="light"] .nosh-cookie-btn-primary{
  background:#e7a8f2!important;
  border-color:#e7a8f2!important;
  color:#211e1b!important;
}
html[data-nosh-theme="light"] .nosh-cookie-btn-secondary{
  background:#211e1b!important;
  border-color:#211e1b!important;
  color:#fffaf5!important;
}
html[data-nosh-theme="light"] .nosh-cookie-btn-ghost{color:#211e1b!important}
html[data-nosh-theme="light"] .nosh-cookie-close{
  border-color:#211e1b38!important;
  color:#211e1b!important;
}
html[data-nosh-theme="light"] .nosh-cookie-toggle-list{border-top-color:#211e1b24!important}
html[data-nosh-theme="light"] .nosh-cookie-toggle-row{border-bottom-color:#211e1b20!important}
html[data-nosh-theme="light"] .nosh-cookie-toggle-copy small{color:#746e67!important}
html[data-nosh-theme="light"] .nosh-cookie-switch span{
  background:#d7d1c8!important;
  border-color:#211e1b25!important;
}
html[data-nosh-theme="light"] .nosh-cookie-switch span:after{background:#fff!important}
html[data-nosh-theme="light"] .nosh-cookie-switch input:checked+span{
  background:#e7a8f2!important;
  border-color:#d98ee8!important;
}
html[data-nosh-theme="light"] .nosh-cookie-switch input:checked+span:after{background:#211e1b!important}
html[data-nosh-theme="light"] .nosh-cookie-status-note{color:#746e67!important}

/* Same fallback while the OS is light and Next has not restored the root data attribute yet. */
@media (prefers-color-scheme: light){
  html:not([data-nosh-theme]) .nosh-cookie-panel{
    background:#f8f6f1!important;color:#211e1b!important;border-color:#211e1b33!important;
  }
  html:not([data-nosh-theme]) .nosh-cookie-panel p{color:#5f5952!important}
  html:not([data-nosh-theme]) .nosh-cookie-kicker{color:#d98ee8!important}
  html:not([data-nosh-theme]) .nosh-cookie-policy{color:#5a315f!important}
  html:not([data-nosh-theme]) .nosh-cookie-btn{border-color:#211e1b44!important;color:#211e1b!important}
  html:not([data-nosh-theme]) .nosh-cookie-btn-primary{background:#e7a8f2!important;border-color:#e7a8f2!important;color:#211e1b!important}
  html:not([data-nosh-theme]) .nosh-cookie-btn-secondary{background:#211e1b!important;border-color:#211e1b!important;color:#fffaf5!important}
  html:not([data-nosh-theme]) .nosh-cookie-close{border-color:#211e1b38!important;color:#211e1b!important}
  html:not([data-nosh-theme]) .nosh-cookie-toggle-list{border-top-color:#211e1b24!important}
  html:not([data-nosh-theme]) .nosh-cookie-toggle-row{border-bottom-color:#211e1b20!important}
  html:not([data-nosh-theme]) .nosh-cookie-toggle-copy small{color:#746e67!important}
}

/* V9.5 — Shop typography consistency -------------------------------------- */
/* Product contents use the exact same body type system as delivery notes. */
.shop-product-content{
  font-family:var(--font-body)!important;
  font-size:.82rem!important;
  line-height:1.5!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.shop-product-content > span{
  font-family:var(--font-body)!important;
  font-size:.7rem!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.shop-note,
.shop-delivery-estimate{
  font-family:var(--font-body)!important;
  font-size:.82rem!important;
  line-height:1.5!important;
  font-weight:400!important;
  letter-spacing:0!important;
}

/* Track titles now use the same display family as the date/spec values
   (e.g. “16 janvier 2026”), with a larger, more readable scale. */
.shop-track-name{
  font-family:var(--font-display)!important;
  font-size:clamp(.98rem,1.15vw,1.16rem)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:.005em!important;
}
.shop-track-name em{
  font-family:var(--font-body)!important;
  font-size:.76em!important;
  line-height:inherit!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.shop-side li{
  font-size:inherit!important;
  line-height:1.15!important;
  align-items:baseline;
}
.shop-side li:before{
  font-family:var(--font-body)!important;
  font-size:.68rem!important;
  line-height:1.2!important;
}

@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .shop-track-name{font-size:1.02rem!important}
  .shop-product-content,.shop-note,.shop-delivery-estimate{font-size:.84rem!important}
}

/* V10.0 — language preference ------------------------------------------------ */
.footer-preferences-row{display:flex!important;align-items:center!important;gap:13px!important;flex-wrap:wrap!important}
.footer-language-switcher{display:inline-flex;align-items:center;border:1px solid var(--border);height:32px;margin-top:8px}
.footer-language-switcher button{height:30px;min-width:34px;padding:0 8px;border:0;border-right:1px solid var(--border);background:transparent;color:inherit;font:800 .68rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);letter-spacing:.08em;cursor:pointer;transition:background .16s ease,color .16s ease}
.footer-language-switcher button:last-child{border-right:0}
.footer-language-switcher button:hover{background:color-mix(in srgb,var(--primary) 18%,transparent)}
.footer-language-switcher button.is-active{background:var(--primary);color:#0a0909}
.footer-language-switcher[data-source="system"]{outline:1px dashed color-mix(in srgb,currentColor 30%,transparent);outline-offset:3px}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){.footer-language-switcher button{min-width:31px;padding:0 6px}.footer-preferences-row{gap:11px!important}}

/* V10.1 — language control moved from footer to header --------------------- */
.footer-language-switcher{display:none!important}
.header-actions{justify-self:end;display:flex;align-items:center;gap:8px;min-width:0}
.header-actions .header-listen{justify-self:auto}
.header-language-switcher{position:relative;display:inline-flex;align-items:center;z-index:140}
.header-language-trigger{
  width:42px;height:42px;padding:0;border:1px solid var(--foreground);background:transparent;color:var(--foreground);
  display:grid;place-items:center;font:900 .72rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);letter-spacing:.08em;
  cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease
}
.header-language-trigger:hover,.header-language-switcher.is-open .header-language-trigger{background:var(--foreground);color:var(--background)}
.header-language-menu{
  position:absolute;right:0;top:calc(100% + 8px);min-width:76px;padding:5px;border:1px solid var(--border);
  background:var(--background);color:var(--foreground);box-shadow:0 14px 34px #0007;
  opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease
}
.header-language-switcher.is-open .header-language-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header-language-menu button{
  width:100%;height:34px;border:0;background:transparent;color:inherit;text-align:center;
  font:900 .7rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);letter-spacing:.08em;cursor:pointer
}
.header-language-menu button:hover{background:color-mix(in srgb,var(--primary) 18%,transparent)}
.header-language-menu button.is-active{background:var(--primary);color:#0a0909}
html[data-nosh-theme="light"] .header-language-menu{box-shadow:0 14px 34px #0002}

@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .site-header{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important}
  .header-actions{justify-self:end}
  .header-actions .header-listen{display:none!important}
  .header-language-trigger{width:34px;height:34px;font-size:.62rem}
  .header-language-menu{top:calc(100% + 10px);min-width:68px}
  .site-nav{justify-self:center!important;gap:clamp(8px,2.4vw,16px)!important}
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .site-header{padding-inline:12px!important;gap:6px!important}
  .site-nav{gap:7px!important}
  .site-nav a{font-size:.58rem!important;letter-spacing:.015em!important}
  .header-language-trigger{width:30px;height:30px;font-size:.58rem}
  .header-language-menu{min-width:64px}
  .header-language-menu button{height:32px;font-size:.64rem}
}

/* V10.2 — mobile language menu escapes the clipped navigation header ------- */
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .header-language-menu{
    position:fixed!important;
    top:calc(70px + env(safe-area-inset-top) + 8px)!important;
    right:12px!important;
    left:auto!important;
    z-index:10050!important;
  }
}
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .header-language-menu{
    top:calc(64px + env(safe-area-inset-top) + 8px)!important;
    right:10px!important;
  }
}


/* V10.3 — iOS language selector rendered as a body-level portal ----------- */
.header-language-menu-portal{
  position:fixed!important;
  right:auto!important;
  bottom:auto!important;
  z-index:2147483000!important;
  min-width:70px!important;
  padding:5px!important;
  border:1px solid var(--border)!important;
  background:var(--background)!important;
  color:var(--foreground)!important;
  box-shadow:0 14px 34px #0008!important;
  opacity:0!important;
  visibility:visible!important;
  pointer-events:none!important;
  transform:translateY(-4px)!important;
  transition:opacity .14s ease,transform .14s ease!important;
}
.header-language-menu-portal.is-open{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
.header-language-menu-portal button{
  width:100%;height:36px;border:0;background:transparent;color:inherit;text-align:center;
  font:900 .7rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);letter-spacing:.08em;cursor:pointer
}
.header-language-menu-portal button:hover{background:color-mix(in srgb,var(--primary) 18%,transparent)}
.header-language-menu-portal button.is-active{background:var(--primary);color:#0a0909}
html[data-nosh-theme="light"] .header-language-menu-portal{box-shadow:0 14px 34px #0002!important}

/* The old in-header mobile dropdown remains hidden; mobile uses the portal. */
@media(max-width:900px), (min-width:901px) and (max-width:1024px) and (orientation:portrait){
  .header-language-switcher > .header-language-menu{display:none!important}
}

/* V10.5 — German mobile copy uses compact artist-site wording. */
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  html[data-nosh-language="de"] .site-nav{gap:clamp(7px,2.2vw,12px)!important}
  html[data-nosh-language="de"] .section-heading h2{letter-spacing:-.025em!important}
}

/* V10.7 — global visual polish -------------------------------------------- */
/* Keep only three intentional type voices across the site:
   display = major impact headlines, body = UI/copy/secondary titles,
   Lemon Tuesday = handwritten accent phrases. */
.release-info h2,
.shop-spec-row strong,
.shop-track-name,
.contact-aside h2{
  font-family:var(--font-body)!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
.release-info h2{line-height:1!important}
.shop-spec-row strong{font-size:1.06rem!important;line-height:1.2!important}
.shop-track-name{font-size:.95rem!important;line-height:1.25!important}
.contact-aside h2{font-size:clamp(2rem,3vw,3.25rem)!important;line-height:1!important}

/* The vertical home signature stays white even when the site is light. */
.hero-side-label{color:#f4f2ed!important;text-shadow:0 1px 8px #0009}

/* Button interactions: same black inversion language as the header Listen button. */
.primary-play,
.event-link,
.live-poster-actions a,
.submit-button{transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important}
.primary-play:hover{
  background:#070707!important;
  color:#f4f2ed!important;
  box-shadow:inset 0 0 0 1px #f4f2ed;
}
.event-link:hover{
  background:#070707!important;
  color:#f4f2ed!important;
  outline:1px solid #f4f2ed;
  outline-offset:-1px;
}
.live-poster-actions a:hover{
  background:#070707!important;
  color:#f4f2ed!important;
  padding-left:12px!important;
  padding-right:12px!important;
}
.submit-button:hover{
  background:var(--primary)!important;
  color:#070707!important;
  border-color:#070707!important;
}

/* Desktop Contact: balanced two-column composition, vertically centered. */
@media(min-width:901px){
  .contact-layout{
    grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;
    align-items:center!important;
    gap:clamp(42px,5vw,78px)!important;
    max-width:1500px;
    margin-inline:auto;
  }
  .contact-aside{
    justify-content:center!important;
    align-self:center!important;
    max-width:620px;
  }
  .contact-aside h2{margin-bottom:28px!important}
  .contact-aside>a{padding-block:18px!important}
  .contact-tip{margin-top:22px!important}
}

/* Footer rows: legal line = Instagram/TikTok row, privacy line = Spotify/Apple row. */
@media(min-width:901px){
  .footer-meta{
    display:grid!important;
    grid-template-rows:44px 44px 44px!important;
    align-self:end!important;
    gap:0!important;
  }
  .footer-preferences-row,
  .footer-meta>.footer-legal-main,
  .footer-meta>.footer-privacy-link{height:44px!important;min-height:44px!important}
  .footer-socials{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:44px 44px!important;
    row-gap:0!important;
    column-gap:14px!important;
    height:88px!important;
    align-self:end!important;
  }
  .footer-socials a{height:44px!important;min-height:44px!important}
}

/* Handwritten header hooks get the old irregular neon flicker back. */
.hero h1 em,
.page-intro .script-note,
.shop-hero-copy h1 em{
  text-shadow:0 0 4px color-mix(in srgb,var(--primary) 80%,white),0 0 12px var(--primary),0 0 26px color-mix(in srgb,var(--primary) 58%,transparent);
  animation:nosh-neon-flicker 7.4s steps(1,end) infinite;
}
.page-intro .script-note{animation-delay:-2.1s}
.shop-hero-copy h1 em{animation-delay:-4.7s}
@keyframes nosh-neon-flicker{
  0%,5%,9%,13%,36%,39%,64%,68%,100%{opacity:1;filter:brightness(1)}
  6%{opacity:.42;filter:brightness(.72)}
  7%{opacity:1;filter:brightness(1.24)}
  10%,11%{opacity:.72;filter:brightness(.85)}
  12%{opacity:.28;filter:brightness(.65)}
  37%{opacity:.52;filter:brightness(.75)}
  38%{opacity:1;filter:brightness(1.3)}
  65%,66%{opacity:.35;filter:brightness(.65)}
  67%{opacity:.9;filter:brightness(1.12)}
}
@media(prefers-reduced-motion:reduce){
  .hero h1 em,.page-intro .script-note,.shop-hero-copy h1 em{animation:none!important}
}

@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .shop-track-name{font-size:.92rem!important}
}
/* In the light theme, Spotify and event buttons keep a pale resting state so the black hover remains visible. */
html[data-nosh-theme="light"] .primary-play,
html[data-nosh-theme="light"] .event-link{
  background:#fffaf5!important;
  color:#211e1b!important;
  border:1px solid #211e1b!important;
}


/* V10.8 — interaction/layout precision fixes ------------------------------ */

/* Small impact text: keep the cleaner body family introduced in V10.7,
   but restore more visual weight without going back to full Impact. */
.release-info h2,
.shop-spec-row strong,
.shop-track-name,
.contact-aside h2{
  font-weight:900!important;
  -webkit-text-stroke:.28px currentColor;
  text-shadow:.18px 0 currentColor,-.18px 0 currentColor;
}
.release-info h2{-webkit-text-stroke:.32px currentColor}
.contact-aside h2{-webkit-text-stroke:.34px currentColor}

/* Keep demo / version suffixes deliberately lighter than track names. */
.shop-track-name em{
  -webkit-text-stroke:0!important;
  text-shadow:none!important;
  font-weight:400!important;
}

/* Spotify / live links now follow exactly the same inversion principle as
   the header \"Écouter\" button in both themes. */
html[data-nosh-theme] .primary-play:hover,
html[data-nosh-theme] .primary-play:focus-visible,
html[data-nosh-theme] .event-link:hover,
html[data-nosh-theme] .event-link:focus-visible,
html[data-nosh-theme] .live-poster-actions a:hover,
html[data-nosh-theme] .live-poster-actions a:focus-visible{
  background:var(--foreground)!important;
  color:var(--background)!important;
  border-color:var(--foreground)!important;
  outline-color:var(--foreground)!important;
}
html[data-nosh-theme] .live-poster-actions a:hover,
html[data-nosh-theme] .live-poster-actions a:focus-visible{
  padding-left:12px!important;
  padding-right:12px!important;
}
html[data-nosh-theme] .primary-play:hover svg,
html[data-nosh-theme] .event-link:hover svg,
html[data-nosh-theme] .live-poster-actions a:hover svg{
  color:currentColor!important;
}

/* Contact: the React notification top-layer was accidentally taking a grid
   cell between the form and the aside. Remove it from normal layout flow. */
@media(min-width:901px){
  .contact-layout > section[data-react-aria-top-layer]{
    position:fixed!important;
    right:22px!important;
    bottom:22px!important;
    left:auto!important;
    top:auto!important;
    width:auto!important;
    height:auto!important;
    z-index:2147482000!important;
    pointer-events:none!important;
  }
  .contact-layout > .contact-form{
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
  }
  .contact-layout > .contact-aside{
    grid-column:2!important;
    grid-row:1!important;
    align-self:center!important;
  }
  .contact-layout{
    grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;
    gap:clamp(36px,4.5vw,68px)!important;
  }
}

/* Contact submit button: explicit hover so it cannot be overridden by base styles. */
html[data-nosh-theme] .submit-button:hover,
html[data-nosh-theme] .submit-button:focus-visible{
  background:var(--primary)!important;
  color:#070707!important;
  border:1px solid #070707!important;
}

/* Footer alignment: an older 3px margin on the privacy link was making the
   Spotify line sit three pixels above it. Use exact rows with zero margins. */
@media(min-width:901px){
  .footer-preferences-row,
  .footer-meta>.footer-legal-main,
  .footer-meta>.footer-privacy-link,
  .footer-socials a{
    box-sizing:border-box!important;
    margin:0!important;
  }
  .footer-meta{
    grid-template-rows:44px 44px 44px!important;
  }
  .footer-socials{
    grid-template-rows:44px 44px!important;
    margin-top:44px!important;
    align-self:start!important;
    height:88px!important;
  }
}


/* V10.9 — unified action hovers, footer alignment & brand icons ---------- */

/* Two interaction families across both themes:
   - standard actions invert the active palette;
   - the home Discover link uses the pink accent requested for that hook. */
:root{
  --nosh-action-speed:.16s;
  --nosh-cream:#f4f2ed;
  --nosh-ink:#070707;
}

/* Standard action targets: same square, direct interaction language. */
.header-listen,
.primary-play,
.event-link,
.live-poster-actions a,
.section-heading>a,
.contact-aside>a,
.shop-status-card a{
  transition:background-color var(--nosh-action-speed) ease,
             color var(--nosh-action-speed) ease,
             border-color var(--nosh-action-speed) ease,
             box-shadow var(--nosh-action-speed) ease,
             transform var(--nosh-action-speed) ease!important;
}

/* Spotify buttons: force the inversion after every generated/base rule. */
.release-card .primary-play:hover,
.release-card .primary-play:focus-visible,
.featured-release-grid .primary-play:hover,
.featured-release-grid .primary-play:focus-visible{
  background:var(--foreground)!important;
  color:var(--background)!important;
  border-color:var(--foreground)!important;
  box-shadow:inset 0 0 0 1px var(--foreground)!important;
}
.release-card .primary-play:hover svg,
.release-card .primary-play:focus-visible svg,
.featured-release-grid .primary-play:hover svg,
.featured-release-grid .primary-play:focus-visible svg{color:currentColor!important}

/* Live external action: same inversion in light and dark. */
.event-link:hover,
.event-link:focus-visible,
.live-poster-actions a:hover,
.live-poster-actions a:focus-visible{
  background:var(--foreground)!important;
  color:var(--background)!important;
  border-color:var(--foreground)!important;
  outline-color:var(--foreground)!important;
}

/* "Toute la discographie" / equivalent translations. */
.section-heading>a{
  transition:background-color var(--nosh-action-speed) ease,color var(--nosh-action-speed) ease,
             border-color var(--nosh-action-speed) ease,padding var(--nosh-action-speed) ease!important;
}
.section-heading>a:hover,
.section-heading>a:focus-visible{
  background:var(--foreground)!important;
  color:var(--background)!important;
  border-color:var(--foreground)!important;
  padding-left:12px!important;
  padding-right:12px!important;
}
.section-heading>a:hover svg,.section-heading>a:focus-visible svg{color:currentColor!important}

/* The homepage "Découvrir" hook deliberately stays accent-led. */
.hero-bottomline>a{
  transition:background-color var(--nosh-action-speed) ease,color var(--nosh-action-speed) ease,
             border-color var(--nosh-action-speed) ease,padding var(--nosh-action-speed) ease!important;
}
.hero-bottomline>a:hover,
.hero-bottomline>a:focus-visible{
  background:var(--primary)!important;
  color:var(--nosh-cream)!important;
  border-color:var(--primary)!important;
  padding-left:12px!important;
  padding-right:12px!important;
}
.hero-bottomline>a:hover svg,.hero-bottomline>a:focus-visible svg{color:currentColor!important}

/* Primary commerce/contact CTAs keep the pink hierarchy, with predictable hovers. */
.shop-cta,.pay-button,.submit-button{
  border-radius:0!important;
  font-family:var(--font-body)!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  transition:background-color var(--nosh-action-speed) ease,color var(--nosh-action-speed) ease,
             border-color var(--nosh-action-speed) ease,transform var(--nosh-action-speed) ease!important;
}
/* Buying/payment buttons invert against the current theme on hover. */
.shop-cta:hover,
.shop-cta:focus-visible,
.pay-button:hover:not(:disabled),
.pay-button:focus-visible:not(:disabled){
  background:var(--foreground)!important;
  color:var(--background)!important;
  border-color:var(--foreground)!important;
}
/* Contact submit keeps the requested pink hover. */
.submit-button:hover,.submit-button:focus-visible{
  background:var(--primary)!important;
  color:var(--nosh-ink)!important;
  border-color:var(--nosh-ink)!important;
}

/* Footer: align the social rows with LEGAL and PRIVACY, not with cookie settings. */
@media(min-width:901px){
  .footer-meta{
    grid-template-rows:44px 44px 44px!important;
    height:132px!important;
    align-self:end!important;
  }
  .footer-socials{
    grid-template-rows:44px 44px!important;
    height:88px!important;
    margin-top:0!important;
    align-self:end!important;
  }
  .footer-preferences-row,
  .footer-meta>.footer-legal-main,
  .footer-meta>.footer-privacy-link,
  .footer-socials a{
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
  }
}

/* Every clickable footer row shares the same hover vocabulary. */
.footer-preferences-row,
.footer-meta>.footer-legal-main,
.footer-meta>.footer-privacy-link,
.footer-socials a{
  transition:background-color var(--nosh-action-speed) ease,color var(--nosh-action-speed) ease,
             padding var(--nosh-action-speed) ease,border-color var(--nosh-action-speed) ease!important;
}
.footer-preferences-row:hover,
.footer-preferences-row:focus-within,
.footer-meta>.footer-legal-main:hover,
.footer-meta>.footer-legal-main:focus-visible,
.footer-meta>.footer-privacy-link:hover,
.footer-meta>.footer-privacy-link:focus-visible,
.footer-socials a:hover,
.footer-socials a:focus-visible{
  background:var(--nosh-ink)!important;
  color:var(--nosh-cream)!important;
  border-bottom-color:var(--nosh-ink)!important;
  padding-left:10px!important;
  padding-right:10px!important;
  opacity:1!important;
}
.footer-preferences-row:hover .footer-cookie-settings,
.footer-preferences-row:focus-within .footer-cookie-settings{color:var(--nosh-cream)!important;opacity:1!important}
.footer-preferences-row:hover .footer-theme-toggle,
.footer-preferences-row:focus-within .footer-theme-toggle{filter:invert(1)}
.footer-socials a:hover .footer-social-icon,
.footer-socials a:focus-visible .footer-social-icon{filter:invert(1)!important}
.footer-bottom a{
  transition:background-color var(--nosh-action-speed) ease,color var(--nosh-action-speed) ease!important;
}
.footer-bottom a:hover,.footer-bottom a:focus-visible{
  background:var(--nosh-ink)!important;
  color:var(--nosh-cream)!important;
  text-decoration:none!important;
}

/* Contact social entries use the same actual Instagram/TikTok marks as footer. */
.contact-aside .contact-social-icon{
  width:22px!important;
  height:22px!important;
  object-fit:contain;
  display:block;
  filter:none;
}
html[data-nosh-theme="dark"] .contact-aside .contact-social-icon{filter:invert(1)}
@media(prefers-color-scheme:dark){
  html:not([data-nosh-theme]) .contact-aside .contact-social-icon{filter:invert(1)}
}

/* Subtle contact-row interaction, without turning them into a third button style. */
.contact-aside>a:hover,.contact-aside>a:focus-visible{
  background:color-mix(in srgb,var(--primary) 13%,transparent)!important;
  padding-left:12px!important;
  padding-right:12px!important;
}
.contact-aside>a:hover b,.contact-aside>a:focus-visible b{color:var(--foreground)!important}

/* Keep mobile footer simple: no horizontal padding jump on narrow screens. */
@media(max-width:620px), (min-width:621px) and (max-width:1024px) and (orientation:portrait){
  .footer-preferences-row:hover,
  .footer-preferences-row:focus-within,
  .footer-meta>.footer-legal-main:hover,
  .footer-meta>.footer-legal-main:focus-visible,
  .footer-meta>.footer-privacy-link:hover,
  .footer-meta>.footer-privacy-link:focus-visible,
  .footer-socials a:hover,
  .footer-socials a:focus-visible{padding-left:8px!important;padding-right:8px!important}
}


/* V11.0 — Shop promotional popup ----------------------------------------- */
.nosh-shop-promo{
  position:fixed;
  right:24px;
  bottom:max(24px,env(safe-area-inset-bottom));
  z-index:2147481800;
  width:min(520px,calc(100vw - 48px));
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:18px;
  padding:16px;
  background:#0b0b0b;
  color:#f7f5f2;
  border:1px solid #ffffff30;
  box-shadow:0 22px 70px #0008;
  opacity:0;
  transform:translate3d(24px,18px,0) scale(.985);
  transition:opacity .22s ease,transform .28s cubic-bezier(.22,.61,.36,1);
  pointer-events:none;
}
.nosh-shop-promo.is-visible{opacity:1;transform:none;pointer-events:auto}
.nosh-shop-promo.is-leaving{opacity:0;transform:translate3d(20px,10px,0) scale(.985);pointer-events:none}
.nosh-shop-promo-art{
  width:112px;height:112px;object-fit:cover;display:block;
  border:1px solid #ffffff1f;
}
.nosh-shop-promo-copy{min-width:0;align-self:center;padding-right:26px}
.nosh-shop-promo-kicker{
  margin:0 0 4px;
  color:#efb0fa;
  font-size:.66rem;
  line-height:1;
  letter-spacing:.19em;
  font-weight:900;
  text-transform:uppercase;
}
.nosh-shop-promo-title{
  margin:0;
  color:inherit;
  font-size:1.45rem;
  line-height:1.02;
  letter-spacing:-.025em;
  font-weight:900;
}
.nosh-shop-promo-status{
  margin:7px 0 0!important;
  color:inherit!important;
  font-size:.88rem!important;
  line-height:1.35!important;
  font-weight:700;
}
.nosh-shop-promo-meta{
  margin:2px 0 0!important;
  color:#bdb9b4!important;
  font-size:.76rem!important;
  line-height:1.35!important;
}
.nosh-shop-promo-actions{display:flex;align-items:center;gap:9px;margin-top:12px;flex-wrap:wrap}
.nosh-shop-promo-cta,
.nosh-shop-promo-later,
.nosh-shop-promo-close{
  font:inherit;border:0;cursor:pointer;
}
.nosh-shop-promo-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:38px;padding:0 13px;
  background:#efb0fa;color:#080808!important;
  border:1px solid #efb0fa;
  text-decoration:none!important;
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:.69rem;
  font-weight:900;
  transition:background .17s ease,color .17s ease,border-color .17s ease,transform .17s ease;
}
.nosh-shop-promo-cta:hover,
.nosh-shop-promo-cta:focus-visible{
  background:#f7f5f2;
  color:#080808!important;
  border-color:#f7f5f2;
  transform:translateY(-1px);
}
.nosh-shop-promo-later{
  min-height:38px;padding:0 8px;
  background:transparent;color:#f7f5f2;
  font-size:.72rem;font-weight:800;
  text-decoration:underline;
  text-underline-offset:4px;
}
.nosh-shop-promo-later:hover,
.nosh-shop-promo-later:focus-visible{color:#efb0fa}
.nosh-shop-promo-close{
  position:absolute;right:10px;top:8px;
  width:30px;height:30px;border-radius:50%;
  display:grid;place-items:center;
  background:transparent;color:#f7f5f2;
  border:1px solid #ffffff32;
  font-size:1.15rem;line-height:1;
  transition:.17s ease;
}
.nosh-shop-promo-close:hover,
.nosh-shop-promo-close:focus-visible{background:#efb0fa;color:#080808;border-color:#efb0fa}

html[data-nosh-theme="light"] .nosh-shop-promo{
  background:#f8f6f1;
  color:#171513;
  border-color:#17151335;
  box-shadow:0 22px 70px #0003;
}
html[data-nosh-theme="light"] .nosh-shop-promo-art{border-color:#17151324}
html[data-nosh-theme="light"] .nosh-shop-promo-meta{color:#625d57!important}
html[data-nosh-theme="light"] .nosh-shop-promo-later{color:#171513}
html[data-nosh-theme="light"] .nosh-shop-promo-close{color:#171513;border-color:#17151335}
html[data-nosh-theme="light"] .nosh-shop-promo-cta:hover,
html[data-nosh-theme="light"] .nosh-shop-promo-cta:focus-visible{
  background:#171513;color:#f7f5f2!important;border-color:#171513;
}

@media(max-width:700px), (min-width:701px) and (max-width:1024px) and (orientation:portrait){
  .nosh-shop-promo{
    right:14px;
    bottom:max(14px,env(safe-area-inset-bottom));
    width:calc(100vw - 28px);
    grid-template-columns:82px minmax(0,1fr);
    gap:13px;
    padding:13px;
    transform:translate3d(0,24px,0) scale(.99);
  }
  .nosh-shop-promo.is-leaving{transform:translate3d(0,18px,0) scale(.99)}
  .nosh-shop-promo-art{width:82px;height:82px}
  .nosh-shop-promo-copy{padding-right:24px}
  .nosh-shop-promo-title{font-size:1.08rem}
  .nosh-shop-promo-status{font-size:.78rem!important}
  .nosh-shop-promo-meta{font-size:.68rem!important}
  .nosh-shop-promo-actions{margin-top:9px}
  .nosh-shop-promo-cta{min-height:34px;font-size:.64rem}
  .nosh-shop-promo-later{min-height:34px;font-size:.66rem}
}
@media(prefers-reduced-motion:reduce){
  .nosh-shop-promo,
  .nosh-shop-promo-cta{transition:none!important}
}


/* V11.1 — popup alignment, centered legal page, portrait-tablet polish ---- */
.nosh-shop-promo{
  align-items:center!important;
}
.nosh-shop-promo-art{
  align-self:center!important;
  justify-self:center!important;
  object-position:center!important;
}
.nosh-shop-promo-copy{
  align-self:center!important;
}


/* V11.2 — Legal block centered, content left-aligned ----------------------- */
/* Le conteneur reste centré dans la page, mais toute la lecture reste alignée
   à gauche comme dans les versions précédentes. */
.legal-grid{
  width:100%;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:left!important;
}

.legal-page-intro{
  text-align:left!important;
  justify-items:stretch!important;
}
.legal-page-intro>.section-index{
  justify-self:auto!important;
  margin:0!important;
}
.legal-page-intro>div{
  justify-self:auto!important;
  text-align:left!important;
}

.legal-toc,
.legal-toc-title,
.legal-accordion summary,
.legal-summary-title,
.legal-accordion-content,
.cookie-inventory{
  text-align:left!important;
}

.legal-toc-grid a{
  justify-content:flex-start!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.legal-toc-grid a span{
  padding-top:1px!important;
}

.legal-accordion-content{
  margin-left:0!important;
  margin-right:0!important;
}
.legal-accordion-content p{
  max-width:900px!important;
  margin-left:0!important;
  margin-right:0!important;
}

.legal-table-wrap{
  margin-left:0!important;
  margin-right:0!important;
}
.legal-table th,
.legal-table td,
.legal-supplier-table td:last-child,
.cookie-inventory table th,
.cookie-inventory table td{
  text-align:left!important;
  vertical-align:top!important;
}



/* V11.3 — persistent localStorage cart ----------------------------------- */
.nosh-cart-fab{
  position:fixed;
  right:22px;
  bottom:max(22px,calc(env(safe-area-inset-bottom) + 14px));
  z-index:2147481700;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  padding:0;
  border-radius:50%;
  border:1px solid var(--foreground);
  background:var(--foreground);
  color:var(--background);
  box-shadow:0 12px 34px #0004;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.nosh-cart-fab:hover,
.nosh-cart-fab:focus-visible{
  background:var(--primary);
  color:#090909;
  border-color:var(--primary);
  transform:translateY(-2px);
}
.nosh-cart-fab svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nosh-cart-badge{
  position:absolute;
  right:-4px;
  top:-4px;
  min-width:22px;
  height:22px;
  padding:0 5px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--primary);
  color:#090909;
  border:2px solid var(--background);
  font:900 11px/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
}

.nosh-cart-layer{
  position:fixed;
  inset:0;
  z-index:2147481900;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.nosh-cart-layer[hidden]{display:none!important}
.nosh-cart-layer.is-open{
  opacity:1;
  pointer-events:auto;
}
.nosh-cart-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#0008;
  cursor:default;
}
.nosh-cart-drawer{
  position:absolute;
  right:0;
  top:0;
  width:min(430px,92vw);
  height:100%;
  display:flex;
  flex-direction:column;
  background:var(--background);
  color:var(--foreground);
  border-left:1px solid var(--border);
  box-shadow:-24px 0 70px #0005;
  transform:translate3d(100%,0,0);
  transition:transform .26s cubic-bezier(.22,.61,.36,1);
}
.nosh-cart-layer.is-open .nosh-cart-drawer{transform:none}
body.nosh-cart-open{overflow:hidden}

.nosh-cart-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:28px 28px 20px;
  border-bottom:1px solid var(--border);
}
.nosh-cart-head p{
  margin:0 0 5px;
  color:var(--primary);
  font:900 .69rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
  letter-spacing:.18em;
}
.nosh-cart-title{
  margin:0;
  font:900 clamp(2rem,4vw,3rem)/.94 var(--font-display,Impact,sans-serif);
  text-transform:uppercase;
}
.nosh-cart-close{
  flex:0 0 auto;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid var(--border);
  background:transparent;
  color:inherit;
  font:400 1.35rem/1 Arial,sans-serif;
  cursor:pointer;
  transition:.16s ease;
}
.nosh-cart-close:hover,
.nosh-cart-close:focus-visible{
  background:var(--foreground);
  color:var(--background);
  border-color:var(--foreground);
}
.nosh-cart-subtitle{
  margin:0;
  padding:15px 28px;
  border-bottom:1px solid var(--border);
  color:var(--muted);
  font:400 .83rem/1.45 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-empty{
  margin:auto 28px;
  padding:42px 0;
  text-align:center;
  color:var(--muted);
  font:700 .95rem/1.4 var(--font-body,"Arial Narrow",Arial,sans-serif);
}

.nosh-cart-item{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:16px;
  padding:24px 28px;
  border-bottom:1px solid var(--border);
}
.nosh-cart-item[hidden]{display:none!important}
.nosh-cart-item img{
  width:92px;
  height:92px;
  object-fit:cover;
  display:block;
  border:1px solid var(--border);
}
.nosh-cart-item-copy{min-width:0}
.nosh-cart-item-title{
  margin:0;
  font:900 1.15rem/1.03 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-item-edition,
.nosh-cart-item-price{
  margin:4px 0 0;
  color:var(--muted);
  font:500 .78rem/1.3 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-item-price{color:var(--foreground);font-weight:800}
.nosh-cart-item-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
}
.nosh-cart-qty{
  display:grid;
  grid-template-columns:34px 38px 34px;
  align-items:center;
  border:1px solid var(--border);
  min-height:34px;
}
.nosh-cart-qty button{
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  font:700 1rem/1 Arial,sans-serif;
}
.nosh-cart-qty button:hover:not(:disabled),
.nosh-cart-qty button:focus-visible:not(:disabled){
  background:var(--foreground);
  color:var(--background);
}
.nosh-cart-qty button:disabled{opacity:.25;cursor:not-allowed}
.nosh-cart-qty-value{
  text-align:center;
  font:900 .78rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-remove{
  border:0;
  padding:5px 0;
  background:transparent;
  color:var(--muted);
  text-decoration:underline;
  text-underline-offset:4px;
  cursor:pointer;
  font:700 .72rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-remove:hover,
.nosh-cart-remove:focus-visible{color:var(--primary)}

.nosh-cart-summary{
  margin-top:auto;
  padding:22px 28px 28px;
  border-top:1px solid var(--border);
}
.nosh-cart-shipping{
  margin:0 0 14px;
  color:var(--muted);
  font:500 .76rem/1.3 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-summary>div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:17px;
  font:900 1rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
}
.nosh-cart-checkout{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  background:var(--primary);
  color:#080808!important;
  border:1px solid var(--primary);
  text-decoration:none!important;
  text-transform:uppercase;
  letter-spacing:.07em;
  font:900 .78rem/1 var(--font-body,"Arial Narrow",Arial,sans-serif);
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}
.nosh-cart-checkout:hover,
.nosh-cart-checkout:focus-visible{
  background:var(--foreground);
  color:var(--background)!important;
  border-color:var(--foreground);
}
.nosh-cart-checkout[aria-disabled="true"]{
  opacity:.35;
  pointer-events:none;
}

/* The promo uses the same corner; when both features are available it sits
   above the cart bubble rather than hiding it. */
.nosh-shop-promo{
  bottom:max(96px,calc(env(safe-area-inset-bottom) + 88px))!important;
}

@media(max-width:700px), (min-width:701px) and (max-width:1024px) and (orientation:portrait){
  .nosh-cart-fab{
    right:14px;
    bottom:max(14px,calc(env(safe-area-inset-bottom) + 8px));
    width:54px;
    height:54px;
  }
  .nosh-cart-drawer{
    top:auto;
    right:0;
    bottom:0;
    width:100%;
    height:auto;
    max-height:min(82vh,720px);
    border-left:0;
    border-top:1px solid var(--border);
    transform:translate3d(0,100%,0);
    box-shadow:0 -20px 60px #0006;
  }
  .nosh-cart-head{padding:20px 18px 16px}
  .nosh-cart-subtitle{padding:12px 18px}
  .nosh-cart-item{padding:18px;grid-template-columns:78px minmax(0,1fr);gap:13px}
  .nosh-cart-item img{width:78px;height:78px}
  .nosh-cart-summary{padding:17px 18px max(18px,calc(env(safe-area-inset-bottom) + 12px))}
  .nosh-cart-empty{margin:0 18px;padding:38px 0}
  .nosh-shop-promo{
    bottom:max(82px,calc(env(safe-area-inset-bottom) + 76px))!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .nosh-cart-fab,
  .nosh-cart-layer,
  .nosh-cart-drawer,
  .nosh-cart-checkout{transition:none!important}
}


/* V11.4 — stronger small-text contrast + cleaner privacy inventory -------- */

/* Cookie settings: small explanatory copy should remain readable. */
.nosh-cookie-modal-intro{
  color:#d9d5d0!important;
  font-size:.88rem!important;
  line-height:1.55!important;
}
.nosh-cookie-toggle-copy small{
  color:#c9c4be!important;
  font-size:.82rem!important;
  line-height:1.5!important;
}
.nosh-cookie-toggle-row.is-locked{opacity:1!important}
.nosh-cookie-toggle-row.is-locked .nosh-cookie-switch{opacity:.55}

/* Cookie/storage inventory no longer exposes internal technical names or a
   construction-like Active/Planned status. */
.cookie-inventory-row{
  grid-template-columns:minmax(150px,.85fr) minmax(260px,1.7fr) minmax(105px,.55fr)!important;
  gap:18px!important;
}
.cookie-inventory-row>div span,
.cookie-inventory-duration{
  color:#bbb5af!important;
  font-size:.74rem!important;
}
.cookie-inventory-row p{
  color:#d0cbc6!important;
  font-size:.80rem!important;
}
.cookie-inventory-status{display:none!important}
.cookie-inventory-row.is-planned{display:none!important}

/* Persistent cart: secondary text was technically present but too faint. */
.nosh-cart-subtitle,
.nosh-cart-item-edition,
.nosh-cart-remove,
.nosh-cart-shipping{
  color:#c9c4be!important;
}
.nosh-cart-subtitle{
  font-size:.90rem!important;
  font-weight:500!important;
}
.nosh-cart-item-edition{
  font-size:.84rem!important;
  font-weight:500!important;
}
.nosh-cart-item-price{
  font-size:.84rem!important;
}
.nosh-cart-remove{
  font-size:.78rem!important;
  font-weight:800!important;
}
.nosh-cart-shipping{
  font-size:.82rem!important;
  font-weight:500!important;
}

/* Light theme equivalents. */
html[data-nosh-theme="light"] .nosh-cookie-modal-intro,
html[data-nosh-theme="light"] .nosh-cookie-toggle-copy small{
  color:#514b45!important;
}
html[data-nosh-theme="light"] .cookie-inventory-row>div span,
html[data-nosh-theme="light"] .cookie-inventory-duration{
  color:#625b54!important;
}
html[data-nosh-theme="light"] .cookie-inventory-row p{
  color:#48433e!important;
}
html[data-nosh-theme="light"] .nosh-cart-subtitle,
html[data-nosh-theme="light"] .nosh-cart-item-edition,
html[data-nosh-theme="light"] .nosh-cart-remove,
html[data-nosh-theme="light"] .nosh-cart-shipping{
  color:#514b45!important;
}

@media(max-width:760px), (min-width:761px) and (max-width:1024px) and (orientation:portrait){
  .cookie-inventory-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:7px 14px!important;
  }
  .cookie-inventory-row p{grid-column:1/3!important}
  .cookie-inventory-duration{grid-column:1!important}
}
