/*
Theme Name: Metallhuhn Voninnen
Theme URI: https://www.metallhuhn.de/voninnen/
Author: Codex
Description: Child Theme für Twenty Twenty-Five auf Basis des Voninnen-Entwurfs.
Template: twentytwentyfive
Version: 0.1.0
Text Domain: metallhuhn-voninnen
*/

:root {
    --mh-sand: #f3e4cf;
    --mh-sand-light: #fbf1e3;
    --mh-brown: #9d6542;
    --mh-brown-dark: #65412c;
    --mh-green: #7f8f68;
    --mh-green-dark: #4e6148;
    --mh-flower: #c9794e;
    --mh-text-brown: #4a2f1b;
    --mh-text-soft: #4a3a2a;
    --antuju-color-surface: var(--mh-sand-light);
    --antuju-color-text: var(--mh-text-brown);
    --antuju-color-primary: var(--mh-brown-dark);
    --antuju-color-primary-text: var(--mh-sand-light);
    --antuju-color-secondary: var(--mh-brown);
    --antuju-color-secondary-text: #fffaf1;
    --antuju-color-link: var(--mh-brown-dark);
    --antuju-color-border: color-mix(in srgb, var(--mh-brown-dark) 38%, transparent);
    --antuju-color-field-background: #fffaf1;
    --antuju-color-field-focus-background: #fffdf8;
    --antuju-color-success: #2f6d3b;
    --antuju-color-success-text: #18391f;
    --antuju-color-warning: #b9821f;
    --antuju-color-warning-text: #5a3518;
    --antuju-color-danger: #a93e35;
    --antuju-color-danger-text: #6f221d;
}

body {
    background: var(--mh-sand);
    color: var(--mh-text-brown);
}

a {
    color: var(--mh-brown-dark);
}

.wp-site-blocks {
    min-height: 100vh;
    background: var(--mh-sand);
}

.mh-shell {
    position: relative;
    width: min(100%, 900px);
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 0%, rgba(126, 143, 104, .22) 0 95px, transparent 96px),
        radial-gradient(circle at 95% 0%, rgba(190, 118, 78, .28) 0 105px, transparent 106px),
        radial-gradient(circle at 0% 100%, rgba(126, 143, 104, .22) 0 120px, transparent 121px),
        radial-gradient(circle at 100% 100%, rgba(190, 118, 78, .24) 0 140px, transparent 141px),
        linear-gradient(180deg, var(--mh-sand-light), var(--mh-sand));
    border-right: 1px solid rgba(101, 65, 44, .14);
    border-left: 1px solid rgba(101, 65, 44, .14);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .12);
}

.mh-content {
    position: relative;
    z-index: 5;
    padding: clamp(36px, 7vw, 70px) clamp(24px, 7vw, 70px) 72px;
}

.mh-site-header {
    position: relative;
    z-index: 8;
    padding: 28px clamp(24px, 7vw, 70px) 0;
}

.mh-site-header a {
    text-decoration: none;
}

