/**
* Core
**/
:root {
  --bubblepink: #F76FB4;
  --candypurple: #8E6CEB;
  --lemonyellow: #FFD85A;
  --mintgreen: #4CD964;
  --skyblue: #4DB8FF;
  --orangepop: #FF8A3D;
  --dark: #2B2B2B;
  --cream: #FFF7ED;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(43, 43, 43, 0.18);
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  font-family: 'Helvetica', Arial, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 216, 90, 0.22), transparent 24rem),
    radial-gradient(circle at 80% 20%, rgba(77, 216, 100, 0.18), transparent 22rem),
    linear-gradient(135deg, var(--bubblepink), var(--candypurple));
  background-attachment: fixed;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  z-index: -1;
}

body::before {
  background: #FFD85A;
  top: -100px;
  left: -100px;
}

body::after {
  background: #4CD964;
  bottom: -100px;
  right: -100px;
}

main {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

a {
  color: #168FE0;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  color: #0f6eb0;
  text-decoration: underline;
}

/**
* Logo / Hero
**/
.logo_main {
  width: min(92%, 520px);
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 20px rgba(43, 43, 43, 0.18));
}

.cc-hero {
  margin-bottom: 1.5rem;
}

.cc-hero-kicker {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 1rem;
  color: var(--dark);
  background: var(--lemonyellow);
  border: 2px solid rgba(43, 43, 43, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(43, 43, 43, 0.12);
}

/**
* Cards
**/
.cc-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem auto 1rem;
  max-width: 1040px;
}

.cc-card {
  position: relative;
  height: 100%;
  padding: 1.35rem;
  background: rgba(255, 247, 237, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
}

.cc-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
}

.cc-card p {
  margin-bottom: 0.85rem;
}

.cc-card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(43, 43, 43, 0.12);
}

.cc-big-time {
  display: inline-block;
  margin-top: 0.15rem;
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: 1.35rem;
}

.cc-pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: 0.9rem;
  background: rgba(255, 216, 90, 0.38);
  border: 1px solid rgba(255, 216, 90, 0.9);
  border-radius: 999px;
}

.cc-signup-form {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.cc-small-copy {
  font-size: 0.92rem;
}

/**
* Social
**/
.cc-social-strip {
  max-width: 1040px;
  margin: 1rem auto 3rem;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  color: var(--dark);
  background: rgba(255, 216, 90, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.cc-social-strip > span {
  font-size: 1.2rem;
}

.cc-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.cc-social-links a {
  color: var(--dark);
  font-size: 1.05rem;
}

.cc-social-links i {
  color: #168FE0;
}

.cc-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(43,43,43,.22);
}

/**
* Feature
**/
.cc-feature {
  max-width: 1040px;
  margin: 0 auto 1.25rem;
  padding: 1.35rem;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(43, 43, 43, 0.74), rgba(43, 43, 43, 0.38)),
    radial-gradient(circle at 80% 20%, rgba(255, 216, 90, 0.38), transparent 20rem);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
}

.cc-feature-content {
  max-width: 880px;
  margin: 0 auto;
}

.cc-eyebrow {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: var(--lemonyellow);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cc-feature h2 {
  margin-bottom: 0.85rem;
  color: var(--mintgreen);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1;
  text-shadow: 0 3px 0 rgba(43, 43, 43, 0.35);
}

.cc-feature p {
  max-width: 80ch;
  line-height: 1.65;
}

/**
* Gallery
**/
.cc-gallery {
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem auto 2rem;
}

.cc-gallery-item {
  overflow: hidden;
  background: var(--cream);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.cc-gallery-item img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.cc-gallery-item:hover img {
  transform: scale(1.035);
}

/**
* Modal
**/
.cc-modal {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.cc-news-list {
  display: grid;
  gap: 0.75rem;
}

.cc-news-list a {
  display: block;
  padding: 0.75rem 0.9rem;
  color: var(--dark);
  background: rgba(255, 216, 90, 0.28);
  border: 1px solid rgba(43, 43, 43, 0.08);
  border-radius: 0.75rem;
}

.cc-news-list a:hover {
  background: rgba(255, 216, 90, 0.48);
}

/**
* Navigation
**/
.navbar {
  font-family: 'Fredoka';
}

/**
* Font Classes
**/
.fred {
  font-family: 'Fredoka', Arial, sans-serif;
}

.hel {
  font-family: 'Helvetica', Arial, sans-serif;
}

.helb {
  font-family: 'Helvetica Bold', Arial, sans-serif;
}

/**
* Font Families
**/
@font-face {
  font-family: 'Fredoka';
  src: url('../font/fredoka.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../font/Helvetica-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
* Color Classes
**/
.bubblepin,
.bubblepink {
  color: var(--bubblepink);
}

.candypurple {
  color: var(--candypurple);
}

.lemonyellow {
  color: var(--lemonyellow);
}

.mintgreen {
  color: var(--mintgreen);
}

.skyblue {
  color: var(--skyblue);
}

.orangepop {
  color: var(--orangepop);
}

.dark {
  color: var(--dark);
}

.light {
  color: var(--cream);
}

.lemon-border {
  border: 3px solid var(--lemonyellow);
}

.mint-border {
  border: 3px solid var(--mintgreen);
}

.orange-border {
  border: 3px solid var(--orangepop);
}

.sky-border {
  border: 3px solid var(--skyblue);
}

/**
* Buttons
**/
.btn-lemon {
  background: var(--lemonyellow);
  border: 2px solid var(--lemonyellow);
  color: var(--dark);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  box-shadow: 0 8px 18px rgba(43, 43, 43, 0.15);
}

.btn-lemon:hover,
.btn-lemon:focus {
  background: #ffe680;
  border-color: var(--dark);
  color: var(--dark);
}

/**
* Footer
**/
#footer {
  width: 90%;
  max-width: 1040px;
  margin: 1rem auto 1.5rem;
  padding: 1rem;
  color: var(--cream);
  text-align: center;
}

#footer p {
  margin-bottom: 0;
}

#footer a {
  color: var(--cream);
  text-decoration: underline;
}

#footer a:hover {
  color: var(--cream);
  text-decoration: none;
}

/**
* Responsive
**/
@media (min-width: 768px) {
  main {
    padding-top: 2.5rem !important;
  }

  .cc-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cc-social-strip {
    flex-direction: row;
    padding-inline: 1.5rem;
  }

  .cc-feature {
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255,255,255,.22);
  }

  .cc-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .cc-gallery-item img {
    height: 220px;
  }
}