/* ==========================================================================
   LOCWins — Coming Soon Page
   ========================================================================== */

:root {
  --color-bg:        oklch(98% 0.01 90);
  --color-text:       oklch(20% 0.02 260);
  --color-text-mid:   oklch(35% 0.02 260);
  --color-text-soft:  oklch(45% 0.02 260);
  --color-red:         oklch(60% 0.19 25);
  --color-red-dark:    oklch(45% 0.17 25);
  --color-red-soft:    oklch(65% 0.19 25);
  --color-red-tint:    oklch(97% 0.03 25);
  --color-green:       oklch(65% 0.14 165);
  --color-green-tint:  oklch(96% 0.03 165);
  --color-yellow:      oklch(80% 0.15 90);
  --color-yellow-tint: oklch(97% 0.04 90);
  --color-purple:      oklch(55% 0.15 270);
  --color-navy:        oklch(33% 0.10 253);
  --color-navy-dark:   oklch(24% 0.09 253);
  --color-navy-soft:   oklch(42% 0.11 253);
  --color-navy-tint:   oklch(95% 0.02 253);
  --color-navy-border: oklch(88% 0.03 253);
  --color-alert-bg:    oklch(93% 0.045 25);
  --color-donate-tint: oklch(97% 0.02 260);
  --color-donate-border: oklch(90% 0.01 260);
  --color-footer-bg:   oklch(20% 0.05 253);
  --color-footer-text: oklch(85% 0.01 260);
  --color-footer-muted: oklch(70% 0.01 260);
  --color-footer-rule: oklch(35% 0.05 253);
  --color-footer-copy: oklch(55% 0.01 260);
  --color-link-warm:   oklch(75% 0.08 253);
  --color-nav-border:  oklch(88% 0.03 253);

  --font-display: 'Fredoka', sans-serif;
  --font-body: 'Work Sans', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--color-bg);
  font-family: var(--font-body);
  color: var(--color-text);
  overflow-x: hidden;
}

a {
  color: var(--color-navy-dark);
  text-decoration: none;
}
a:hover { color: var(--color-navy-dark); filter: brightness(0.9); }

img { max-width: 100%; display: block; }

.container { max-width: 1280px; margin: 0 auto; }

/* ---------- keyframes ---------- */
@keyframes floaty {
  0%   { transform: translateY(0px) rotate(0deg); }
  50%  { transform: translateY(-14px) rotate(8deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes floaty2 {
  0%   { transform: translateY(0px) rotate(0deg); }
  50%  { transform: translateY(12px) rotate(-10deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background: oklch(98% 0.01 90 / 0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--color-nav-border);
}
.nav__logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.5px;
  color: var(--color-text);
}
.nav__logo span { color: var(--color-red-soft); }
.nav__links {
  display: flex;
  gap: 28px;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}
.nav__links a { color: var(--color-text); }
.nav__cta {
  background: var(--color-navy);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 999px;
  transition: background 0.15s ease;
}
.nav__cta:hover { background: var(--color-navy-dark); }

/* ---------- buttons ---------- */
.btn-primary {
  display: inline-block;
  background: var(--color-navy);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 999px;
  box-shadow: 0 8px 20px oklch(33% 0.10 253 / 0.3);
  transition: background 0.15s ease;
}
.btn-primary:hover { background: var(--color-navy-dark); }
.btn-text-underline {
  color: var(--color-text) !important;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid var(--color-text);
}
.btn-pill-white {
  display: inline-block;
  background: #fff;
  color: var(--color-navy) !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 80px 6vw 100px;
  overflow: hidden;
}
.hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.hero__copy {
  text-align: left;
  flex: 1 1 480px;
  min-width: 320px;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.hero__eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-navy);
  display: inline-block;
}
.hero__eyebrow-text {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: var(--color-text-soft);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -1.5px;
}
.hero__subhead {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--color-red-soft);
  margin: 20px 0 18px;
}
.hero__lead {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-mid);
  max-width: 480px;
  margin: 0 0 8px;
  line-height: 1.5;
}
.hero__body {
  font-size: 16px;
  color: var(--color-text-soft);
  max-width: 460px;
  margin: 0 0 32px;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero__visual {
  position: relative;
  height: 420px;
  flex: 1 1 460px;
  min-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__visual-inner {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 380px;
}
.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 40px oklch(20% 0.02 260 / 0.2);
}
.hero__badge {
  position: absolute;
  top: -20px;
  right: -6%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--color-navy-soft);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(8deg);
  box-shadow: 0 16px 36px oklch(20% 0.02 260 / 0.2);
  z-index: 2;
}
.hero__badge-label { font-size: 12px; letter-spacing: 1.5px; opacity: 0.9; }
.hero__badge-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
}
.hero__badge-sub { font-size: 10px; letter-spacing: 1px; opacity: 0.9; }
.hero__ribbon {
  position: absolute;
  bottom: -16px;
  left: 6%;
  background: var(--color-navy);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 999px;
  transform: rotate(-4deg);
  z-index: 2;
}

