/* =========================
   FOUNDING 100 PAGE
========================= */

:root {
  --founding-green: #4ad13c;
  --founding-green-soft: rgba(74, 209, 60, 0.82);
  --progress-track: #2d2d2d;
}

/* HERO */
.founding-hero {
  min-height: 100vh;
  background-image: url("images/bg-12.jpg");
}

.founding-hero-overlay {
  background: rgba(0, 0, 0, 0.50);
}

.founding-hero-content {
  width: min(96%, 1200px);
  padding-top: 50px;
  padding-bottom: 50px;
}

.founding-100-logo {
  width: clamp(82px, 8vw, 120px);
  margin-bottom: 18px;
}

.founding-shirt-preview {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.founding-shirt-preview img {
  width: min(1100px, 96vw);
  height: auto;
}

.founding-hero-copy {
  max-width: 720px;
  margin-bottom: 16px;
}

.founding-hero-scroll {
  margin-bottom: 8px;
}

/* MAIN CAMPAIGN */
.founding-section {
  background: #000;
  padding: clamp(58px, 7vw, 90px) 0 110px;
}

.founding-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  text-align: center;
}

.founding-header {
  width: min(760px, 100%);
  margin: 0 auto;
}

.founding-title {
  margin-bottom: 28px;
}

.founding-kicker {
  margin-bottom: 24px;
}

.founding-copy {
  margin-bottom: 28px;
}

.founding-support-button {
  min-width: 190px;
  margin-top: 0;
  border-color: var(--founding-green);
  box-shadow: 0 0 0 1px rgba(74, 209, 60, 0.12);
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.founding-support-button:hover {
  background: var(--founding-green);
  color: #000;
}

/* PROGRESS */
.funding-progress {
  width: min(760px, 100%);
  margin: 46px auto 0;
}

.funding-raised {
  margin-bottom: 24px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  font-weight: 800;
}

.funding-raised #raised-amount {
  color: var(--founding-green);
}

.progress-row {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 12px;
}

.progress-percent {
  font-size: 14px;
  font-weight: 700;
}

.progress-percent-left {
  color: var(--founding-green);
  text-align: right;
}

.progress-percent-right {
  text-align: left;
}

.progress-track {
  height: 14px;
  background: var(--progress-track);
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--founding-green);
  border-radius: inherit;
  transition: width 0.35s ease;
}

.progress-caption {
  margin-top: 22px;
  font-size: 12px;
  color: rgba(255,255,255,.86);
}

.milestone-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 28px auto 0;
}

.milestone-track::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: rgba(255,255,255,.45);
}

.milestone {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #fff;
}

.milestone-count,
.milestone-amount {
  font-size: 15px;
  font-weight: 700;
}

.milestone-count {
  transform: translateY(-5px);
}

.milestone-amount {
  transform: translateY(5px);
}

.milestone-dot {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
  font-size: 9px;
  line-height: 1;
}

.milestone.active .milestone-count,
.milestone.active .milestone-amount {
  color: var(--founding-green);
}

.milestone.active .milestone-dot {
  color: #000;
  border-color: var(--founding-green);
  background: var(--founding-green);
}

/* SUPPORTER GRID */
.supporters {
  margin-top: 150px;
}

.supporter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 150px 25px;
  align-items: start;
}

.supporter-slot {
    min-width: 0;
    position: relative;
}

.supporter-number {
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    color: #fff;
    z-index: 10;
}

.supporter-card {
  position: relative;
  min-height: 182px;
padding: 78px 18px 18px;
  border-radius: 25px;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.supporter-avatar,
.supporter-lock-circle {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 10px solid #fff;
}

.supporter-avatar {
  object-fit: cover;
}

.supporter-lock-circle {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.supporter-name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supporter-instagram {
  width: 50px;
  height: 50px;
  margin-top: 13px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.instagram-icon,
.lock-icon {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.lock-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.supporter-instagram-disabled {
  pointer-events: none;
}


/* HERO BENEFIT PREVIEW — header only */
.founding-hero-content {
  width: min(96%, 1320px);
}

.founding-hero-title {
  margin: 6px 0 28px;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.1;
  font-weight: 800;
}

.founding-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin: 26px auto 30px;
}

.founding-benefit {
  min-width: 0;
  text-align: center;
}

.founding-benefit-visual {
  height: clamp(190px, 20vw, 285px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.founding-perk-image {
  width: 320px;
  height: 288px;
  max-width: none;
  object-fit: contain;
  display: block;
}

.founding-benefit-number {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.founding-benefit h2 {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.7vw, 26px);
}

.founding-benefit p {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1.35;
}

.founding-hero-scroll { margin: 8px 0 6px; }

@media (max-width: 800px) {
  .founding-hero { min-height: auto; }
  .founding-benefits { grid-template-columns: 1fr; gap: 42px; }
  .founding-benefit-visual { height: auto; min-height: 210px; }
  .founding-perk-image { max-width: 100%; height: auto; }
  .founding-benefit p br { display: initial; }
}

/* TABLET */
@media (max-width: 980px) {
  .founding-hero {
    min-height: 92vh;
  }

  .supporter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px 24px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .founding-hero {
    min-height: 90vh;
  }

  .founding-hero-content {
    width: 94%;
    padding: 42px 16px;
  }

  .founding-100-logo {
    width: 84px;
    margin-bottom: 10px;
  }

  .founding-shirt-preview img {
    width: min(96vw, 520px);
  }

  .founding-hero-copy br,
  .founding-copy br {
    display: none;
  }

  .funding-progress {
    margin-top: 38px;
  }

  .progress-row {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
  }

  .progress-track {
    height: 12px;
  }

  .progress-percent {
    font-size: 12px;
  }

  .milestone-count,
  .milestone-amount {
    font-size: 10px;
  }

  .milestone-track::before {
    top: 28px;
  }

  .supporters {
    margin-top: 70px;
  }

  .supporter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 62px 18px;
  }

  .supporter-card {
    min-height: 154px;
    padding: 58px 12px 15px;
    border-radius: 18px;
  }

  .supporter-avatar,
  .supporter-lock-circle {
    width: 90px;
    height: 90px;
    top: -36px;
    border-width: 7px;
  }

.supporter-number {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    top: -35px;
}

  .supporter-name {
    font-size: 16px;
  }

  .supporter-instagram {
    width: 30px;
    height: 30px;
  }

  .lock-icon {
  width: 68%;
  height: 68%;
  object-fit: contain;
  display: block;
}
}

@media (max-width: 380px) {
  .supporter-grid {
    grid-template-columns: 1fr;
    width: min(240px, 92%);
    margin: 0 auto;
  }
}
