:root {
    --ink: #495139;
    --heading: #10222B;
    --muted: #6E7953;
    --leaf: #95AB63;
    --leaf-strong: #4c6313;
    --leaf-fresh: #BDD684;
    --store: #95AB63;
    --store-soft: #F6FFE0;
    --care: #4c6313;
    --care-soft: #BDD684;
    --moss: #BDD684;
    --cream: #F6FFE0;
    --paper: #fffffb;
    --line: rgba(23, 35, 29, 0.14);
    --shadow: 0 24px 60px rgba(23, 35, 29, 0.13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

body.current-ladengeschaeft,
body.current-blumenabo {
    background: linear-gradient(180deg, #ffffff 0, var(--cream) 430px);
}

body.current-grabpflege {
    background: linear-gradient(180deg, #eef8d5 0, var(--cream) 430px);
}

body,
button,
input,
select,
textarea {
    font: 16px/1.55 Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

.icon-link,
.form-label-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
    vertical-align: middle;
}

.contact-icon {
    width: 1.05em;
    height: 1.05em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.floating-contact {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 70;
    display: grid;
    gap: 7px;
    transform: translateY(-50%);
}

.floating-contact .icon-link {
    position: relative;
    width: 48px;
    height: 48px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(16, 34, 43, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, width 180ms ease;
}

.floating-contact .icon-link-phone {
    background: var(--leaf-strong);
}

.floating-contact .icon-link-whatsapp {
    background: #25d366;
}

.floating-contact .icon-link-mail {
    background: var(--heading);
}

.floating-contact .contact-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.floating-contact .icon-link span {
    position: absolute;
    right: 58px;
    top: 50%;
    max-width: 160px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(16, 34, 43, 0.94);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.1;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    white-space: nowrap;
    transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact .icon-link:hover,
.floating-contact .icon-link:focus-visible {
    width: 54px;
    transform: translateX(-2px);
    box-shadow: 0 18px 34px rgba(16, 34, 43, 0.24);
}

.floating-contact .icon-link:hover span,
.floating-contact .icon-link:focus-visible span {
    opacity: 1;
    transform: translate(0, -50%);
}

.quick-info .icon-link,
.legal-page .icon-link,
.contact-card .icon-link,
.site-footer .icon-link {
    font-weight: 800;
    text-decoration: none;
}

.quick-info .icon-link:not(.button):hover,
.legal-page .icon-link:not(.button):hover,
.contact-card .icon-link:not(.button):hover,
.site-footer .icon-link:not(.button):hover {
    color: var(--leaf-strong);
}

@keyframes heroDrift {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.045);
    }
}

@keyframes softPulse {
    0%,
    100% {
        box-shadow: var(--shadow);
    }

    50% {
        box-shadow: 0 28px 70px rgba(23, 35, 29, 0.18);
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 14px clamp(18px, 4vw, 56px);
    border-bottom: 1px solid rgba(76, 99, 19, 0.18);
    background: rgba(246, 255, 224, 0.9);
    backdrop-filter: blur(18px);
}

.brand {
    width: clamp(210px, 23vw, 330px);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
}

.site-header nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.site-header nav a,
.header-call {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header nav a:hover,
.header-call:hover {
    transform: translateY(-1px);
}

.site-header nav a:hover {
    background: rgba(149, 171, 99, 0.22);
}

.site-header nav a.active {
    background: var(--leaf-strong);
    color: #fff;
}

.current-ladengeschaeft .site-header nav a.active,
.current-blumenabo .site-header nav a.active,
.store-action {
    background: var(--leaf);
    color: var(--heading);
}

.current-ladengeschaeft .site-header nav a.active,
.current-blumenabo .site-header nav a.active {
    color: #fff;
}

.site-header nav a.external-shop-link {
    background: var(--leaf);
    color: #fff;
}

.current-grabpflege .site-header nav a.active,
.care-action {
    background: var(--care);
    color: #fff;
}

.header-call {
    background: var(--leaf-strong);
    color: #fff;
}

.hero {
    position: relative;
    min-height: clamp(500px, 72vh, 680px);
    display: grid;
    align-items: center;
    padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 58px);
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.78), rgba(76, 99, 19, 0.42) 54%, rgba(149, 171, 99, 0.1)),
        url("gallery/laden/laden-panorama-header.jpg") center / cover;
    animation: heroDrift 18s ease-in-out alternate infinite;
    transform-origin: center;
}

.hero-content {
    position: relative;
    width: min(760px, 100%);
    color: #fff;
    transform: translateY(-3vh);
}

.eyebrow {
    margin: 0 0 11px;
    color: var(--leaf-strong);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #d9efca;
}

h1,
h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.02;
    letter-spacing: 0;
}

h1 {
    max-width: 680px;
    font-size: clamp(2.25rem, 4.8vw, 4.45rem);
}

h2 {
    color: var(--heading);
    font-size: clamp(2rem, 4vw, 4rem);
}

p {
    margin: 0;
}

.hero-content > p:not(.eyebrow) {
    max-width: 660px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(23, 35, 29, 0.18);
}

.button.primary {
    background: var(--leaf-strong);
    color: #fff;
}

.button.secondary {
    border: 1px solid rgba(76, 99, 19, 0.28);
    background: rgba(246, 255, 224, 0.9);
    color: var(--ink);
}

.quick-info {
    width: min(1180px, calc(100% - 36px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: -42px auto 0;
    position: relative;
    z-index: 2;
}

.quick-info article,
.service-card,
.season-list article,
.contact-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 251, 0.94);
    box-shadow: var(--shadow);
}

.quick-info article {
    padding: 18px;
}

.quick-info span {
    display: block;
    color: var(--muted);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.quick-info strong {
    display: block;
    margin-top: 4px;
    color: var(--heading);
    font-size: 1.25rem;
}

.quick-info p {
    color: var(--muted);
}

.delivery-info {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr) auto;
    gap: clamp(14px, 3vw, 28px);
    align-items: center;
    margin-top: clamp(24px, 4vw, 42px);
    margin-bottom: clamp(22px, 4vw, 40px);
    padding: 18px clamp(18px, 3vw, 28px);
    border: 1px solid rgba(149, 171, 99, 0.34);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(189, 214, 132, 0.34));
    box-shadow: 0 10px 24px rgba(23, 35, 29, 0.08);
}

.delivery-info.section {
    padding-top: 18px;
    padding-bottom: 18px;
}

.delivery-info .eyebrow {
    margin-bottom: 5px;
}

.delivery-info h2 {
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.08;
}

.delivery-info > p {
    color: var(--muted);
    font-size: 1rem;
}

.weekly-special.section {
    width: min(1040px, calc(100% - 36px));
    margin-top: clamp(30px, 4vw, 50px);
    margin-bottom: clamp(24px, 4vw, 42px);
    padding: clamp(16px, 2.4vw, 24px);
}

.weekly-special {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 270px);
    gap: clamp(16px, 3vw, 28px);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(149, 171, 99, 0.32);
    border-left: 6px solid #f2c94c;
    border-radius: 8px;
    background: linear-gradient(135deg, #fffffb 0%, #fff8df 48%, rgba(189, 214, 132, 0.48) 100%);
    box-shadow: 0 18px 42px rgba(23, 35, 29, 0.11);
}

.weekly-special-copy {
    position: relative;
    z-index: 1;
}

.weekly-special .eyebrow {
    width: fit-content;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(242, 201, 76, 0.24);
    color: #6f5200;
    font-size: 0.72rem;
}

.weekly-special h2 {
    max-width: 640px;
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    line-height: 1.04;
}

.weekly-special-copy:only-child {
    grid-column: 1 / -1;
}

.weekly-special-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-top: 10px;
}

.weekly-special-offer span {
    color: var(--ink);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    font-weight: 900;
}

.weekly-special-offer strong {
    color: var(--leaf-strong);
    font-family: "Segoe Print", "Bradley Hand ITC", "Brush Script MT", cursive;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 0.98;
    transform: rotate(-2deg);
}

.weekly-special-text {
    max-width: 640px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.98rem;
}

.weekly-special-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.weekly-special-actions .button {
    min-height: 40px;
    padding: 0 15px;
    font-size: 0.95rem;
}

.weekly-special-media {
    position: relative;
    z-index: 1;
}

.weekly-special img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 38px rgba(23, 35, 29, 0.2);
}

