:root {
    --modern-orange: #f39f34;
    --modern-orange-dark: #d96d1d;
    --modern-coral: #ea6b51;
    --modern-coral-dark: #c9543f;
    --modern-green: #526b5c;
    --modern-green-dark: #263c2f;
    --modern-cream: #fff8ef;
    --modern-soft-green: #f0f4f1;
    --modern-line: #e6ebe7;
    --modern-shadow: 0 1.4rem 3.5rem rgba(38, 60, 47, .12);
}

.home-modern {
    overflow-x: hidden;
    background: #fff;
    color: var(--modern-green-dark);
}

.home-modern a,
.home-modern button {
    transition:
        color .22s ease,
        background-color .22s ease,
        border-color .22s ease,
        box-shadow .24s ease,
        transform .24s ease;
}

.home-modern > header {
    width: 100%;
    max-width: none;
    margin: 0;
    border-bottom: 1px solid var(--modern-line);
    background: rgba(255, 255, 255, .98);
}

.home-modern .site-nav {
    display: flex !important;
    width: min(100% - 3rem, 76rem);
    min-height: 7rem;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding: 0 !important;
}

.home-modern .site-nav > a {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
}

.home-modern .site-nav > a img {
    width: clamp(9rem, 17vw, 13rem) !important;
    max-width: none;
}

.home-modern .site-nav > div {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
}

.home-modern .site-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 2.8vw, 2.3rem);
    margin: 0;
}

.home-modern .site-nav li {
    margin: 0 !important;
}

.home-modern .site-nav ul a,
.home-modern .site-nav ul a:link,
.home-modern .site-nav ul a:visited,
.home-modern .site-nav ul a:active {
    min-height: 2.8rem;
    color: #515552;
    font-size: .78rem;
}

.home-modern .site-nav ul a:focus,
.home-modern .site-nav ul a:hover {
    color: var(--modern-coral);
}

.home-modern .hero-welcome {
    width: min(100% - 3rem, 70rem);
    max-width: none;
    margin: 0 auto;
    padding: 1.5rem 0 clamp(3.5rem, 6vw, 5rem) !important;
}

.home-modern .hero-panel {
    position: relative;
    min-height: 30rem;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.6rem);
    border: 1px solid rgba(243, 159, 52, .2);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 92% 15%, rgba(234, 107, 81, .2) 0 1.1rem, transparent 1.2rem),
        radial-gradient(circle at 87% 23%, rgba(82, 107, 92, .2) 0 .65rem, transparent .75rem),
        linear-gradient(90deg, var(--modern-cream) 0%, rgba(255, 248, 239, .97) 47%, rgba(255, 248, 239, .3) 72%, rgba(243, 159, 52, .18) 100%),
        url("../images/bewegung.jpg") 59% center / cover no-repeat;
    box-shadow: var(--modern-shadow);
}

.home-modern .hero-copy {
    position: relative;
    z-index: 1;
    width: min(100%, 47rem);
}

.home-modern .hero-kicker,
.home-section-kicker {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--modern-green);
    font-family: "Rubik", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-modern .hero-kicker::before,
.home-section-kicker::before {
    width: 1.8rem;
    height: 3px;
    border-radius: 999px;
    background: var(--modern-orange);
    content: "";
}

.home-modern .hero-title {
    max-width: 47rem;
    margin-bottom: 1rem;
    font-size: clamp(2.65rem, 4.8vw, 4.55rem);
    letter-spacing: -.04em;
    line-height: 1.02;
}

.home-modern .hero-text {
    margin-bottom: 1.25rem;
    color: #405047;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.home-modern .hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    max-width: 47rem;
}

.home-modern .hero-actions a {
    position: relative;
    min-height: 4.9rem;
    padding: .85rem 4.4rem .85rem .8rem !important;
    border-width: 2px;
    border-radius: 1rem;
    box-shadow: 0 .35rem .9rem rgba(38, 60, 47, .08);
    font-size: clamp(.82rem, 1.22vw, .98rem);
    line-height: 1.2;
}

.home-modern .hero-actions a:focus,
.home-modern .hero-actions a:hover {
    box-shadow: 0 .7rem 1.4rem rgba(38, 60, 47, .14);
    transform: translateY(-2px);
}

