:root {
    --purple: #5d2a8f;
    --green: #d5f261;
    --red: #f5243a;
    --blue: #4d9ddd;
    --ink: #23132f;
    --paper: #fbf7f0;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

.hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    place-items: center;
    background: var(--purple);
    isolation: isolate;
}

.hero__content {
    position: relative;
    z-index: 2;
    width: min(80vw, 760px);
    padding: 4rem 0;
    color: #fff;
    text-align: center;
}

.brand {
    display: block;
    width: min(100%, 650px);
    height: auto;
    margin: 0 auto clamp(2.5rem, 7vh, 5rem);
}

.hero__organisation {
    margin: 0 0 0.6rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.3rem, 10vw, 8.4rem);
    line-height: 0.86;
    letter-spacing: -0.065em;
}

.hero__dates {
    margin: 1.25rem 0 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1;
}

.hero__dates span { padding: 0 0.2em; color: var(--green); }

.organic { position: absolute; z-index: 1; pointer-events: none; }

.organic--top-left {
    top: -9%;
    left: -10%;
    width: clamp(190px, 34vw, 500px);
    height: clamp(260px, 45vh, 560px);
    border-radius: 45% 55% 47% 53% / 35% 42% 58% 65%;
    background: var(--green);
    transform: rotate(-28deg);
}

.organic--top-left::after {
    position: absolute;
    right: 20%;
    bottom: 25%;
    width: 42%;
    height: 32%;
    border-radius: 50%;
    background: var(--purple);
    content: "";
    transform: rotate(35deg);
}

.organic--top-right {
    top: -18%;
    right: -12%;
    width: clamp(240px, 38vw, 590px);
    aspect-ratio: 1;
    border: clamp(45px, 7vw, 115px) solid var(--green);
    border-radius: 50%;
}

.organic--bottom-left {
    bottom: -19%;
    left: -9%;
    width: clamp(220px, 38vw, 600px);
    height: clamp(190px, 32vh, 430px);
    border-radius: 63% 37% 0 0 / 70% 55% 0 0;
    background: var(--green);
    transform: rotate(-8deg);
}

.organic--bottom-right {
    right: -9%;
    bottom: -8%;
    width: clamp(190px, 28vw, 430px);
    height: clamp(190px, 28vw, 430px);
}

.organic--bottom-right i {
    position: absolute;
    inset: 12% 8% 0 18%;
    border: clamp(9px, 1.2vw, 18px) solid var(--green);
    border-radius: 48% 52% 45% 55%;
    transform: rotate(35deg);
}

.organic--bottom-right i:nth-child(2) { inset: 0 18% 22% 4%; transform: rotate(-23deg); }
.organic--bottom-right i:nth-child(3) { inset: 22% 0 3% 28%; transform: rotate(78deg); }

.organic--dots {
    bottom: 6%;
    left: 1%;
    width: 120px;
    height: 170px;
}

.organic--dots i {
    position: absolute;
    width: 28px;
    height: 48px;
    border-radius: 55% 45% 55% 45%;
    background: var(--green);
    transform: rotate(25deg);
}

.organic--dots i:nth-child(1) { top: 0; left: 30px; }
.organic--dots i:nth-child(2) { top: 54px; left: 0; transform: rotate(-25deg) scale(0.7); }
.organic--dots i:nth-child(3) { top: 92px; left: 52px; transform: rotate(55deg) scale(0.6); }
.organic--dots i:nth-child(4) { top: 132px; left: 12px; transform: rotate(8deg) scale(0.45); }

.closeout {
    padding: clamp(4.5rem, 10vw, 8rem) 1.4rem clamp(4.5rem, 10vw, 7rem);
    background:
        radial-gradient(circle at 8% 16%, rgba(213, 242, 97, 0.36) 0 5rem, transparent 5.1rem),
        linear-gradient(180deg, var(--paper), #f5efdf);
}

.closeout__inner { width: min(100%, 780px); margin: 0 auto; }

.kicker {
    margin: 0 0 1rem;
    color: var(--purple);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.closeout h2,
.footer h2 {
    max-width: 12ch;
    margin: 0 0 2rem;
    color: var(--purple);
    font-size: clamp(2.8rem, 8vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.closeout__copy { max-width: 44rem; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.closeout__copy p { margin: 0 0 1.25rem; }

.closeout__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    border-top: 2px solid rgba(93, 42, 143, 0.18);
    font-weight: 700;
}

.closeout__contact span { flex-basis: 100%; color: var(--purple); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.closeout__contact a { color: var(--purple); }

.footer {
    padding: clamp(4rem, 9vw, 8rem) 1.4rem clamp(3rem, 7vw, 5rem);
    background: var(--red);
    color: #fff;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 5rem;
    width: min(100%, 1120px);
    margin: 0 auto;
}

.footer h2 { margin-bottom: 1rem; color: #fff; }
.footer__message p:last-child { margin: 0; font-weight: 800; }
.footer__message .kicker, .footer__contact strong { color: #ffd5d9; }
.footer__contact { font-size: 1.05rem; }
.footer__contact p { margin: 0 0 1.2rem; }
.footer__contact a { color: #fff; font-weight: 800; }
.funders { display: block; width: min(100%, 670px); height: auto; grid-column: 1 / -1; margin: 1rem auto 0; }

@media (max-width: 640px) {
    .hero__content { width: min(78vw, 430px); }
    .brand { margin-bottom: 3rem; }
    .organic--top-left { left: -27%; }
    .organic--top-right { right: -28%; }
    .organic--bottom-left { left: -24%; }
    .organic--bottom-right { right: -20%; }
    .organic--dots { left: -4%; }
    .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
    .funders { grid-column: auto; margin-top: 0; }
}