.page-hero {
    min-height: 520px;
    display: grid;
    align-items: end;
    padding: clamp(80px, 12vw, 150px) clamp(18px, 5vw, 72px) clamp(42px, 7vw, 78px);
    color: #fff;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.page-hero > div {
    width: min(820px, 100%);
}

.page-hero .eyebrow {
    color: #d9efca;
}

.page-hero p:not(.eyebrow) {
    max-width: 690px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.page-store {
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.72), rgba(149, 171, 99, 0.28)),
        url("gallery/laden/laden.jpg") center / cover;
}

.page-subscription {
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.76), rgba(149, 171, 99, 0.36)),
        url("gallery/laden/dsc-0598-72.jpg") center / cover;
}

.page-care {
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.82), rgba(76, 99, 19, 0.32)),
        url("gallery/grabpflege/grab1-3.jpg") center / cover;
}

.page-about {
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.78), rgba(149, 171, 99, 0.24)),
        url("gallery/laden/laden-panorama-header.jpg") center / cover;
}

.page-contact {
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.78), rgba(76, 99, 19, 0.24)),
        url("gallery/laden/laden-panorama-header.jpg") center / cover;
}

.page-legal {
    min-height: 380px;
    background:
        linear-gradient(90deg, rgba(16, 34, 43, 0.82), rgba(76, 99, 19, 0.48)),
        linear-gradient(135deg, var(--leaf-strong), var(--leaf));
}

