/* =========================================================
   fundraising.css  –  Fundraising page styles
   ========================================================= */

/* ── Wave 1 hero section ── */
.wave-combined-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/lrt_wave1.svg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 56vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── Wave 2 Milwaka "Why" section ── */
.wave-combined-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/lrt_wave1.svg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 56vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission-text-overlay {
    max-width: 800px;
    margin: -42vw auto 0 auto;
    z-index: 10;
    padding-top: 575px;
    padding-bottom: 0;
}

.mission-quote {
    font-family: 'Lora', serif;
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    color: var(--text-dark);
    margin: 0;
}

/* ── Bassline Therapy text section ── */
.wave-text-section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 5%;
    position: relative;
    z-index: 10;
}

.wave-text-section-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 500;
    color: #215a6b;
    margin-bottom: 24px;
    margin-top: -15vw;
}

.wave-text-section-content p {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #374151;
    max-width: 750px;
    text-align: left;
}

/* ── Polaroid photo gallery ── */
.photo-gallery {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 600px;
    margin: 0 auto;
}

.polaroid {
    background: white;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 250px;
    position: absolute;
    transition: transform 0.3s ease;
    z-index: 1;
}

.polaroid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-connection {
    top: 250px;
    left: 50px;
    transform: rotate(-10deg);
}

.card-workshops {
    top: 50px;
    left: 280px;
    transform: rotate(2deg);
    z-index: 5;
}

.card-somatic {
    top: 300px;
    left: 480px;
    transform: rotate(-5deg);
}

.card-nature {
    top: 80px;
    right: 50px;
    transform: rotate(8deg);
}

.polaroid:hover {
    z-index: 10;
    transform: scale(1.05) rotate(0deg);
}

/* ── Upcoming Fundraisers (wave 2 background) ── */
.day-journey-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    background-image: url('/static/images/wave2.svg');
    background-size: cover;
    background-position: center 50px;
    background-repeat: no-repeat;
    min-height: 800px;
    padding: 60px 0 100px 0;
    overflow: hidden;
}

.day-journey-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.journey-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(3rem, 5vw, 4.5rem);
    color: #215a6b;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 48px;
    text-align: center;
}

/* Event list rows */
.fundraiser-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.fundraiser-row {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.72);
    border: 1.5px solid #c8d8dd;
    border-radius: 14px;
    padding: 18px 28px;
    gap: 28px;
    font-family: 'Sora', sans-serif;
}

.fundraiser-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #215a6b;
    color: #ffffff;
    border-radius: 10px;
    min-width: 64px;
    padding: 8px 10px;
    line-height: 1.2;
    flex-shrink: 0;
}

.event-day {
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: capitalize;
}

.event-month-label {
    font-size: 1rem;
    font-weight: 600;
}

.event-time {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    color: #374151;
    min-width: 90px;
}

.event-name {
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
    color: #215a6b;
    font-weight: 500;
    flex: 1;
}


.merch-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merch-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 500;
    color: #1E5A6E;
    margin-bottom: 40px;
    align-self: flex-start;
}

.merch-carousel {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.carousel-btn {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #1E5A6E;
    cursor: pointer;
    padding: 8px 12px;
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.carousel-btn:hover {
    opacity: 1;
}

.merch-track {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
    overflow: hidden;
    color: #D9CCB4;
}

.merch-card {
    background-color: #1E5A6E;
    border-radius: 18px;
    overflow: hidden;
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.merch-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.merch-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 18px 12px;
    gap: 4px;
}

.merch-name {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #D9CCB4;
}

.merch-price {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: #cce0e8;
    margin-bottom: 8px;
}

.merch-buy-btn {
    background-color: #3e667a;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.merch-buy-btn:hover {
    background-color: #2d4f5e;
}

/* Style for the disabled version on the dummy cards */
.merch-buy-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Carousel dots */
.carousel-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c0cdd2;
    display: inline-block;
    transition: background-color 0.2s;
}

.carousel-dot.active {
    background-color: #215a6b;
}

/* ── Newsletter / secure section (lrt_wave3 background) ── */
.secure-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 10%;
}

.wave-bg {
    width: 100%;
    height: 80vw;
    background-image: url('/static/images/lrt_wave2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    flex-shrink: 0;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -260px;
    z-index: 2;
}

.title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #2d5a6e;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

.signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 600px;
}

.input-field {
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.submit-btn {
    background-color: #3e667a;
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Sora', sans-serif;
}

.submit-btn:hover {
    background-color: #2d4f5e;
    transform: translateY(-1px);
}


.event-scroll-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #1a5f6e 0%, #7da9b8 100%);
    border: 2px solid #1a5f6e;
    border-radius: 18px;
    padding: 14px;
    width: 80vw;
    height: 20vw;
}

.event-scroll-list {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    max-height: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

.event-scroll-list::-webkit-scrollbar {
    display: none;
  }

.event-card {
    background: #e8dfc8;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 5vw;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.event-date-box {
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    text-align: center;
    min-width: 46px;
    flex-shrink: 0;
}

.event-date-box .day-name {
    font-size: 11px;
    font-weight: 600;
    color: #1a5f6e;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.event-date-box .day-date {
    font-size: 11px;
    color: #444;
    line-height: 1.2;
}

.event-time {
    font-size: 15px;
    color: #2c2c2a;
    white-space: nowrap;
    min-width: 72px;
}

.event-title {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
    flex: 1;
}

/* ── MERCH CAROUSEL THING ── */

.merch-section {
    font-family: 'Georgia', serif;
    width: 80vw;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    background: none;
}

.merch-heading {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5vw 0;
    letter-spacing: -0.02em;
}

.merch-carousel-wrapper {
    position: relative;
    overflow: hidden;
    color: #D9CCB4;
}

.merch-track {
    display: flex;
    gap: 1.5vw;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.merch-card {
    flex: 0 0 calc((100% - 3vw) / 3);
    background: linear-gradient(160deg, #1a5f6e 0%, #7da9b8 100%);
    border-radius: 18px;
    padding: 2px;
    box-sizing: border-box;
}

.merch-card-inner {
    background: #f0ebe0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.merch-card-image {
    background: #e8dfc8;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.merch-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.merch-card-image .no-image {
    font-size: 3vw;
    color: #aaa;
    opacity: 0.4;
}

.merch-card-body {
    padding: 1vw 1.2vw 1.2vw;
    display: flex;
    flex-direction: column;
    gap: 0.4vw;
}

.merch-card-title {
    font-size: clamp(0.85rem, 1.3vw, 1.1rem);
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merch-card-price {
    font-size: clamp(0.8rem, 1.1vw, 1rem);
    color: #1a5f6e;
    font-weight: 600;
    margin: 0;
}

.merch-buy-btn {
    margin-top: 0.6vw;
    background: #1a5f6e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.6vw 0;
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.03em;
    transition: background 0.2s;
}

.merch-buy-btn:hover {
    background: #134a55;
}

/* Dots nav */
.merch-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1.5vw;
}

.merch-arrow {
    background: none;
    border: 1.5px solid #1a5f6e;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a5f6e;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.merch-arrow:hover {
    background: #1a5f6e;
    color: #fff;
    }

.merch-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5c5c5;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}

.merch-dot.active {
    background: #1a5f6e;
    transform: scale(1.3);
}