/* ---------- section heading ---------- */
.section-eyebrow {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.section-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 42px);
  margin: 0;
}

/* ---------- raffle CTA ---------- */
.raffle {
  padding: 80px 6vw 90px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.raffle__shape-1 {
  position: absolute;
  top: 40px;
  left: 6%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-yellow);
  animation: floaty 6s ease-in-out infinite;
}
.raffle__shape-2 {
  position: absolute;
  bottom: 30px;
  right: 8%;
  width: 26px;
  height: 26px;
  background: var(--color-navy-soft);
  transform: rotate(15deg);
  animation: floaty2 5s ease-in-out infinite;
}
.raffle__card {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--color-navy-tint);
  border: 1px solid var(--color-navy-border);
  border-radius: 28px;
  padding: 48px 6vw;
}
.raffle__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.raffle__copy { text-align: left; }
.raffle__badge {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--color-navy-border);
  color: var(--color-navy);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.raffle__copy h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 38px);
  margin: 0 0 14px;
  color: var(--color-text);
  line-height: 1.15;
}
.raffle__copy p {
  font-size: 16px;
  color: var(--color-text-mid);
  max-width: 460px;
  margin: 0 0 28px;
  line-height: 1.6;
}
.btn-navy {
  display: inline-block;
  background: var(--color-red);
  color: #fff !important;
  font-weight: 700;
  font-size: 19px;
  padding: 20px 42px;
  border-radius: 999px;
  box-shadow: 0 8px 20px oklch(60% 0.19 25 / 0.3);
  transition: background 0.15s ease;
}
.btn-navy:hover { background: var(--color-red-dark); }

.raffle__prizes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prize-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--color-navy-border);
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-text);
  box-shadow: 0 4px 10px oklch(20% 0.02 260 / 0.05);
}
.prize-chip__icon {
  font-size: 22px;
  flex-shrink: 0;
}
.prize-chip--more {
  background: transparent;
  border: 1px dashed var(--color-navy-border);
  color: var(--color-navy);
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  justify-content: center;
  text-align: center;
}

@media (max-width: 780px) {
  .raffle__card { padding: 40px 24px; }
  .raffle__grid { grid-template-columns: 1fr; gap: 32px; }
  .raffle__copy, .raffle__copy p { text-align: center; margin-left: auto; margin-right: auto; }
  .raffle__badge { display: block; width: max-content; margin-left: auto; margin-right: auto; }
}