.section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(54px, 8vw, 96px) 0;
}

.home-delivery.section {
    margin-top: clamp(22px, 3.4vw, 38px);
    margin-bottom: clamp(26px, 4vw, 44px);
    padding: clamp(22px, 3vw, 30px) clamp(20px, 3.2vw, 34px);
}

.intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: end;
}

.intro > p,
.split-copy p,
.contact-copy p,
.content-split > div > p {
    color: var(--muted);
    font-size: 1.1rem;
}

.content-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 6vw, 70px);
    align-items: start;
}

.content-split > div > p {
    margin-top: 18px;
}

.detail-list {
    display: grid;
    gap: 14px;
}

.detail-list article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 251, 0.9);
}

.detail-list strong {
    display: block;
    color: var(--heading);
    font-size: 1.2rem;
}

.detail-list p {
    margin-top: 7px;
    color: var(--muted);
}

.legal-page {
    display: grid;
    gap: 16px;
}

.legal-page article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.94);
}

.legal-page h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.legal-page p {
    margin-top: 12px;
    color: var(--muted);
}

.theme-store .eyebrow,
.theme-store .detail-list strong {
    color: var(--leaf-strong);
}

.theme-store .detail-list article {
    border-color: rgba(149, 171, 99, 0.32);
    background: linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(189, 214, 132, 0.36));
}

.subscription-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: center;
    padding-top: 0;
}

.subscription-copy {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(149, 171, 99, 0.34);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 251, 0.98), rgba(189, 214, 132, 0.34));
    box-shadow: var(--shadow);
    animation: softPulse 8s ease-in-out infinite;
}

.subscription-copy p:not(.eyebrow) {
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.12rem;
}

.subscription-image {
    min-height: 430px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(16, 34, 43, 0.06), rgba(16, 34, 43, 0.18)),
        url("gallery/floristik/03.jpg") center / cover;
    box-shadow: var(--shadow);
}

.subscription-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
}

.subscription-intro > div > p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.1rem;
}

.subscription-panel,
.abo-offer-card,
.abo-step-grid article {
    border: 1px solid rgba(149, 171, 99, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 251, 0.95);
    box-shadow: 0 14px 34px rgba(23, 35, 29, 0.1);
}

.subscription-panel {
    padding: 24px;
}

.subscription-panel strong {
    display: block;
    color: var(--heading);
    font-size: 1.35rem;
}

.subscription-panel ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.subscription-panel li {
    padding: 11px 12px;
    border-radius: 8px;
    background: rgba(189, 214, 132, 0.28);
    color: var(--ink);
    font-weight: 800;
}

.abo-steps {
    padding-top: 0;
}

.abo-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.abo-step-grid article {
    padding: 24px;
}

.abo-step-grid span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--leaf-strong);
    color: #fff;
    font-weight: 900;
}

.abo-step-grid h3 {
    margin: 18px 0 0;
    color: var(--heading);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.08;
}

.abo-step-grid p {
    margin-top: 10px;
    color: var(--muted);
}

.abo-offer {
    padding-top: 0;
}

.abo-offer-card {
    padding: clamp(26px, 5vw, 52px);
    background:
        linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(189, 214, 132, 0.52)),
        url("gallery/laden/img-20201229-123639627-1.jpg") right center / contain no-repeat;
}

.abo-offer-card p:not(.eyebrow) {
    max-width: 680px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.1rem;
}

.theme-care .eyebrow,
.theme-care .detail-list strong {
    color: var(--care);
}

.theme-care .detail-list article {
    border-color: rgba(76, 99, 19, 0.26);
    background: linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(149, 171, 99, 0.28));
}

.image-gallery {
    padding-top: 0;
}

.gallery-heading {
    width: min(780px, 100%);
    margin-bottom: 24px;
}