.mh-brand {
    color: var(--mh-text-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.mh-site-nav {
    gap: 18px;
    font-size: .95rem;
}

.mh-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .55;
}

.mh-lines::before,
.mh-lines::after {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 2px solid rgba(157, 101, 66, .42);
    border-radius: 45% 55% 50% 50%;
    content: "";
}

.mh-lines::before {
    top: 130px;
    right: -100px;
    transform: rotate(18deg);
    box-shadow:
        18px 18px 0 -16px rgba(157, 101, 66, .5),
        34px 34px 0 -32px rgba(157, 101, 66, .5);
}

.mh-lines::after {
    bottom: 330px;
    left: -130px;
    transform: rotate(-20deg);
    box-shadow:
        18px 18px 0 -16px rgba(157, 101, 66, .5),
        34px 34px 0 -32px rgba(157, 101, 66, .5);
}

.mh-branch {
    position: absolute;
    z-index: 3;
    width: 180px;
    height: 180px;
    pointer-events: none;
}

.mh-branch::before {
    position: absolute;
    top: 10px;
    left: 88px;
    width: 2px;
    height: 150px;
    background: var(--mh-brown-dark);
    opacity: .75;
    transform: rotate(42deg);
    content: "";
}

.mh-leaf {
    position: absolute;
    width: 48px;
    height: 20px;
    background: var(--mh-green);
    border: 2px solid var(--mh-green-dark);
    border-radius: 100% 0 100% 0;
    transform-origin: left center;
}

.mh-leaf:nth-child(1) { top: 18px; left: 58px; transform: rotate(-35deg); }
.mh-leaf:nth-child(2) { top: 38px; left: 88px; transform: rotate(-15deg); }
.mh-leaf:nth-child(3) { top: 70px; left: 105px; transform: rotate(5deg); }
.mh-leaf:nth-child(4) { top: 48px; left: 36px; transform: rotate(145deg); }
.mh-leaf:nth-child(5) { top: 80px; left: 50px; transform: rotate(165deg); }
.mh-leaf:nth-child(6) { top: 112px; left: 68px; transform: rotate(190deg); }

.mh-top-left { top: -10px; left: -20px; transform: rotate(10deg); }
.mh-top-right { top: -14px; right: -12px; transform: scaleX(-1) rotate(8deg); }
.mh-bottom-left { bottom: 40px; left: -20px; transform: rotate(-30deg); }
.mh-bottom-right { right: -30px; bottom: 20px; transform: scaleX(-1) rotate(-26deg); }

.mh-flower {
    position: absolute;
    z-index: 3;
    width: 92px;
    height: 92px;
    pointer-events: none;
}

.mh-flower span {
    position: absolute;
    top: 7px;
    left: 36px;
    width: 32px;
    height: 58px;
    background: #efd7bd;
    border: 2px solid var(--mh-brown);
    border-radius: 50%;
    transform-origin: 50% 39px;
}

.mh-flower span:nth-child(1) { transform: rotate(0deg); }
.mh-flower span:nth-child(2) { transform: rotate(72deg); }
.mh-flower span:nth-child(3) { transform: rotate(144deg); }
.mh-flower span:nth-child(4) { transform: rotate(216deg); }
.mh-flower span:nth-child(5) { transform: rotate(288deg); }

.mh-flower::after {
    position: absolute;
    top: 38px;
    left: 38px;
    width: 22px;
    height: 22px;
    background: #c99053;
    border: 2px solid var(--mh-brown-dark);
    border-radius: 50%;
    content: "";
}

.mh-flower-orange span {
    background: var(--mh-flower);
}

.mh-flower-left { top: 250px; left: -15px; transform: rotate(-15deg); }
.mh-flower-right { top: 250px; right: -18px; transform: rotate(15deg); }
.mh-flower-bl { bottom: 30px; left: 40px; transform: scale(1.15) rotate(18deg); }
.mh-flower-br { right: 20px; bottom: 110px; transform: scale(.9) rotate(-18deg); }

.mh-blob {
    position: absolute;
    z-index: 0;
    background: rgba(126, 143, 104, .28);
    border-radius: 55% 45% 60% 40%;
    pointer-events: none;
}

.mh-blob-one {
    top: 70px;
    left: -105px;
    width: 190px;
    height: 330px;
}

.mh-blob-two {
    right: -135px;
    bottom: -20px;
    width: 250px;
    height: 210px;
    background: rgba(157, 101, 66, .18);
}

.mh-hero {
    text-align: center;
}

.mh-hero h1 {
    margin: 0;
    color: var(--mh-text-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4.8vw, 3rem);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.15;
    text-transform: uppercase;
}

.mh-hero h2 {
    margin: 10px 0 26px;
    color: var(--mh-text-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 6.3vw, 4rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.1;
}

.mh-hero p {
    margin: 0;
    color: #222;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    line-height: 1.25;
}

.mh-hero-image {
    margin: 34px auto 22px;
    text-align: center;
}

.mh-hero-image img {
    display: block;
    width: min(100%, 760px);
    height: auto;
    margin: 0 auto;
    border: 0;
}

.mh-intro-text {
    max-width: 760px;
    margin: 0 auto 32px;
    color: var(--mh-text-soft);
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
}

.mh-intro-text p {
    margin: 0 0 18px;
}

.mh-intro-text p:last-child {
    margin-bottom: 0;
}

.mh-divider {
    width: min(100%, 680px);
    margin: 42px auto 36px;
    border: 0;
    border-top: 2px solid rgba(120, 90, 60, .25);
}

.mh-contact {
    max-width: 700px;
    margin: 0 auto;
    color: var(--mh-text-soft);
    font-size: 1.1rem;
    text-align: center;
}

.mh-contact h2 {
    margin: 0 0 22px;
    color: var(--mh-text-brown);
    font-size: 2rem;
    line-height: 1.2;
}

.mh-contact p {
    margin: 0 0 20px;
    line-height: 1.7;
}

.mh-contact p:last-child {
    margin-bottom: 0;
}

.mh-site-footer {
    position: relative;
    z-index: 5;
    padding: 0 clamp(24px, 7vw, 70px) 32px;
    color: rgba(74, 58, 42, .75);
    font-size: .9rem;
    text-align: center;
}

@media (max-width: 700px) {
    .mh-content {
        padding: 48px 28px 64px;
    }

    .mh-site-header {
        padding-top: 22px;
    }

    .mh-site-header .wp-block-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .mh-hero-image {
        margin-top: 28px;
        margin-bottom: 18px;
    }

    .mh-intro-text {
        font-size: 1.05rem;
    }
}
