/* ============================================================
   Links Lucky Lotto — Gift Shop Theme v3
   Pink #FF2D78 · Purple #7B35C1 · Gold #FFB800 · Blush #FFF0F5
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
  --pink:        #FF2D78;
  --pink-dark:   #d91e60;
  --pink-light:  #ffe0ec;
  --purple:      #7B35C1;
  --purple-dark: #5e2496;
  --purple-light:#ede0f8;
  --gold:        #FFB800;
  --gold-dark:   #cc9200;
  --gold-light:  #fff3cc;
  --blush:       #FFF0F5;
  --white:       #ffffff;
  --charcoal:    #2D2D2D;
  --muted:       #717171;
  --border:      #f0d0e0;
  --radius:      16px;
  --radius-xl:   28px;
  --radius-pill: 50px;
  --shadow-sm:   0 2px 12px rgba(123,53,193,0.08);
  --shadow:      0 6px 24px rgba(255,45,120,0.12);
  --shadow-lg:   0 14px 40px rgba(123,53,193,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  background: var(--blush);
  color: var(--charcoal);
  line-height: 1.65;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ── NAVBAR ─────────────────────────────── */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(255,45,120,0.10);
  padding: 8px 0;
}
.nav-logo img { height: 50px; transition: transform .2s; }
.nav-logo img:hover { transform: scale(1.05); }

.nav-link {
  color: var(--charcoal) !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 6px 14px !important;
  border-radius: var(--radius-pill);
  transition: background .2s, color .2s;
}
.nav-link:hover, .nav-link.active {
  background: var(--pink-light) !important;
  color: var(--pink-dark) !important;
}
.nav-cta {
  background: linear-gradient(135deg, var(--pink), var(--purple)) !important;
  color: var(--white) !important;
  font-weight: 800 !important;
  border-radius: var(--radius-pill) !important;
  padding: 8px 22px !important;
}
.nav-cta:hover { opacity: .9; transform: translateY(-1px); }

.navbar-toggler { border: 2px solid var(--pink); border-radius: 10px; padding: 5px 8px; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FF2D78' stroke-width='2.5' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-menu { border: none; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 10px; }
.dropdown-item { font-weight: 700; color: var(--charcoal); border-radius: 10px; padding: 9px 16px; font-size: .9rem; }
.dropdown-item:hover { background: var(--pink-light); color: var(--pink-dark); }

/* ── BUTTONS ─────────────────────────────── */
.btn-pink {
  background: linear-gradient(135deg, var(--pink), #e8006a);
  color: var(--white); font-weight: 800; border: none;
  border-radius: var(--radius-pill); padding: 13px 32px;
  display: inline-block; transition: transform .2s, box-shadow .2s;
}
.btn-pink:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,45,120,.4); color: var(--white); }

.btn-purple {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: var(--white); font-weight: 800; border: none;
  border-radius: var(--radius-pill); padding: 13px 32px;
  display: inline-block; transition: transform .2s, box-shadow .2s;
}
.btn-purple:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(123,53,193,.4); color: var(--white); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #e09800);
  color: #5a3a00; font-weight: 800; border: none;
  border-radius: var(--radius-pill); padding: 13px 32px;
  display: inline-block; transition: transform .2s, box-shadow .2s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,184,0,.4); color: #5a3a00; }

.btn-white {
  background: var(--white); color: var(--pink-dark); font-weight: 800; border: none;
  border-radius: var(--radius-pill); padding: 13px 32px;
  display: inline-block; transition: all .2s;
}
.btn-white:hover { background: var(--pink-light); color: var(--pink-dark); transform: translateY(-2px); }

.btn-outline-pink {
  background: transparent; color: var(--pink); font-weight: 800;
  border: 2.5px solid var(--pink); border-radius: var(--radius-pill); padding: 11px 28px;
  display: inline-block; transition: all .2s;
}
.btn-outline-pink:hover { background: var(--pink); color: var(--white); transform: translateY(-2px); }

/* ── SECTION UTILITIES ───────────────────── */
.section-tag {
  display: inline-block;
  background: var(--pink-light); color: var(--pink-dark);
  font-weight: 800; font-size: .75rem; padding: 5px 16px;
  border-radius: var(--radius-pill); letter-spacing: .5px;
  text-transform: uppercase; margin-bottom: 10px;
}
.section-tag.purple { background: var(--purple-light); color: var(--purple-dark); }
.section-tag.gold   { background: var(--gold-light);   color: var(--gold-dark); }

