:root {
    --blauw: #85C8CA;
    --roze: #FFEDF5;
    --geel: #F9F3DA;
    --tekst: #633631;
    --max: 1280px;
    --padding: 40px;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Museo Sans Rounded", Arial, sans-serif;
    color: var(--tekst);
    overflow-x: hidden;
}

h1,
h2 {
    font-family: "Alphabet Soup", Arial, sans-serif;
    margin: 0;
}

/* ----------------------------------------------------------
   header
----------------------------------------------------------- */

header {
    width: 100%;
    background: var(--roze);
    background-size: cover;
    background-position: center top;
    border-radius: 0 0 4rem 4rem;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 50px 4px;
    box-sizing: border-box;
}


header .logo {
    height: 60px;
    flex-shrink: 0;
}


nav {
    display: flex;
    align-items: center;
    background: var(--blauw);
    height: 75px;
    padding: 0 60px;
    border-radius: 46px;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
}

nav a {
    text-decoration: none;
    color: #633631;
    font-size: 24px;
    font-weight: 400;
}

nav a:hover {
    color: #FFEDF5;
}

nav ul li a[href="#contact"] {
    background-color: var(--roze);
    color: #633631;
    border-radius: 50px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
    transition: color 0.3s, background 0.3s;
}


nav ul li a[href="#contact"]:hover {
    color: var(--blauw);
}


.hero-container {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 50px 100px 50px;
    padding-bottom: 80px;
    box-sizing: border-box;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    gap: 20px;

    align-items: center;
    padding-top: 32px;
}


.hero-text {
    width: 50%;
    box-sizing: border-box;
}

.hero-text h1 {
    font-size: 80px;
    line-height: 100%;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.hero-text p {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px 0;
    max-width: 100%;
}

.hero-text a {
    display: inline-block;
    margin-top: 20px;
    background: var(--blauw);
    color: #633631;
    padding: 12px 22px;
    border-radius: 70px;
    text-decoration: none;
    font-size: 24px;
    width: 211px;
    text-align: center;
}

.hero-text a:hover {
    color: #FFEDF5;
}


.hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ----------------------------------------------------------
   koekjes + patroon
----------------------------------------------------------- */

#koekjes {
    margin-top: 120px;

    background-image: url("../../media/PatroontjesBoompjes.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    padding: 220px 50px 100px;
}

.koekjes-card {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.koekjes-image {
    width: 45%;
}

.koekjes-image img {
    width: 100%;
    height: auto;
    display: block;
}

.koekjes-text {
    width: 55%;
    color: var(--tekst);
}

#koekjes h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

#koekjes p {
    font-size: 18px;
    max-width: 420px;
}



/* ----------------------------------------------------------
   waarom card
----------------------------------------------------------- */

#waarom {
    background: var(--geel);
    margin: 160px auto;
    padding: 80px 40px;
    border-radius: 40px;
    text-align: center;
    max-width: 1100px;
}

#waarom h2 {
    font-size: 40px;
}

#waarom ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

#waarom li {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#waarom li img {
    width: 100px;
    height: auto;
    margin-bottom: 12px;
    display: block;
}




#kleurplaat {
    padding: 100px 50px;
    position: relative;
}

#kleurplaat h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

#kleurplaat p {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px auto;
    font-size: 18px;
}

.decor-left {
    position: absolute;
    left: 0;
    top: 50px;
    width: 220px;
    height: 800px;
}

.decor-right {
    position: absolute;
    right: 0;
    top: 50px;
    width: 220px;
    height: 800px;
}

#kleurplaat img[alt="kleurplaat met wolf"] {
    display: block;
    margin: 0 auto;
    width: 500px;
    height: 600px;
}

/* ----------------------------------------------------------
   over ons card
----------------------------------------------------------- */

#overons {
    display: flex;
    border-radius: 60px;
    max-width: 1200px;
    height: 420px;
    margin: 120px auto;
    overflow: hidden;
}

.overons-text {
    width: 55%;
    background: var(--roze);
    padding: 80px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overons-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.overons-text p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 420px;
}

.overons-image {
    width: 45%;
}

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

/* ----------------------------------------------------------
   andere smaken
----------------------------------------------------------- */

#smaken {
    text-align: center;
    padding: 100px 0;
}

#smaken h2 {
    font-size: 30px;
}

#smaken ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
}

#smaken li img {
    width: 260px;
    border-radius: 20px;
}

#student-koekjes li {
    text-align: center;
}

#student-koekjes a {
    text-decoration: none;
    color: inherit;
}

#student-koekjes {
    margin: 0 auto 200px auto;
}

.no-link {
    opacity: 0.8;
    cursor: default;
}

.koekjes-lijst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.koekjes-lijst li {
    text-align: center;
}

.koekjes-lijst a,
.koekjes-lijst .no-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.image-box {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 24px;
}

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

/* ----------------------------------------------------------
   contact + patroontjes
----------------------------------------------------------- */

#contact {
    background-color: var(--geel);
    padding: 120px 50px 140px;
    position: relative;
    overflow: hidden;
}

#contact h2 {
    font-size: 40px;
}

.contact-decor {
    position: absolute;
    right: 30px;
    top: -20px;
    width: 200px;
    pointer-events: none;
}

#contact h2 {
    text-align: center;
}

#contact p {
    text-align: center;
}

#contact form {
    padding: 30px;
    border-radius: 20px;
    max-width: 500px;
    margin: 30px auto 0 auto;
}

#contact label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

#contact input[type="text"],
#contact input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 8px;
    margin-bottom: 16px;
}

#contact input[type="checkbox"] {
    margin-right: 8px;
}

#contact input[type="submit"] {
    display: block;
    margin-top: 10px;
    background: var(--blauw);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
}

#contact input[type="submit"]:hover {
    opacity: 0.95;
}

/* ----------------------------------------------------------
   footer
----------------------------------------------------------- */

footer {
    background: var(--blauw);
    padding: 60px 50px;
    color: #633631;
    border-radius: 80px 80px 0 0;

    display: flex;
    flex-direction: column;
    gap: 40px;

}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer img {
    width: 160px;
    margin-bottom: 20px;
}

.left p,
.right p {
    margin: 5px 0;
}

.footer-bottom {
    text-align: center;
    width: 100%;
    margin: 0;
}