/* ---------- how it works ---------- */
.how-it-works {
  padding: 90px 6vw;
  background: #fff;
}
.how-it-works__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.how-it-works__head .section-eyebrow { color: var(--color-navy); }
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.card {
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
}
.card--navy   { background: var(--color-navy-tint); }
.card--green  { background: var(--color-navy-tint); }
.card--yellow { background: var(--color-yellow-tint); }
.card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.card--navy .card__icon    { background: var(--color-navy); }
.card--green .card__icon  { background: var(--color-navy-soft); }
.card--yellow .card__icon { background: var(--color-yellow); }
.card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  margin: 0 0 10px;
}
.card p {
  color: oklch(40% 0.02 260);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- mission ---------- */
.mission {
  padding: 90px 6vw;
  background: var(--color-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mission__shape-1 {
  position: absolute;
  top: 30px;
  right: 10%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: oklch(80% 0.15 90 / 0.5);
  animation: floaty 6s ease-in-out infinite;
}
.mission__shape-2 {
  position: absolute;
  bottom: 20px;
  left: 6%;
  width: 30px;
  height: 30px;
  background: oklch(33% 0.10 253 / 0.55);
  transform: rotate(15deg);
  animation: floaty2 5s ease-in-out infinite;
}
.mission__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mission .section-eyebrow { opacity: 0.85; }
.mission h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 20px;
  line-height: 1.2;
}
.mission p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
  margin: 0 0 28px;
}

/* ---------- alerts ---------- */
.alerts {
  padding: 90px 6vw;
  background: #fff;
  color: var(--color-text);
  position: relative;
  overflow: hidden;
}
.alerts__shape-1 {
  position: absolute;
  top: 24px;
  right: 8%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-navy-soft);
  animation: floaty 6s ease-in-out infinite;
}
.alerts__shape-2 {
  position: absolute;
  bottom: 30px;
  left: 6%;
  width: 24px;
  height: 24px;
  background: var(--color-yellow);
  transform: rotate(15deg);
  animation: floaty2 5s ease-in-out infinite;
}
.alerts__inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
}
.alerts__head { text-align: center; }
.alerts__head .section-eyebrow { color: var(--color-navy); }
.alerts__head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 38px);
  margin: 0 0 16px;
  color: var(--color-text);
}
.alerts__head > p {
  color: var(--color-text-mid);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.bonus-box {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  padding: 18px 26px;
  max-width: 480px;
  margin: 0 auto 36px;
}
.bonus-box__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--color-navy);
  margin-bottom: 4px;
}
.bonus-box p {
  font-size: 15px;
  color: var(--color-text-mid);
  margin: 0;
  line-height: 1.5;
}
.embed-frame {
  border-radius: 20px;
  padding: 12px;
  background: #fff;
}
.embed-frame--donate {
  background: var(--color-donate-tint);
  border: 1px solid var(--color-donate-border);
}
.zeffy-frame-wrap {
  position: relative;
  width: 100%;
  height: 500px;
}
.zeffy-frame-wrap .zeffy-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fine-print {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 12px;
  color: var(--color-text-soft);
  max-width: 560px;
  margin: 0 auto;
}

/* ---------- donate a prize ---------- */
.donate-band {
  width: 100%;
  padding: 70px 6vw;
  background: var(--color-navy-tint);
  border-top: 1px solid var(--color-navy-border);
  border-bottom: 1px solid var(--color-navy-border);
}
.donate {
  padding: 70px 6vw 110px;
  background: #fff;
}
.donate__inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.donate__head { text-align: center; max-width: 640px; margin: 0 auto; }
.donate__head .section-eyebrow { color: var(--color-navy); }
.donate__head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 38px);
  margin: 0 0 16px;
}
.donate__head p {
  color: var(--color-text-soft);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---------- footer ---------- */
.footer {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: 56px 6vw 32px;
}
.footer__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-footer-rule);
}
.footer__logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.footer__logo span { color: var(--color-red-soft); }
.footer__col p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--color-footer-muted);
}
.footer__col-title {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}
.footer__col p.line {
  line-height: 1.7;
  margin: 0 0 4px;
}
.footer__col a { color: var(--color-link-warm); }
.footer__copy {
  text-align: center;
  font-size: 13px;
  color: var(--color-footer-copy);
  margin: 24px 0 0;
}

/* ---------- responsive ---------- */
@media (max-width: 640px) {
  .nav {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 14px 6vw 16px;
  }
  .nav__links { gap: 14px; font-size: 14px; justify-content: center; flex-wrap: wrap; width: 100%; }
  .hero { padding: 56px 6vw 72px; }
  .hero__visual { height: 340px; }
}