.home-modern .hero-actions .primary-cta,
.home-modern .hero-actions .primary-cta:link,
.home-modern .hero-actions .primary-cta:visited,
.home-modern .hero-actions .primary-cta:active {
    grid-column: auto;
    border-color: rgba(217, 109, 29, .8);
    background: linear-gradient(135deg, #f7ad4d, var(--modern-orange));
}

.home-modern .hero-actions .trial-cta,
.home-modern .hero-actions .trial-cta:link,
.home-modern .hero-actions .trial-cta:visited,
.home-modern .hero-actions .trial-cta:active {
    border-color: rgba(201, 84, 63, .72);
    background: linear-gradient(135deg, #ef785f, var(--modern-coral));
}

.home-modern .hero-actions .secondary-cta,
.home-modern .hero-actions .secondary-cta:link,
.home-modern .hero-actions .secondary-cta:visited,
.home-modern .hero-actions .secondary-cta:active {
    border-color: rgba(38, 60, 47, .35);
    background: linear-gradient(135deg, #617c6b, var(--modern-green));
}

.home-modern .hero-button-kid,
.home-modern .hero-button-kid--wide {
    position: absolute;
    right: 1.15rem;
    bottom: .65rem;
    width: 3.4rem;
    height: 3.4rem;
    object-fit: contain;
}

.home-modern .review-strip {
    display: inline-flex;
    width: fit-content;
    min-height: 2.35rem;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
    margin: .75rem 0 0;
    padding: .25rem .35rem .25rem .3rem;
    border: 1px solid rgba(82, 107, 92, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: none;
    backdrop-filter: none;
}

.home-modern .review-strip:focus,
.home-modern .review-strip:hover {
    border-color: rgba(243, 159, 52, .55);
    background: #fff7e8;
    box-shadow: 0 .35rem .8rem rgba(38, 60, 47, .1);
}

.home-modern .review-source {
    min-height: 1.65rem;
    padding: .28rem .48rem;
    border-radius: 999px;
    font-size: .56rem;
}

.home-modern .review-stars-small {
    font-size: .68rem;
}

.home-modern .review-copy {
    font-size: .7rem;
}

.home-modern .review-action {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    min-height: 0;
    padding: 0;
    place-items: center;
    border-radius: 50%;
    background: var(--modern-soft-green);
    color: #526057;
    font-size: .9rem;
}

.home-image-intro {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: clamp(4.5rem, 8vw, 7rem) max(1.5rem, calc((100% - 76rem) / 2)) clamp(5rem, 9vw, 8rem);
    background:
        radial-gradient(circle at 8% 15%, rgba(243, 159, 52, .1), transparent 21rem),
        linear-gradient(180deg, #fbfcfb, var(--modern-soft-green));
}

.home-section-kicker {
    width: fit-content;
    margin: 0 auto .45rem;
    justify-content: center;
}

.home-section-kicker::before {
    display: none;
}

.home-image-intro-title {
    margin: 0 0 2rem;
    color: var(--modern-green-dark);
    font-family: "Architects Daughter", cursive;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
}

.home-image-intro .cf {
    display: grid;
    width: min(100%, 76rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    margin: 0 auto;
}

.home-image-intro .cf::before,
.home-image-intro .cf::after {
    display: none;
}

.home-image-intro .cf > div {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

.home-image-intro .cf > div > div {
    max-width: none;
}

.home-image-intro .aspect-ratio {
    min-height: clamp(23rem, 37vw, 31rem);
    padding-bottom: 0;
    overflow: hidden;
    border: .35rem solid rgba(255, 255, 255, .86);
    border-radius: 1.65rem;
    background: var(--modern-green);
    box-shadow: 0 1rem 2.5rem rgba(38, 60, 47, .11);
    transition: box-shadow .3s ease, transform .3s ease;
}

.home-image-intro .aspect-ratio--object {
    position: absolute;
    display: block;
    overflow: hidden;
}

.home-image-intro .aspect-ratio--object::before,
.home-image-intro .aspect-ratio--object::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}

.home-image-intro .aspect-ratio--object::after {
    background: linear-gradient(180deg, transparent 40%, rgba(22, 34, 27, .68));
}

.home-image-intro .cf > div:nth-child(1) .aspect-ratio--object::before {
    background: rgba(243, 159, 52, .15);
}

.home-image-intro .cf > div:nth-child(2) .aspect-ratio--object::before {
    background: rgba(234, 107, 81, .14);
}

.home-image-intro .cf > div:nth-child(3) .aspect-ratio--object::before {
    background: rgba(82, 107, 92, .18);
}

.home-image-intro .aspect-ratio--object > .dtc {
    position: absolute;
    z-index: 2;
    right: 1.2rem;
    bottom: 1.15rem;
    left: 1.2rem;
    display: block;
    color: #fff;
    font-size: clamp(1.35rem, 2.25vw, 2rem);
    line-height: 1;
    text-align: left;
}

.home-mission {
    width: min(100% - 3rem, 60rem);
    margin: 0 auto !important;
    padding: clamp(5rem, 10vw, 9rem) 0 !important;
    background: #fff !important;
    color: #4e5b53;
}

.home-mission .home-section-kicker {
    font-family: "Rubik", sans-serif;
}

.home-mission-title {
    margin: 0 0 1.5rem;
    color: var(--modern-green-dark);
    font-family: "Rubik", sans-serif;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    letter-spacing: -.04em;
    line-height: 1.03;
}

.home-mission-title span {
    color: var(--modern-coral);
    font-family: "Architects Daughter", cursive;
    font-weight: 400;
}

.home-mission img {
    max-width: 34rem;
    opacity: .45;
}

.home-mission p:not(.home-section-kicker) {
    max-width: 49rem;
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
}

.home-course-intro {
    display: grid;
    width: min(100% - 3rem, 76rem);
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
    margin: 0 auto 2.5rem !important;
    padding: clamp(4.5rem, 8vw, 7rem) 0 0 !important;
    border-top: 1px solid var(--modern-line);
}

.home-course-intro::before,
.home-course-intro::after {
    display: none;
}

.home-course-intro > div {
    float: none !important;
    width: auto !important;
}

.home-course-intro h2 {
    margin: 0;
    padding: 0 !important;
    color: var(--modern-green-dark);
    font-size: clamp(2.5rem, 4.2vw, 3.75rem);
    letter-spacing: -.035em;
    line-height: 1.05;
    white-space: nowrap;
    text-align: left;
}

.home-course-intro > div:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(2rem, 6vw, 5rem);
}

.home-course-intro p {
    max-width: 49rem;
    color: #4e5b53;
    font-size: 1.05rem;
}

.home-course-intro .course-price-link {
    margin: 0 !important;
    white-space: nowrap;
}

.home-modern .course-price-link {
    min-height: 2.9rem;
    padding: .62rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--modern-green);
    box-shadow: 0 .55rem 1.25rem rgba(38, 60, 47, .15);
    color: #fff;
}

.home-modern .course-price-link:link,
.home-modern .course-price-link:visited,
.home-modern .course-price-link:focus,
.home-modern .course-price-link:hover,
.home-modern .course-price-link:active {
    border: 0;
    background: var(--modern-green);
    color: #fff;
}

.home-modern .course-price-link:focus,
.home-modern .course-price-link:hover {
    background: #405448;
    box-shadow: 0 .7rem 1.5rem rgba(38, 60, 47, .2);
}

.home-modern .course-price-arrow {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.course-panel {
    --course: var(--modern-orange);
    --course-deep: var(--modern-orange-dark);
    --course-soft: #fff6e9;
    display: grid !important;
    width: min(100% - 3rem, 76rem);
    min-height: 34rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 1.5rem !important;
    overflow: hidden;
    border: 1px solid rgba(38, 60, 47, .09);
    border-top: .35rem solid var(--course);
    border-radius: 2rem;
    background: #fff !important;
    box-shadow: 0 1rem 3rem rgba(38, 60, 47, .1);
}

.course-panel--coral {
    --course: var(--modern-coral);
    --course-deep: var(--modern-coral-dark);
    --course-soft: #fff0ec;
}

.course-panel--green {
    --course: var(--modern-green);
    --course-deep: var(--modern-green-dark);
    --course-soft: #eef3ef;
}

.course-panel > div {
    width: 100% !important;
    min-width: 0;
}

.course-panel > div:not(.single-item) {
    display: flex;
    align-items: center;
    padding: clamp(2rem, 5vw, 4.5rem) !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .95), transparent 13rem),
        var(--course-soft);
}

.course-panel > div:not(.single-item) > div {
    width: 100% !important;
    max-width: 38rem;
    text-align: left;
}

.course-panel > div:not(.single-item) p:first-child {
    margin-bottom: 1rem;
    color: var(--course-deep) !important;
    font-family: "Rubik", sans-serif;
    font-size: .75rem;
    letter-spacing: .16em;
}

.course-panel > div:not(.single-item) .dib:has(img) {
    float: right;
    margin: -2.4rem 0 .6rem 1rem;
}

.course-panel > div:not(.single-item) .dib img {
    width: 4.5rem;
    height: 4.5rem;
    background: transparent;
}

.course-panel h2 {
    clear: both;
    color: var(--modern-green-dark) !important;
    font-size: clamp(1.8rem, 2.75vw, 2.65rem);
    letter-spacing: -.045em;
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.course-panel .course-title-nowrap {
    white-space: nowrap;
}

.course-panel p {
    color: #48564d !important;
}

.course-panel h2 + p {
    color: var(--course-deep) !important;
    font-family: "Rubik", sans-serif;
    font-size: .86rem;
}

.course-panel .br-pill {
    margin: .25rem .15rem .25rem 0;
    padding: .5rem .72rem;
    border: 1px solid rgba(38, 60, 47, .11);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #405047;
    font-size: .75rem;
}

.course-panel .single-item {
    height: 100%;
    min-height: 34rem;
}

.course-panel .course-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
    transition: transform .85s cubic-bezier(.2, .7, .2, 1);
}

.course-panel .carousel-arrow {
    border-width: 1px;
    background: rgba(38, 60, 47, .82);
}

.course-panel .carousel-dots {
    background: rgba(38, 60, 47, .78);
}

.home-signup-cta {
    display: grid;
    width: min(100% - 3rem, 76rem);
    grid-template-columns: minmax(18rem, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    margin: clamp(5rem, 9vw, 8rem) auto !important;
    padding: clamp(3rem, 6vw, 5rem) !important;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 8% 10%, rgba(243, 159, 52, .18), transparent 19rem),
        var(--modern-green-dark) !important;
    box-shadow: var(--modern-shadow);
}

.home-signup-cta::before,
.home-signup-cta::after {
    display: none;
}

.home-signup-cta > div {
    float: none !important;
    width: auto !important;
}

.home-signup-cta h2 {
    margin: 0;
    padding: 0 !important;
    color: #fff;
    font-size: clamp(2.25rem, 3.8vw, 3.35rem);
    letter-spacing: -.035em;
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-align: left;
}

.home-signup-cta h2 span {
    display: block;
    white-space: nowrap;
}

.home-signup-cta p {
    color: rgba(255, 255, 255, .82);
}

.home-signup-cta .primary-cta {
    margin-left: 0;
    border-radius: 999px;
    background: var(--modern-coral);
    box-shadow: 0 .7rem 1.4rem rgba(14, 25, 18, .2);
}

.home-signup-cta .primary-cta:focus,
.home-signup-cta .primary-cta:hover {
    background: var(--modern-coral-dark);
    transform: translateY(-2px);
}

.home-faq {
    display: grid;
    width: min(100% - 3rem, 68rem);
    max-width: none;
    grid-template-columns: minmax(14rem, .65fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 7vw, 6rem);
    margin: 0 auto !important;
    padding: clamp(5rem, 9vw, 8rem) 0 !important;
}

.home-faq > h2 {
    margin: 0;
    color: var(--modern-green-dark);
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    letter-spacing: -.035em;
    line-height: 1.05;
    text-align: left;
}

.home-faq .faq-list {
    display: grid;
    max-width: none;
    gap: .65rem;
}

.home-faq .faq-item {
    overflow: hidden;
    border: 1px solid var(--modern-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .35rem 1.2rem rgba(38, 60, 47, .05);
}

.home-faq .faq-item:first-child {
    border-top: 1px solid var(--modern-line);
}

.home-faq .faq-item summary {
    position: relative;
    padding: 1.15rem 3.2rem 1.15rem 1.2rem;
    color: var(--modern-green-dark);
    font-family: "Rubik", sans-serif;
    font-size: .9rem;
    list-style: none;
}

.home-faq .faq-item summary::-webkit-details-marker {
    display: none;
}

.home-faq .faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    color: var(--modern-coral);
    content: "+";
    font-size: 1.35rem;
    transform: translateY(-50%);
}

.home-faq .faq-item[open] summary::after {
    content: "–";
}

.home-faq .faq-item p {
    padding: 0 1.2rem 1.2rem;
    color: #526057;
}

.trainer-panel {
    display: grid !important;
    width: min(100% - 3rem, 76rem);
    max-width: none;
    min-height: 34rem;
    grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
    margin: 0 auto 1.5rem !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(38, 60, 47, .09);
    border-radius: 1.75rem;
    background: var(--modern-soft-green);
    box-shadow: 0 1rem 2.8rem rgba(38, 60, 47, .09);
}

.trainer-panel > div {
    width: auto !important;
    padding: clamp(1.5rem, 4vw, 3rem) !important;
}

.trainer-panel > div:first-child {
    display: flex !important;
    align-items: stretch;
    padding: 0 !important;
}

.trainer-panel > div:last-child {
    display: block !important;
    align-self: center;
}

.trainer-panel .trainer-photo-frame {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.trainer-panel .trainer-photo {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    border-radius: 0;
    object-fit: cover;
    object-position: center 25%;
    transition: transform .75s cubic-bezier(.2, .7, .2, 1);
}

.trainer-panel--maren > div:first-child {
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem) !important;
    background:
        radial-gradient(circle at 22% 18%, rgba(243, 159, 52, .16), transparent 9rem),
        #e8efea;
}

.trainer-panel--maren .trainer-photo-frame {
    width: min(100%, 20rem);
    height: auto;
    overflow: hidden;
    border: .45rem solid rgba(255, 255, 255, .88);
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(38, 60, 47, .14);
}

.trainer-panel--maren .trainer-photo {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: .95rem;
    object-fit: contain;
    object-position: center;
}

.trainer-panel h2 {
    color: var(--modern-green-dark);
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    letter-spacing: -.035em;
}

.trainer-panel h3 {
    color: var(--modern-coral);
    font-size: .9rem;
}

.trainer-panel p {
    color: #536057;
    font-size: .96rem;
}

.trainer-panel img[src*="lines.svg"] {
    display: none;
}

.home-location-map {
    width: min(100% - 3rem, 76rem) !important;
    margin: clamp(5rem, 9vw, 8rem) auto 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(82, 107, 92, .18);
    border-radius: 1.8rem;
    box-shadow: 0 1rem 2.5rem rgba(38, 60, 47, .08);
}

.home-location-map .googlemap {
    min-height: 28rem;
    padding-bottom: 0;
}

.home-location-map .map-consent {
    background:
        linear-gradient(rgba(240, 244, 241, .9), rgba(240, 244, 241, .9)),
        repeating-linear-gradient(45deg, transparent 0 1.2rem, rgba(82, 107, 92, .13) 1.2rem 1.35rem);
}

.home-location-map .map-consent::before {
    display: grid;
    width: 4rem;
    height: 4rem;
    margin-bottom: .8rem;
    place-items: center;
    border-radius: 50%;
    background: var(--modern-coral);
    box-shadow: 0 .7rem 1.5rem rgba(234, 107, 81, .22);
    color: #fff;
    content: "⌖";
    font-size: 2rem;
}

.home-location-map .map-load {
    border-radius: 999px;
    box-shadow: 0 .55rem 1.2rem rgba(38, 60, 47, .18);
}

.home-location-copy {
    display: grid;
    width: min(100% - 3rem, 76rem);
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(2rem, 7vw, 7rem);
    margin: 0 auto clamp(5rem, 9vw, 8rem) !important;
    padding: clamp(2.5rem, 5vw, 4rem) !important;
    border-radius: 1.8rem;
    background: var(--modern-soft-green) !important;
}

.home-location-copy::before,
.home-location-copy::after {
    display: none;
}

.home-location-copy > div {
    float: none !important;
    width: auto !important;
}

.home-location-copy h2 {
    margin: 0;
    padding: 0 !important;
    color: var(--modern-green-dark);
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    letter-spacing: -.035em;
    text-align: left;
}

.home-location-copy p {
    padding-left: 0 !important;
    color: #526057;
}

.home-contact {
    display: grid !important;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 7vw, 7rem);
    padding: clamp(4rem, 8vw, 6.5rem) max(1.5rem, calc((100% - 76rem) / 2)) !important;
    background: var(--modern-green) !important;
}

.home-contact > div {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
}

.home-contact > div:first-child > div {
    text-align: left;
}

.home-contact h2 {
    color: #fff;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    letter-spacing: -.035em;
}

.home-contact p {
    color: rgba(255, 255, 255, .82);
}

.home-contact a {
    color: #fff;
}

.home-contact > div:last-child ul {
    display: grid;
    gap: .5rem;
    max-width: 38rem;
    margin: 0;
}

.home-contact > div:last-child li {
    margin: 0;
    padding: 0;
}

.home-contact > div:last-child a {
    display: flex;
    min-height: 3.1rem;
    align-items: center;
    padding: .55rem .8rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .8rem;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
}

.home-contact > div:last-child a:focus,
.home-contact > div:last-child a:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    transform: translateX(.18rem);
}

.home-footer > div {
    min-height: 18rem;
    padding-top: 4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .7)),
        url("../images/kituwi-footer.jpg") center bottom / cover no-repeat !important;
}

