/* Lily Neige — bandeau cookies */
.ln-cookies[hidden] { display: none !important; }
.ln-cookies__dim {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.28);
  z-index: 10040;
}
.ln-cookies__dim[hidden] { display: none !important; }
.ln-cookies__card {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 10050;
  width: min(440px, calc(100vw - 28px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  background: #fff;
  color: #1a1a1a;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid #e6e1d6;
  padding: 18px 20px 16px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
.ln-cookies__card:focus { outline: none; }
.ln-cookies__skip {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #1a1a1a;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  line-height: 1.3;
}
.ln-cookies__skip:hover,
.ln-cookies__skip:focus-visible {
  color: #5a7a10;
  outline: 2px solid #98C018;
  outline-offset: 3px;
}
.ln-cookies__hero {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 8px 10px;
  align-items: start;
}
.ln-cookies__copy { min-width: 0; }
.ln-cookies__title {
  margin: 0 0 6px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
  color: #141414;
}
.ln-cookies__lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #2a2a2a;
}
.ln-cookies__mascot {
  grid-row: 1 / span 4;
  grid-column: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -8px;
  position: relative;
  width: 150px;
  overflow: visible;
}
.ln-cookies__mascot img {
  width: 150px;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.ln-cookies__body {
  margin: 12px 0 0;
  font-size: 1.02rem;
  line-height: 1.45;
  color: #2c2c2c;
  grid-column: 1 / -1;
}
.ln-cookies__links {
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  grid-column: 1 / -1;
}
.ln-cookies__links a {
  color: #1a1a1a;
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ln-cookies__links a:hover { color: #5a7a10; }
.ln-cookies__actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  align-items: stretch;
}
.ln-cookies__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 14px;
  border-radius: 8px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
}
.ln-cookies__btn svg { flex: 0 0 auto; }
.ln-cookies__btn--ghost {
  background: #fff;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}
.ln-cookies__btn--ghost:hover { background: #f7f5f0; }
.ln-cookies__btn--primary {
  background: #98C018;
  color: #1a1a1a;
  border: 1.5px solid #98C018;
}
.ln-cookies__btn--primary:hover { background: #a8d42a; }
.ln-cookies__btn:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.ln-cookies__step[hidden] { display: none !important; }
.ln-cookies__prefs-title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
}
.ln-cookies__prefs-intro {
  margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.4;
  color: #2c2c2c;
}
.ln-cookies__toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  padding: 12px 0;
  border-top: 1px solid #e6e1d6;
}
.ln-cookies__toggle:last-of-type { border-bottom: 1px solid #e6e1d6; }
.ln-cookies__toggle strong {
  font-size: 1.05rem;
  font-weight: 700;
}
.ln-cookies__toggle span {
  grid-column: 1;
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.35;
}
.ln-cookies__switch {
  position: relative;
  width: 46px;
  height: 26px;
  grid-row: 1 / span 2;
  align-self: center;
}
.ln-cookies__switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.ln-cookies__switch input:disabled { cursor: not-allowed; }
.ln-cookies__switch i {
  display: block;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #d8d4cc;
  position: relative;
  pointer-events: none;
  transition: background 0.15s ease;
}
.ln-cookies__switch i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  transition: transform 0.15s ease;
}
.ln-cookies__switch input:checked + i { background: #98C018; }
.ln-cookies__switch input:checked + i::after { transform: translateX(20px); }
.ln-cookies__switch input:disabled + i { background: #98C018; opacity: 0.85; }
.ln-cookies__switch input:focus-visible + i {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.ln-cookies__prefs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.ln-cookies__prefs-actions .ln-cookies__btn { flex: 1 1 30%; min-width: 110px; }
.ln-cookies__btn--text {
  background: #fff;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}
.ln-cookies__btn--text:hover { background: #f7f5f0; }
.ln-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  padding: 0 0 28px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.ln-legal button,
.ln-legal a {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 0.98rem;
  color: #3a3a3a;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.ln-legal button:hover,
.ln-legal a:hover { color: #1a1a1a; }
.ln-footer .ln-open-cookies {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .ln-cookies__card {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 16px 16px 0 0;
    padding: 16px 16px 20px;
  }
  .ln-cookies__hero {
    grid-template-columns: 1fr 120px;
  }
  .ln-cookies__mascot {
    width: 120px;
  }
  .ln-cookies__mascot img {
    width: 120px;
    max-height: 150px;
  }
  .ln-cookies__actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .ln-cookies__switch i,
  .ln-cookies__switch i::after { transition: none; }
  #ln-cookies-welcome .ln-cookies__cookie,
  #ln-cookies-welcome .ln-cookies__nibble {
    animation: none !important;
  }
  .ln-cookies__cookie { transform: none; }
  .ln-cookies__nibble { r: 14.5px; }
}

.ln-cookies__rgpd {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #4a4a4a;
}

/* bitten cookie overlay — sits at left alpaca chin/mouth; do not animate the drawing */
.ln-cookies__cookie {
  position: absolute;
  left: 34.0%;
  top: 47.25%;
  width: 12.5%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  transform-origin: 78% 65%;
}
#ln-cookies-welcome .ln-cookies__cookie {
  animation: ln-cookie-nibble 4.2s ease-in-out infinite;
}
#ln-cookies-welcome .ln-cookies__nibble {
  animation: ln-cookie-bite 4.2s ease-in-out infinite;
}
@keyframes ln-cookie-nibble {
  0% { transform: translate(-48%, 42%) rotate(-9deg); }
  18% { transform: translate(-18%, 14%) rotate(-3.5deg); }
  32%, 50% { transform: none; }
  56% { transform: rotate(2.4deg) translate(0.5px, 0.35px); }
  62% { transform: rotate(-1.8deg) translate(-0.4px, 0.25px); }
  68% { transform: rotate(2deg) translate(0.35px, 0.2px); }
  74%, 88% { transform: none; }
  100% { transform: translate(-48%, 42%) rotate(-9deg); }
}
@keyframes ln-cookie-bite {
  0%, 36% { r: 0px; }
  50%, 88% { r: 14.5px; }
  100% { r: 0px; }
}