.gallery-heading p:not(.eyebrow) {
    margin-top: 16px;
    color: var(--muted);
    font-size: 1.08rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gallery-grid figure {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 251, 0.92);
    box-shadow: 0 14px 34px rgba(23, 35, 29, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gallery-grid figure:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(23, 35, 29, 0.15);
}

.gallery-grid a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(189, 214, 132, 0.2);
    cursor: zoom-in;
}

.gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.gallery-grid a:hover img {
    transform: scale(1.035);
}

.gallery-grid figcaption {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: var(--heading);
    font-weight: 800;
    line-height: 1.25;
}

.gallery-store .gallery-grid figure {
    border-color: rgba(149, 171, 99, 0.34);
}

.gallery-care .gallery-grid figure,
.gallery-funeral .gallery-grid figure {
    border-color: rgba(76, 99, 19, 0.28);
}

.gallery-funeral {
    padding-top: clamp(18px, 4vw, 42px);
}

.references {
    padding-top: 0;
}

.reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.reference-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(76, 99, 19, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(189, 214, 132, 0.28));
    box-shadow: 0 14px 34px rgba(23, 35, 29, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.reference-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(23, 35, 29, 0.15);
}

.reference-card a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(189, 214, 132, 0.2);
    cursor: zoom-in;
}

.reference-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.reference-card a:hover img {
    transform: scale(1.035);
}

.reference-card div {
    padding: 18px;
}

.reference-card time {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--care);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.reference-card h3 {
    margin: 14px 0 0;
    color: var(--heading);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.08;
}

.reference-card p {
    margin-top: 10px;
    color: var(--muted);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.legal-page.reveal,
.terms-page.reveal {
    opacity: 1;
    transform: none;
}

.gallery-grid figure.reveal,
.reference-card.reveal,
.service-card.reveal {
    transition: opacity 520ms ease, transform 520ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
}

.service-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 56px rgba(23, 35, 29, 0.17);
}

.service-card h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.service-card p {
    margin-top: 14px;
    color: var(--muted);
}

.service-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card li {
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-weight: 800;
}

.feature-store {
    background:
        linear-gradient(180deg, rgba(255, 255, 251, 0.92), rgba(189, 214, 132, 0.62)),
        url("gallery/laden/laden.jpg") center / cover;
}

.feature-care {
    background:
        linear-gradient(180deg, rgba(255, 255, 251, 0.9), rgba(149, 171, 99, 0.54)),
        url("gallery/grabpflege/grab2-3.jpg") center / cover;
}

.feature-cemetery {
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.8)),
        url("gallery/grabpflege/grab2-3.jpg") center / cover;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(24px, 5vw, 60px);
    align-items: center;
}

.split-image {
    min-height: 520px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(23, 35, 29, 0), rgba(23, 35, 29, 0.22)),
        url("gallery/laden/001.jpg") center / cover;
    box-shadow: var(--shadow);
}

.split-copy {
    padding: clamp(22px, 4vw, 48px);
}

.split-copy p {
    margin-top: 18px;
}

.season {
    display: grid;
    gap: 24px;
}

.season-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.season-list article {
    padding: 22px;
    box-shadow: none;
}

.season-list strong {
    display: block;
    color: var(--leaf-strong);
    font-size: 1.2rem;
}

.season-list p {
    margin-top: 8px;
    color: var(--muted);
}

.contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: clamp(24px, 5vw, 72px);
    align-items: center;
}

.contact-card {
    padding: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 251, 0.95), rgba(189, 214, 132, 0.58));
}

.contact-card strong {
    display: block;
    color: var(--leaf-strong);
    font-size: 1.5rem;
}

.contact-card p {
    margin-top: 14px;
    color: var(--muted);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 18px;
}

.contact-form-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
    padding-top: 0;
}

.contact-form-copy p:not(.eyebrow) {
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.08rem;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(149, 171, 99, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 251, 0.95);
    box-shadow: 0 14px 34px rgba(23, 35, 29, 0.1);
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--leaf-strong);
    font-weight: 900;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid rgba(76, 99, 19, 0.22);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-weight: 400;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form select {
    cursor: pointer;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--leaf);
    box-shadow: 0 0 0 4px rgba(149, 171, 99, 0.22);
}

.grave-location-field[hidden],
.arrangement-field[hidden] {
    display: none;
}

.privacy-check {
    display: flex !important;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px !important;
    color: var(--muted) !important;
    font-weight: 700 !important;
    line-height: 1.45;
}

.privacy-check input {
    width: auto;
    min-height: auto;
    margin-top: 0.25em;
    flex: 0 0 auto;
}

