body {
    background-color: #F5F1ED;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

ul {
    display: flex;
    align-items: center;
    gap: 5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.3s;
}

a:hover {
    font-size: 2.8vh;
    font-weight: 600;
}

header {
    height: 5.5rem;
    background-color: #EDE7DF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    padding: 0 1rem;
    border-bottom: 1px solid #E5E1DC;
    top: 0;
    z-index: 20;
    box-shadow: 0 10px 22px rgba(134, 115, 94, 0.08);
}

.logo-link {
    position: absolute;
    left: 0;
    display: inline-flex;
    align-items: center;
}

.logo {
    width: 9rem;
    height: 5.5rem;
    display: block;
}

.navigatie {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25.5rem 0 9rem;
}

.navigatie ul {
    gap: clamp(1.25rem, 3vw, 5rem);
}

.menu-knop {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background-color: #d4a373;
    box-shadow: 0 8px 18px rgba(134, 115, 94, 0.16);
    cursor: pointer;
}

.menu-knop span {
    display: block;
    width: 1.35rem;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-knop.open span:nth-child(1) {
    transform: translateY(0.44rem) rotate(45deg);
}

.menu-knop.open span:nth-child(2) {
    opacity: 0;
}

.menu-knop.open span:nth-child(3) {
    transform: translateY(-0.44rem) rotate(-45deg);
}

.line1 {
    display: block;
    background-color: black;
    width: 0.5px;
    height: 2.5rem;
}

.button1 {
    background-color: #D4A373;
    color: #fff;
    width: 17%;
    min-width: 13rem;
    height: 4.5vh;
    border: 1px solid #4B9758;
    border-radius: 10px;
    position: absolute;
    right: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.button1:hover {
    background-color: #fff;
    color: #D4A373;
    transform: translateY(-2px);
}

.header-actions {
    position: absolute;
    right: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-actions .button1,
.header-actions .button-offerte {
    box-sizing: border-box;
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 2.9rem;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}

.header-actions .button1 {
    position: relative;
    inset: auto;
    border: 1px solid rgba(212, 163, 115, 0.45);
    background: linear-gradient(135deg, #D4A373 0%, #b9824e 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(143, 98, 54, 0.2);
}

.header-actions .button1::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -55%;
    width: 42%;
    height: 180%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: rotate(18deg);
    transition: left 0.45s ease;
}

.header-actions .button1:hover {
    background: linear-gradient(135deg, #e0b07d 0%, #c18d58 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 32px rgba(143, 98, 54, 0.28);
    font-size: 0.95rem;
}

.header-actions .button1:hover::before {
    left: 125%;
}

.header-actions .button-offerte {
    border: 1px solid rgba(23, 63, 29, 0.22);
    background: linear-gradient(135deg, #173f1d 0%, #4B9758 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(23, 63, 29, 0.2);
}

.header-actions .button-offerte:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #214f27 0%, #5aa767 100%);
    color: #fff;
    font-size: 0.95rem;
}

.banner {
    width: min(98%, 1400px);
    min-height: 390px;
    margin: 1rem auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: 0 24px 50px rgba(79, 54, 32, 0.15);
    background-color: #3f2d1d;
}

.banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(50, 31, 18, 0.9) 0%, rgba(67, 43, 26, 0.74) 46%, rgba(67, 43, 26, 0.2) 100%);
}

.banner-beeld {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 28%),
        linear-gradient(135deg, #3f2d1d 0%, #8b5e3c 46%, #f5e6cc 100%);
}

.banner-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    min-height: 390px;
    max-width: 680px;
    padding: 4rem;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.banner-label {
    align-self: flex-start;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.banner-text h1 {
    margin: 0;
    font-size: 6vh;
    line-height: 1.08;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: 700;
}

.banner-intro {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.banner-punten {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.banner-punten span {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.95rem;
}

.banner-subtext {
    width: min(900px, calc(100% - 2rem));
    margin: 1.4rem auto 0;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #6f665f;
    text-align: center;
}

.producten {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    width: min(1300px, calc(100% - 2rem));
    margin: 3rem auto;
}

.product {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #fff;
    border: 1px solid #ece4dc;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(90, 69, 48, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(90, 69, 48, 0.12);
}

.product-beeld {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #e8ddd3;
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
    transform-origin: center;
    cursor: pointer;
}

.product-beeld:hover img {
    transform: scale(1.6);
}

.product-subtext {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.75rem;
    padding: 1.4rem 1.4rem 1.6rem;
}

.product-subtext h2 {
    margin: 0;
    color: #36261a;
    font-size: 1.35rem;
    line-height: 1.25;
    font-family: 'Pontano Sans', sans-serif;
}

.product-omschrijving {
    margin: 0;
    color: #6f665f;
    font-size: 0.98rem;
    line-height: 1.7;
}

.product-prijs {
    margin: auto 0 0;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    align-self: flex-start;
    padding: 0.85rem 1rem 0.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff6ed 0%, #f3d5b3 100%);
    color: #7f4b19;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
    box-shadow: 0 10px 20px rgba(212, 163, 115, 0.22);
}

.product-prijs span {
    color: #a15c1c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product.verborgen {
    display: none;
}

.paginering {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    width: min(1300px, calc(100% - 2rem));
    margin: -1rem auto 4rem;
}

.pagina-knop {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #d8c8b9;
    border-radius: 50%;
    background-color: #F5F1ED;
    color: #5b4030;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(90, 69, 48, 0.08);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pagina-knop:hover,
.pagina-knop.actief {
    background-color: #F5F1ED;
    color: #D4A373;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(90, 69, 48, 0.12);
}

.pagina-pijl {
    font-size: 1.2rem;
}

.pagina-knop:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 10px 20px rgba(90, 69, 48, 0.08);
}

.pagina-knop:disabled:hover {
    background-color: #F5F1ED;
    color: #5b4030;
}

.popup {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.55);
}

.popup.verborgen {
    display: none;
}

.popup-inhoud {
    position: relative;
    display: flex;
    gap: 1.5rem;
    width: min(850px, 100%);
    padding: 1.5rem;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.popup-sluit {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 50%;
    background-color: #D4A373;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.popup-sluit:hover {
    transform: rotate(180deg);
}

.popup-foto {
    width: 45%;
    border-radius: 18px;
    object-fit: cover;
}

.popup-tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
}

.popup-tekst h2,
.popup-tekst p {
    margin: 0;
}

.popup-prijs {
    color: #7f4b19;
    font-size: 1.4rem;
    font-weight: 700;
}

.popup-knop {
    display: inline-block;
    width: fit-content;
    padding: 0.8rem 1.2rem;
    border: 0;
    border-radius: 10px;
    background-color: #D4A373;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.popup-knop:hover{
    background-color: #966f52;
    font-size: 1.2rem;
    font-weight: 700;
}

.footer {
    background-color: #173f1d;
    margin-top: 6rem;
    padding: 1rem 1.7rem 0.85rem 1.7rem;
}

.footer-title {
    margin: 0;
    text-align: center;
    color: #f3eee5;
    font-family: 'Poltawski Nowy', serif;
    font-size: 1.8rem;
}

.footer-line {
    display: block;
    width: 92%;
    height: 1px;
    background-color: #f3eee5;
    margin: 1rem auto 1.3rem auto;
}

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

.logo-footer {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    object-fit: cover;
}

.footer-heading,
.footer-contact p,
.footer-links a,
.footer-social a,
.footer-copy {
    color: #f3eee5;
    font-family: 'Poltawski Nowy', serif;
}

.footer-heading {
    margin: 0 0 0.8rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    opacity: 0.86;
}

.footer-contact {
    max-width: 20rem;
}

.footer-contact p {
    margin: 0 0 0.7rem 0;
    font-size: 1.20rem;
    opacity: 0.86;
}

.footer-small {
    max-width: 18rem;
    line-height: 1.45;
    font-size: 1.05rem;
    opacity: 0.74;
}

.footer-links {
    min-width: 11rem;
    padding-top: 0.2rem;
}

.footer-links a {
    display: block;
    margin: 0 0 0.8rem 0;
    font-size: 1.5rem;
    text-decoration: none;
    opacity: 0.86;
    transition: opacity 0.3s ease, transform 0.3s ease, font-weight 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    transform: scale(1.04);
    font-weight: 600;
    font-size: 1.5rem;
}

.footer-social {
    min-width: 11rem;
    padding-top: 0.2rem;
}

.footer-social a {
    display: block;
    margin: 0 0 0.8rem 0;
    font-size: 1.5rem;
    text-decoration: none;
    opacity: 0.86;
    transition: opacity 0.3s ease, transform 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
    opacity: 1;
    transform: scale(1.04);
    font-weight: 600;
    font-size: 1.5rem;
    color: #D4A373;
}

.footer-social {
    border-left: 1px solid rgba(243, 238, 229, 0.3);
    padding-left: 2rem;
}

.footer-copy {
    margin: 0.7rem 0 0 0;
    text-align: center;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    opacity: 0.65;
}

.footer-copy a {
    color: inherit;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.footer-copy a:hover {
    color: #D4A373;
    font-size: 1rem;
}

.banner-text h1,
.banner-intro,
.banner-punten,
.banner-subtext,
.product,
.paginering,
.footer {
    animation: langzaamZichtbaar 1s ease both;
}

.banner-intro {
    animation-delay: 0.2s;
}

.banner-punten {
    animation-delay: 0.4s;
}

.banner-subtext {
    animation-delay: 0.5s;
}

.product {
    animation-delay: 0.6s;
}

.paginering {
    animation-delay: 0.8s;
}

.footer {
    animation-delay: 1s;
}

@keyframes langzaamZichtbaar {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    ul {
        gap: 2rem;
    }

    .button1 {
        width: auto;
        right: 1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 900px) {
    header {
        justify-content: space-between;
        min-height: 5.5rem;
        padding: 0.75rem 1rem;
    }

    .logo-link {
        position: static;
        z-index: 31;
    }

    .logo {
        width: 7.5rem;
        height: 4.5rem;
    }

    .menu-knop {
        display: flex;
        position: relative;
        z-index: 31;
    }

    .navigatie {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1rem;
        right: 1rem;
        width: auto;
        padding: 1.25rem;
        border-radius: 1.5rem;
        background: rgba(237, 231, 223, 0.98);
        box-shadow: 0 18px 30px rgba(134, 115, 94, 0.18);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        z-index: 30;
    }

    .navigatie.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navigatie ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .navigatie li {
        width: 100%;
    }

    a:hover {
        font-size: 1.2rem;
    }

    .line1 {
        width: 100%;
        height: 1px;
    }

    .button1 {
        position: static;
        width: 100%;
        min-width: 0;
        height: 3.25rem;
        margin-top: 1rem;
    }

    .header-actions {
        position: static;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .header-actions .button1,
    .header-actions .button-offerte {
        width: 100%;
        height: 3.25rem;
        margin-top: 0;
        padding: 0 1rem;
    }

    .banner {
        min-height: 430px;
    }

    .banner::after {
        background: linear-gradient(180deg, rgba(50, 31, 18, 0.82) 0%, rgba(67, 43, 26, 0.62) 100%);
    }

    .banner-text {
        min-height: 430px;
        max-width: none;
        padding: 3rem 2rem;
    }

    .producten {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.4rem;
        margin: 2.5rem auto 3rem;
    }

    .paginering {
        margin: -1rem auto 3.5rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-small {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .banner {
        width: calc(100% - 1rem);
        min-height: 470px;
        border-radius: 26px;
    }

    .banner-text {
        min-height: 470px;
        padding: 2.4rem 1.25rem;
    }

    .banner-label {
        font-size: 0.74rem;
    }

    .banner-intro,
    .banner-subtext,
    .banner-punten span {
        font-size: 0.95rem;
    }

    .producten {
        grid-template-columns: 1fr;
        width: calc(100% - 1rem);
        gap: 1rem;
        margin: 2rem auto 2.5rem;
    }

    .product {
        border-radius: 20px;
    }

    .product-subtext {
        padding: 1.2rem;
    }

    .product-prijs {
        font-size: 1.25rem;
    }

    .paginering {
        width: calc(100% - 1rem);
        margin: -0.5rem auto 3rem;
    }

    .pagina-knop {
        width: 2.4rem;
        height: 2.4rem;
    }

    .popup-inhoud {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
    }

    .popup-foto {
        width: 100%;
        max-height: 16rem;
    }

    .footer-title {
        font-size: 1.4rem;
    }

    .logo-footer {
        width: 9rem;
        height: 9rem;
    }
}

body {
    position: relative;
    background:
        linear-gradient(120deg, rgba(75, 151, 88, 0.07) 0 1px, transparent 1px 100%),
        linear-gradient(145deg, #F5F1ED 0%, #fbf7f0 46%, #eef6eb 100%);
    background-size: 42px 42px, auto;
}

body::before,
body::after {
    content: "";
    position: fixed;
    z-index: -1;
    pointer-events: none;
}

body::before {
    width: 36rem;
    height: 11rem;
    top: 8rem;
    right: -10rem;
    border: 1px solid rgba(212, 163, 115, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(212, 163, 115, 0.08));
    transform: rotate(-15deg);
    animation: achtergrondBeweging 18s ease-in-out infinite;
}

body::after {
    width: 28rem;
    height: 12rem;
    left: -8rem;
    bottom: 8rem;
    border: 1px solid rgba(75, 151, 88, 0.14);
    background: linear-gradient(135deg, rgba(75, 151, 88, 0.08), rgba(255, 255, 255, 0.34));
    transform: rotate(13deg);
    animation: achtergrondBeweging 22s ease-in-out infinite reverse;
}

.navigatie a:hover {
    font-size: 1.2rem;
    transform: translateY(-2px);
}

.banner {
    isolation: isolate;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 1rem;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    pointer-events: none;
}

.banner-beeld {
    animation: bannerAdem 14s ease-in-out infinite alternate;
}

.product {
    position: relative;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
}

.product::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(75, 151, 88, 0);
    pointer-events: none;
    transition: border-color 0.3s ease;
}

.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(90, 69, 48, 0.16);
}

.product:hover::after {
    border-color: rgba(75, 151, 88, 0.24);
}

.product-beeld {
    position: relative;
}

.product-beeld::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(23, 63, 29, 0.22));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-beeld:hover::after {
    opacity: 1;
}

.product-beeld:hover img {
    transform: scale(1.08);
}

.product-prijs {
    background: linear-gradient(135deg, #fff7ec 0%, #e8f2df 100%);
    color: #173f1d;
}

.pagina-knop:hover,
.pagina-knop.actief {
    background: #173f1d;
    color: #f3eee5;
}

.popup-inhoud {
    animation: popupOpen 0.28s ease both;
}

@keyframes bannerAdem {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.04);
    }
}

@keyframes popupOpen {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes achtergrondBeweging {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 18px -14px;
    }
}

@media (max-width: 640px) {
    body::before,
    body::after {
        opacity: 0.5;
    }

    .banner::before {
        inset: 0.7rem;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 1rem 1.2rem 0.8rem 1.2rem;
    }

    .footer-title {
        font-size: 1.5rem;
    }

    .footer-line {
        width: 90%;
        margin: 0.8rem auto 1.2rem auto;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .logo-footer {
        width: 7rem;
        height: 7rem;
    }

    .footer-contact {
        max-width: 18rem;
    }

    .footer-heading {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }

    .footer-contact p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .footer-small {
        max-width: 18rem;
        font-size: 0.95rem;
    }

    .footer-links,
    .footer-social {
        min-width: 0;
        width: 100%;
        padding-top: 0;
    }

    .footer-links a,
    .footer-social a {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .footer-links a:hover,
    .footer-social a:hover {
        font-size: 1.2rem;
    }

    .footer-social {
        border-left: none;
        border-top: 1px solid rgba(243, 238, 229, 0.3);
        padding-left: 0;
        padding-top: 1.2rem;
        margin-top: 0;
    }

    .footer-copy {
        font-size: 0.85rem;
        margin-top: 0.6rem;
    }
}