.section-title {
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-weight: 900; color: var(--charcoal); line-height: 1.15;
}
.section-subtitle { color: var(--muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto 2.5rem; }

/* ── HERO ────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, var(--pink) 0%, #c01a60 40%, var(--purple) 100%);
  position: relative; overflow: hidden; padding: 70px 0 0;
}
.hero-section::before {
  content: ''; position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,184,0,.2) 0%, transparent 70%);
  top: -120px; right: -80px; pointer-events: none;
}
.hero-section::after {
  content: ''; position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 70%);
  bottom: 60px; left: -60px; pointer-events: none;
}
.hero-float span {
  position: absolute; border-radius: 50%; opacity: .3;
  animation: floatDot 4s ease-in-out infinite;
}
@keyframes floatDot { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.18); color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: var(--radius-pill); padding: 7px 18px;
  font-size: .85rem; font-weight: 700; margin-bottom: 16px;
  backdrop-filter: blur(4px);
}

/* ── TICKER ──────────────────────────────── */
.ticker-bar {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--pink));
  background-size: 200%;
  color: var(--white); font-weight: 700; font-size: .9rem;
  padding: 10px 0; overflow: hidden; white-space: nowrap;
  animation: gradientShift 6s linear infinite;
}
@keyframes gradientShift { 0%{background-position:0%} 100%{background-position:200%} }
.ticker-inner { display: inline-flex; animation: ticker 30s linear infinite; }
.ticker-inner span { padding: 0 24px; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── CATEGORY CARDS ──────────────────────── */
.cat-card {
  background: var(--white); border: 2px solid transparent;
  border-radius: var(--radius-xl); padding: 22px 14px;
  text-align: center; cursor: pointer; display: block;
  transition: all .25s; box-shadow: var(--shadow-sm);
}
.cat-card:hover {
  border-color: var(--pink); transform: translateY(-6px);
  box-shadow: var(--shadow); background: var(--pink-light);
}
.cat-icon {
  width: 68px; height: 68px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 12px; transition: transform .25s;
}
.cat-card:hover .cat-icon { transform: scale(1.15) rotate(-8deg); }
.cat-label { font-weight: 800; font-size: .85rem; color: var(--charcoal); line-height: 1.2; }

/* ── PRODUCT PHOTO CARDS ─────────────────── */
.product-card {
  border-radius: var(--radius); overflow: hidden; position: relative;
  box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s;
  display: block;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.product-photo {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  display: block;
}
.product-photo-wrap {
  position: relative; overflow: hidden; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.product-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.product-card:hover .product-photo-wrap img { transform: scale(1.08); }

.product-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(123,53,193,.85) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
}
.product-overlay h5 { color: var(--white); font-weight: 900; margin-bottom: 4px; }
.product-overlay p  { color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 600; margin: 0; }

.product-cta {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: var(--white); color: var(--pink-dark); font-weight: 800; font-size: .82rem;
  padding: 8px 22px; border-radius: var(--radius-pill);
  opacity: 0; transition: opacity .25s, transform .25s; white-space: nowrap;
}
.product-card:hover .product-cta { opacity: 1; transform: translateX(-50%) translateY(-4px); }

/* Sale badge */
.sale-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: linear-gradient(135deg, var(--gold), #e09800);
  color: #5a3a00; font-weight: 900; font-size: .75rem;
  padding: 4px 12px; border-radius: var(--radius-pill);
}
.new-badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  color: var(--white); font-weight: 800; font-size: .72rem;
  padding: 4px 12px; border-radius: var(--radius-pill);
}

/* Emoji fallback cards (for service categories) */
.emoji-card {
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/3; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 24px; position: relative; transition: transform .3s, box-shadow .3s;
  box-shadow: var(--shadow-sm);
}
.emoji-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.emoji-card .emoji { font-size: 3.2rem; margin-bottom: 10px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.15)); }
.emoji-card h5 { color: var(--white); font-weight: 900; margin-bottom: 4px; text-shadow: 0 2px 6px rgba(0,0,0,.2); }
.emoji-card p { color: rgba(255,255,255,.85); font-size: .85rem; font-weight: 600; margin: 0; }

/* ── FEATURE / VALUE CARDS ───────────────── */
.value-card {
  background: var(--white); border-radius: var(--radius);
  padding: 28px 22px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; height: 100%;
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.value-icon {
  width: 70px; height: 70px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 16px;
}

/* ── DEALS / OFFER CARDS ─────────────────── */
.deal-card {
  border-radius: var(--radius); padding: 28px; color: var(--white);
  position: relative; overflow: hidden; box-shadow: var(--shadow);
  transition: transform .25s; height: 100%;
}
.deal-card:hover { transform: translateY(-4px); }
.deal-badge {
  display: inline-block; background: rgba(255,255,255,.22);
  color: var(--white); font-weight: 800; font-size: .78rem;
  padding: 4px 14px; border-radius: var(--radius-pill); margin-bottom: 12px;
}
.deal-card .big-icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 5.5rem; opacity: .12; }