@media (hover: hover) {
    .home-image-intro .aspect-ratio:hover {
        box-shadow: 0 1.35rem 3rem rgba(38, 60, 47, .15);
        transform: translateY(-3px);
    }

    .course-panel:hover .course-photo,
    .trainer-panel:hover .trainer-photo {
        transform: scale(1.025);
    }

    .trainer-panel--maren:hover .trainer-photo {
        transform: none;
    }
}

@media screen and (max-width: 959px) {
    .home-modern .site-nav {
        width: min(100% - 2rem, 46rem);
        min-height: 6rem;
    }

    .home-modern .site-nav ul {
        gap: .9rem;
    }

    .home-modern .site-nav ul a {
        font-size: .68rem;
    }

    .home-modern .hero-welcome {
        width: min(100% - 2rem, 46rem);
    }

    .home-modern .hero-panel {
        min-height: 30rem;
        background:
            radial-gradient(circle at 92% 15%, rgba(234, 107, 81, .2) 0 1.1rem, transparent 1.2rem),
            linear-gradient(90deg, var(--modern-cream) 0%, rgba(255, 248, 239, .95) 52%, rgba(255, 248, 239, .48) 100%),
            url("../images/bewegung.jpg") center / cover no-repeat;
    }

    .home-modern .hero-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-modern .hero-actions .primary-cta {
        grid-column: auto;
    }

    .home-course-intro,
    .home-signup-cta,
    .home-faq,
    .home-location-copy,
    .home-contact {
        grid-template-columns: 1fr;
    }

    .course-panel {
        width: min(100% - 2rem, 46rem);
        grid-template-columns: 1fr;
    }

    .course-panel.reverse {
        grid-template-columns: 1fr;
    }

    .course-panel > div {
        width: 100% !important;
    }

    .course-panel > div:not(.single-item) {
        order: 1;
    }

    .course-panel .single-item {
        min-height: 23rem;
        order: 2;
    }

    .course-panel .course-photo {
        min-height: 23rem;
    }

    .trainer-panel {
        width: min(100% - 2rem, 46rem);
        grid-template-columns: 1fr;
    }

    .trainer-panel .trainer-photo {
        min-height: 30rem;
        max-height: 38rem;
    }

    .trainer-panel--maren .trainer-photo {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .home-location-map {
        width: min(100% - 2rem, 46rem) !important;
    }
}

@media screen and (max-width: 680px) {
    .home-modern .site-nav {
        flex-direction: column;
        gap: .4rem;
        padding: .8rem 0 .6rem !important;
    }

    .home-modern .site-nav > a img {
        width: 8.25rem !important;
    }

    .home-modern .site-nav > div,
    .home-modern .site-nav ul {
        width: 100% !important;
    }

    .home-modern .site-nav ul {
        justify-content: center;
        gap: clamp(.65rem, 3vw, .95rem);
    }

    .home-modern .site-nav ul a {
        min-height: 2.2rem;
        font-size: clamp(.6rem, 2.55vw, .7rem);
    }

    .home-modern .site-nav li:nth-child(3) {
        display: none;
    }

    .home-modern .hero-welcome {
        width: min(100% - 2rem, 30rem);
        padding-top: .6rem !important;
        padding-bottom: 3rem !important;
    }

    .home-modern .hero-panel {
        min-height: 0;
        padding: 1.25rem .85rem 7.75rem;
        border-radius: 1.2rem;
        background:
            radial-gradient(circle at 91% 10%, rgba(234, 107, 81, .16) 0 .6rem, transparent .7rem),
            linear-gradient(180deg, var(--modern-cream) 0%, rgba(255, 248, 239, .99) 79%, rgba(255, 248, 239, .32) 100%),
            url("../images/bewegung.jpg") center bottom / 100% 7.75rem no-repeat;
    }

    .home-modern .hero-kicker {
        margin-bottom: .65rem;
        font-size: .6rem;
    }

    .home-modern .hero-title {
        margin-bottom: .7rem;
        font-size: clamp(1.95rem, 8.4vw, 2.35rem);
        line-height: 1.02;
    }

    .home-modern .hero-text {
        margin-bottom: .8rem;
        font-size: .95rem;
        line-height: 1.45;
    }

    .home-modern .hero-actions {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .home-modern .hero-actions .primary-cta {
        grid-column: auto;
    }

    .home-modern .hero-actions a {
        min-height: 3.7rem;
        padding: .6rem 3.75rem .6rem .65rem !important;
        border-radius: .75rem;
        font-size: .8rem;
    }

    .home-modern .hero-button-kid,
    .home-modern .hero-button-kid--wide {
        right: .65rem;
        bottom: .35rem;
        width: 2.85rem;
        height: 2.85rem;
    }

    .home-modern .review-strip {
        display: inline-flex;
        width: fit-content;
        min-height: 2.1rem;
        grid-template-areas: none;
        grid-template-columns: none;
        gap: .35rem;
        margin: .5rem 0 0;
        padding: .18rem .28rem .18rem .22rem;
        border-width: 1px;
        border-radius: 999px;
        text-align: left;
    }

    .home-modern .review-source {
        grid-area: auto;
    }

    .home-modern .review-copy {
        grid-area: auto;
        font-size: .6rem;
    }

    .home-modern .review-action {
        grid-area: auto;
        width: 1.5rem;
        height: 1.5rem;
        font-size: .8rem;
    }

    .home-image-intro {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .home-image-intro .cf {
        grid-template-columns: 1fr;
    }

    .home-image-intro .aspect-ratio {
        min-height: 25rem;
        border-radius: 1.35rem;
    }

    .home-mission {
        width: min(100% - 2rem, 32rem);
        padding: 4.5rem 0 !important;
    }

    .home-course-intro,
    .home-signup-cta,
    .home-faq,
    .home-location-copy {
        width: min(100% - 1rem, 32rem);
    }

    .home-course-intro {
        gap: 1.4rem;
        padding-top: 4rem !important;
    }

    .home-course-intro h2 {
        font-size: 2.05rem;
        white-space: normal;
        text-wrap: balance;
    }

    .home-course-intro > div:last-child {
        display: block;
    }

    .home-course-intro .course-price-link {
        margin-top: 1.4rem !important;
        white-space: normal;
    }

    .course-panel {
        width: min(100% - 1rem, 32rem);
        border-radius: 1.4rem;
    }

    .course-panel > div:not(.single-item) {
        padding: 1.5rem 1.2rem 1.8rem !important;
    }

    .course-panel h2 {
        font-size: 2rem;
    }

    .course-panel .br-pill {
        display: block;
        width: 100%;
        border-radius: .75rem;
    }

    .course-panel .single-item,
    .course-panel .course-photo {
        min-height: 17rem;
        height: 17rem;
    }

    .home-signup-cta {
        padding: 2rem 1.2rem !important;
        border-radius: 1.4rem;
    }

    .home-faq {
        padding: 4.5rem 0 !important;
    }

    .trainer-panel {
        width: min(100% - 1rem, 32rem);
        border-radius: 1.4rem;
    }

    .trainer-panel .trainer-photo {
        min-height: 24rem;
        max-height: 30rem;
    }

    .trainer-panel--maren .trainer-photo {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .trainer-panel--maren > div:first-child {
        padding: 2rem 1rem !important;
    }

    .home-location-map {
        width: min(100% - 1rem, 32rem) !important;
        border-radius: 1.4rem;
    }

    .home-location-map .googlemap {
        min-height: 23rem;
    }

    .home-location-copy {
        padding: 2rem 1.2rem !important;
        border-radius: 1.4rem;
    }

    .home-contact {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media screen and (max-width: 360px) {
    .course-panel h2.course-title-nowrap {
        font-size: clamp(1.6rem, 8.25vw, 1.85rem);
    }

    .home-signup-cta h2 {
        font-size: 1.95rem;
    }
}