.privacy-check a {
    color: var(--leaf-strong);
    font-weight: 900;
}

.contact-form .honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-notice {
    margin: 0;
    padding: 13px 15px;
    border-radius: 8px;
    font-weight: 800;
}

.form-notice p {
    margin: 0;
}

.form-notice p + p {
    margin-top: 6px;
}

.form-success {
    border: 1px solid rgba(76, 99, 19, 0.26);
    background: rgba(189, 214, 132, 0.3);
    color: var(--leaf-strong);
}

.form-error {
    border: 1px solid rgba(156, 61, 50, 0.25);
    background: rgba(156, 61, 50, 0.08);
    color: #8b3028;
}

.site-footer {
    min-height: 76px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px clamp(18px, 4vw, 56px);
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer .footer-social {
    gap: 12px;
}

.site-footer a {
    font-weight: 800;
    text-decoration: none;
}

body.lightbox-open {
    overflow: hidden;
}

.lightbox[hidden] {
    display: none;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    padding: clamp(16px, 3vw, 34px);
    background: rgba(16, 34, 43, 0.92);
}

.lightbox-frame {
    width: min(1180px, 100%);
    max-height: calc(100vh - 120px);
    display: grid;
    align-items: center;
    justify-items: center;
    margin: 0;
}

.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 168px);
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.lightbox-caption {
    min-height: 32px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-align: center;
}

.lightbox-button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
    transition: background 180ms ease, transform 180ms ease;
}

.lightbox-button:hover,
.lightbox-button:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.lightbox-close {
    position: absolute;
    top: clamp(14px, 2.6vw, 28px);
    right: clamp(14px, 2.6vw, 28px);
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-prev:hover,
.lightbox-prev:focus-visible,
.lightbox-next:hover,
.lightbox-next:focus-visible {
    transform: translateY(calc(-50% - 1px));
}

.lightbox-prev {
    left: clamp(12px, 2.4vw, 28px);
}

.lightbox-next {
    right: clamp(12px, 2.4vw, 28px);
}

.lightbox-counter {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 800;
}

@media (max-width: 920px) {
    .site-header {
        position: static;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-header nav {
        justify-content: flex-start;
    }

    .brand {
        width: min(340px, 100%);
    }

    .quick-info,
    .intro,
    .delivery-info,
    .weekly-special,
    .content-split,
    .contact-form-section,
    .service-grid,
    .gallery-grid,
    .reference-grid,
    .subscription-highlight,
    .subscription-intro,
    .abo-step-grid,
    .split,
    .season-list,
    .contact {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 600px;
    }

    .quick-info {
        margin-top: 18px;
    }

    .delivery-info {
        gap: 12px;
    }

    .weekly-special.section {
        width: min(100% - 24px, 1040px);
        margin-top: 24px;
        padding: 18px;
    }

    .weekly-special {
        padding: 0;
    }

    .weekly-special-media {
        max-width: 360px;
    }

    .home-delivery.section {
        margin-top: 20px;
        padding: 22px;
    }

    .service-card {
        min-height: 430px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abo-step-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 620px) {
    .site-header nav a,
    .header-call {
        width: 100%;
    }

    .floating-contact {
        top: auto;
        bottom: 92px;
        gap: 6px;
        transform: none;
    }

    .floating-contact .icon-link {
        width: 44px;
        height: 44px;
    }

    .floating-contact .icon-link:hover,
    .floating-contact .icon-link:focus-visible {
        width: 48px;
    }

    .floating-contact .icon-link span {
        display: none;
    }

    .hero {
        min-height: 540px;
        padding-top: 42px;
    }

    h1 {
        font-size: clamp(2.05rem, 9vw, 3.15rem);
    }

    .hero-actions,
    .contact-actions,
    .button {
        width: 100%;
    }

    .weekly-special.section {
        width: min(100% - 20px, 1040px);
        padding: 16px;
    }

    .weekly-special {
        border-left-width: 5px;
    }

    .weekly-special h2 {
        font-size: clamp(1.32rem, 7vw, 1.85rem);
    }

    .weekly-special-actions {
        gap: 8px;
    }

    .weekly-special-actions .button {
        min-height: 42px;
    }

    .split-image {
        min-height: 360px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .reference-grid {
        grid-template-columns: 1fr;
    }

    .subscription-image {
        min-height: 320px;
    }

    .abo-offer-card {
        background: linear-gradient(135deg, rgba(255, 255, 251, 0.96), rgba(189, 214, 132, 0.52));
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
