
.ll-landing, .ll-landing * { box-sizing: border-box; }
.ll-landing { font-family: "Nunito", sans-serif; background: #4a5c3a; color: #f0e8d8; overflow-x: hidden; width: 100%; margin: 0; }
.ll-landing a { color: inherit; }
.ll-nav { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 2rem; background: rgba(58,72,44,0.97); border-bottom: 1px solid rgba(158,207,204,0.2); position: sticky; top: 0; z-index: 100; }
.ll-nav-logo { height: 52px; width: auto; display: block; }
.ll-nav-cta { background: #9ecfcc; color: #2e3d25 !important; border: none; padding: 0.5rem 1.3rem; border-radius: 6px; font-size: 0.85rem; font-weight: 700; cursor: pointer; font-family: "Nunito", sans-serif; text-decoration: none; display: inline-block; }
.ll-hero { background: #3a482c; text-align: center; padding: 4rem 2rem 0; overflow: hidden; }
.ll-eyebrow { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #9ecfcc; margin-bottom: 1rem; font-weight: 700; }
.ll-hero h1 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: #f0e8d8; line-height: 1.25; margin: 0 0 0.5rem; font-weight: 700; }
.ll-hero-sub { font-size: 0.9rem; color: #c8bfa8; margin-bottom: 1.5rem; font-weight: 600; }
.ll-event-date-badge { display: inline-block; background: rgba(158,207,204,0.15); border: 1px solid rgba(158,207,204,0.4); color: #f0e8d8 !important; font-size: 0.88rem; font-weight: 700; padding: 0.55rem 1.4rem; border-radius: 30px; margin-bottom: 2.25rem; letter-spacing: 0.03em; cursor: pointer; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.ll-event-date-badge:hover { background: rgba(158,207,204,0.28); border-color: rgba(158,207,204,0.7); color: #f0e8d8 !important; }
.ll-event-date-badge .ll-cal-hint { display: block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #9ecfcc; margin-top: 3px; opacity: 0.85; }
.ll-stats { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; margin-bottom: 3rem; }
.ll-stat-num { font-family: "Playfair Display", serif; font-size: 2.2rem; color: #9ecfcc; line-height: 1; font-weight: 700; }
.ll-stat-label { font-size: 0.82rem; color: #a8b898; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; font-weight: 700; line-height: 1.4; }
.ll-wave { width: 100%; display: block; }
.ll-section { background: #4a5c3a; padding: 2.5rem 2rem; }
.ll-inner { max-width: 680px; margin: 0 auto; }
.ll-title { font-family: "Playfair Display", serif; font-size: 1.4rem; color: #f0e8d8; margin: 0 0 0.5rem; font-weight: 700; text-align: center; }
.ll-sub { font-size: 0.88rem; color: #a8b898; text-align: center; margin-bottom: 1.75rem; line-height: 1.6; }
.ll-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ll-card-info { background: #3a482c; border: 1px solid rgba(158,207,204,0.2); border-radius: 12px; padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.ll-icon { flex-shrink: 0; margin-top: 2px; opacity: 0.9; }
.ll-card-info-title { font-size: 0.95rem; font-weight: 800; color: #f0e8d8; margin-bottom: 0.3rem; }
.ll-card-info-body { font-size: 0.82rem; color: #a8b898; line-height: 1.55; }
.ll-mission { background: #3a482c; padding: 3.5rem 2rem; text-align: center; border-top: 1px solid rgba(158,207,204,0.1); }
.ll-mission-inner { max-width: 660px; margin: 0 auto; }
.ll-mission-quote { font-family: "Playfair Display", serif; font-size: clamp(1.05rem, 2vw, 1.35rem); color: #f0e8d8; line-height: 1.7; margin-bottom: 1.25rem; font-style: italic; }
.ll-mission-body { font-size: 0.9rem; color: #c8bfa8; line-height: 1.85; margin-bottom: 0.75rem; }
.ll-mission-name { color: #9ecfcc; font-weight: 700; }
.ll-divider { width: 44px; height: 2px; background: #9ecfcc; margin: 1.75rem auto; border-radius: 2px; }
.ll-gallery { background: #4a5c3a; padding: 3rem 0; }
.ll-gallery-header { text-align: center; margin-bottom: 1.75rem; padding: 0 2rem; }
.ll-gallery-header h2 { font-family: "Playfair Display", serif; font-size: 1.7rem; color: #f0e8d8; font-weight: 700; margin: 0 0 0.3rem; }
.ll-gallery-header p { font-size: 0.85rem; color: #a8b898; }
.ll-gallery-track-wrap { overflow: hidden; padding: 0 1.5rem; }
.ll-gallery-track { display: flex; gap: 0.9rem; transition: transform 0.42s cubic-bezier(0.4,0,0.2,1); }
.ll-gallery-item { width: 200px; aspect-ratio: 4/5; flex-shrink: 0; border-radius: 10px; overflow: hidden; background: #3a482c; border: 1px solid rgba(158,207,204,0.15); position: relative; }
.ll-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ll-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 2.5rem; opacity: 0.85; pointer-events: none; }
.ll-gallery-controls, .ll-dock-controls { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.ll-g-btn, .ll-d-btn { background: rgba(158,207,204,0.1); border: 1px solid rgba(158,207,204,0.25); color: #f0e8d8; width: 38px; height: 38px; border-radius: 50%; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.ll-g-btn:hover, .ll-d-btn:hover { background: rgba(158,207,204,0.25); }
.ll-g-dots, .ll-d-dots { display: flex; gap: 5px; }
.ll-g-dot, .ll-d-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(240,232,216,0.2); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.ll-g-dot.on, .ll-d-dot.on { background: #9ecfcc; transform: scale(1.3); }
.ll-docks { padding: 3.5rem 1.5rem; background: #3a482c; border-top: 1px solid rgba(158,207,204,0.1); }
.ll-docks-header { text-align: center; margin-bottom: 2rem; }
.ll-docks-header h2 { font-family: "Playfair Display", serif; font-size: 1.9rem; color: #f0e8d8; margin: 0 0 0.35rem; font-weight: 700; }
.ll-docks-header p { font-size: 0.85rem; color: #a8b898; font-weight: 600; }
.ll-docks-header .ll-any-order { font-size: 0.8rem; color: #9ecfcc; margin-top: 0.4rem; font-weight: 700; letter-spacing: 0.04em; }
.ll-carousel-wrap { overflow: hidden; }
.ll-carousel { display: flex; gap: 1rem; transition: transform 0.42s cubic-bezier(0.4,0,0.2,1); padding: 0.5rem 0.25rem 1rem; }
.ll-dock-card { min-width: 250px; flex-shrink: 0; background: #4a5c3a; border: 1px solid rgba(158,207,204,0.25); border-radius: 14px; padding: 1.4rem; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
.ll-dock-card:hover { border-color: rgba(158,207,204,0.6); transform: translateY(-2px); }
.ll-card-final { background: #3a482c; border-color: rgba(158,207,204,0.4); }
.ll-card-num { font-family: "Playfair Display", serif; font-size: 4rem; color: rgba(158,207,204,0.1); position: absolute; top: -0.75rem; right: 0.75rem; line-height: 1; pointer-events: none; user-select: none; font-weight: 700; }
.ll-card-badge { display: inline-block; background: rgba(158,207,204,0.15); color: #9ecfcc; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; border: 1px solid rgba(158,207,204,0.3); margin-bottom: 0.65rem; }
.ll-card-name { font-family: "Playfair Display", serif; font-size: 1.1rem; color: #f0e8d8; margin-bottom: 0.2rem; font-weight: 700; }
.ll-card-sponsor { font-size: 0.72rem; color: #9ecfcc; font-weight: 700; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.1em; }
.ll-card-theme { font-size: 0.75rem; color: #c8bfa8; font-weight: 700; margin-bottom: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; }
.ll-card-desc { font-size: 0.82rem; color: #a8b898; line-height: 1.6; }
.ll-tags { margin-top: 0.7rem; display: flex; flex-wrap: wrap; gap: 0.3rem; }
.ll-tag { background: rgba(240,232,216,0.08); color: #c8bfa8; font-size: 0.7rem; padding: 2px 8px; border-radius: 10px; border: 1px solid rgba(240,232,216,0.12); }
.ll-tag-hi { background: rgba(158,207,204,0.15); color: #9ecfcc; font-size: 0.7rem; padding: 2px 8px; border-radius: 10px; border: 1px solid rgba(158,207,204,0.3); font-weight: 700; }
.ll-cta { background: #4a5c3a; padding: 3.5rem 2rem; text-align: center; border-top: 1px solid rgba(158,207,204,0.15); }
.ll-cta h2 { font-family: "Playfair Display", serif; font-size: 2rem; color: #f0e8d8; margin: 0 0 0.6rem; font-weight: 700; }
.ll-cta p { font-size: 0.88rem; color: #a8b898; margin-bottom: 1.75rem; max-width: 400px; margin-left: auto; margin-right: auto; }
.ll-btn-p { background: #9ecfcc; color: #2e3d25 !important; border: none; padding: 0.8rem 2rem; border-radius: 8px; font-size: 0.9rem; font-weight: 700; cursor: pointer; font-family: "Nunito", sans-serif; margin: 0 0.4rem 0.6rem; display: inline-block; text-decoration: none; }
.ll-btn-s { background: transparent; color: #9ecfcc !important; border: 1.5px solid #9ecfcc; padding: 0.8rem 2rem; border-radius: 8px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: "Nunito", sans-serif; margin: 0 0.4rem 0.6rem; display: inline-block; text-decoration: none; }
.ll-assist { background: #3a482c; padding: 3.5rem 2rem; text-align: center; border-top: 1px solid rgba(158,207,204,0.1); }
.ll-assist-inner { max-width: 560px; margin: 0 auto; }
.ll-assist h2 { font-family: "Playfair Display", serif; font-size: 1.6rem; color: #f0e8d8; margin: 0 0 0.6rem; font-weight: 700; }
.ll-assist p { font-size: 0.9rem; color: #a8b898; line-height: 1.8; margin-bottom: 1.75rem; }
.ll-btn-assist { background: #c8bfa8; color: #2e3d25 !important; border: none; padding: 0.85rem 2.25rem; border-radius: 8px; font-size: 0.95rem; font-weight: 700; cursor: pointer; font-family: "Nunito", sans-serif; display: inline-block; text-decoration: none; }
.ll-footer { padding: 1.25rem 2rem; text-align: center; font-size: 0.75rem; color: rgba(168,184,152,0.7); border-top: 1px solid rgba(158,207,204,0.1); }
.ll-admin-fieldset { border: 1px solid #ccd0d4; padding: 12px; margin: 12px 0; background: #fff; }
.ll-admin-fieldset legend { font-weight: 600; }
@media (max-width: 520px) { .ll-cards { grid-template-columns: 1fr; } .ll-nav { padding: .75rem 1rem; } .ll-nav-logo { height: 42px; } }

/* Add-to-calendar popup */
.ll-event-date-badge {
  font-family: "Nunito", sans-serif;
}
.ll-calendar-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.ll-calendar-modal.ll-open {
  display: flex;
}
.ll-calendar-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 13, 0.72);
}
.ll-calendar-box {
  position: relative;
  width: min(92vw, 390px);
  background: #3a482c;
  border: 1px solid rgba(158,207,204,0.35);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.ll-calendar-box h3 {
  font-family: "Playfair Display", serif;
  color: #f0e8d8;
  font-size: 1.45rem;
  margin: 0 0 0.4rem;
}
.ll-calendar-box p {
  color: #a8b898;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.ll-calendar-option {
  display: block;
  width: 100%;
  background: rgba(158,207,204,0.13);
  border: 1px solid rgba(158,207,204,0.32);
  color: #f0e8d8;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin-top: 0.65rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
}
.ll-calendar-option:hover {
  background: rgba(158,207,204,0.25);
  color: #f0e8d8;
}
.ll-calendar-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(240,232,216,0.08);
  color: #f0e8d8;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