/* ── SALE BANNER ─────────────────────────── */
.sale-banner {
  background: linear-gradient(135deg, var(--purple) 0%, #3a1a70 50%, var(--pink) 100%);
  border-radius: var(--radius-xl); padding: 50px 40px;
  position: relative; overflow: hidden; color: var(--white);
}
.sale-banner::before { content: '🎁'; position: absolute; font-size: 9rem; right: 30px; top: 50%; transform: translateY(-50%); opacity: .1; }
.sale-number {
  font-size: 3.5rem; font-weight: 900; color: var(--gold); line-height: 1;
  text-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/* ── TESTIMONIAL ─────────────────────────── */
.testi-card {
  background: var(--white); border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); position: relative; height: 100%;
  transition: transform .25s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testi-card::before {
  content: '"'; font-size: 5.5rem; color: var(--pink-light);
  font-family: Georgia, serif; line-height: .8;
  position: absolute; top: 10px; left: 18px;
}
.testi-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 8px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-light), var(--purple-light));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem; color: var(--purple-dark);
}

/* ── NEWSLETTER ──────────────────────────── */
.newsletter-section { background: linear-gradient(135deg, var(--pink), var(--purple)); position: relative; overflow: hidden; }
.newsletter-section::before { content: '✉️'; position: absolute; font-size: 9rem; right: 5%; top: 50%; transform: translateY(-50%); opacity: .08; pointer-events: none; }

/* ── PAGE HERO (inner pages) ─────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--pink), var(--purple));
  color: var(--white); padding: 60px 0 0; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,184,0,.15) 0%, transparent 70%);
  top: -80px; right: -60px;
}
.page-hero h1 { color: var(--white); font-weight: 900; }
.page-hero p  { color: rgba(255,255,255,.75); }

/* ── GALLERY ─────────────────────────────── */
.gallery-grid { columns: 3; column-gap: 14px; }
.gallery-item { break-inside: avoid; margin-bottom: 14px; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; display: block; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
@media(max-width:768px){ .gallery-grid{columns:2} }
@media(max-width:480px){ .gallery-grid{columns:1} }
#lightbox { display:none; position:fixed; inset:0; background:rgba(0,0,0,.92); z-index:9999; align-items:center; justify-content:center; }
#lightbox.active { display:flex; }
#lightbox img { max-width:90vw; max-height:90vh; border-radius:var(--radius); }
#lightbox-close { position:absolute; top:20px; right:28px; color:#fff; font-size:2.5rem; cursor:pointer; line-height:1; }

/* ── FORM ────────────────────────────────── */
.ll-form .form-control, .ll-form .form-select {
  border-radius: var(--radius); border: 2px solid #f0d0e0;
  padding: 13px 18px; font-weight: 600; font-family: 'Nunito',sans-serif;
  transition: border-color .2s, box-shadow .2s; background: var(--white);
}
.ll-form .form-control:focus, .ll-form .form-select:focus {
  border-color: var(--pink); box-shadow: 0 0 0 4px rgba(255,45,120,.12); outline: none;
}

/* ── FOOTER ──────────────────────────────── */
.site-footer { background: linear-gradient(180deg, #3a1a70, #2a0e55); color: rgba(255,255,255,.78); }
.site-footer h5 { color: var(--gold); font-weight: 800; margin-bottom: 1rem; font-size: 1rem; }
.site-footer a  { color: rgba(255,255,255,.65); transition: color .2s; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; font-size: .84rem; color: rgba(255,255,255,.4); }

/* ── HOURS ───────────────────────────────── */
.hours-table { width: 100%; }
.hours-table td { padding: 5px 10px; }
.hours-table .day { font-weight: 800; color: var(--charcoal); }
.hours-open { color: var(--pink-dark); font-weight: 700; }
.site-footer .hours-table .day { color: rgba(255,255,255,.8); }
.site-footer .hours-open { color: var(--gold); }

/* ── ANIMATIONS ──────────────────────────── */
@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.fade-up  { animation: fadeUp .65s ease both; }
.delay-1  { animation-delay: .1s; }
.delay-2  { animation-delay: .2s; }
.delay-3  { animation-delay: .3s; }
.delay-4  { animation-delay: .4s; }
.scroll-fade { opacity:0; transform:translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.scroll-fade.visible { opacity:1; transform:translateY(0); }

/* ── GRADIENT BACKGROUNDS ────────────────── */
.grad-pink-purple { background: linear-gradient(135deg, var(--pink), var(--purple)); }
.grad-purple-dark { background: linear-gradient(135deg, var(--purple), #3a1a70); }
.grad-gold-pink   { background: linear-gradient(135deg, var(--gold), var(--pink)); }
.grad-teal        { background: linear-gradient(135deg, #0f9e8a, #0d7a6a); }
.grad-blue        { background: linear-gradient(135deg, #1a6ea8, #3a9ad9); }
.grad-green       { background: linear-gradient(135deg, #2d7d46, #44b86a); }

/* ── RESPONSIVE ──────────────────────────── */
@media(max-width:991px){
  .navbar-collapse { background: var(--white); border-radius: 0 0 var(--radius) var(--radius); padding: 12px; margin-top: 8px; box-shadow: var(--shadow); }
}
@media(max-width:768px){
  .section-title { font-size: 1.6rem; }
  .sale-banner { padding: 36px 24px; }
  .sale-number { font-size: 2.5rem; }
}
