:root {
    --drw-color-white: #fff;
    --drw-color-black: #000;
    --drw-color-text: #222;
    --drw-color-text-muted: #666;
    --drw-color-text-soft: #333;
    --drw-color-text-light: #888;
    --drw-color-border: #dedede;
    --drw-color-border-light: #ececec;
    --drw-color-border-softer: #eeeeee;
    --drw-color-surface: #f5f5f5;
    --drw-color-surface-soft: #f7f7f7;
    --drw-color-surface-muted: #f2f2f2;
    --drw-color-section: #eee;
    --drw-color-service: #eee8e3;
    --drw-color-gold: #d7b796;

    --drw-font-primary: din-2014, sans-serif;
    --drw-font-system: Arial, Helvetica, sans-serif;

    --drw-radius-sm: 6px;
    --drw-radius-md: 7px;
    --drw-radius-lg: 10px;

    --drw-space-section-y: 30px;
    --drw-transition-fast: 0.2s ease;
    --drw-transition-medium: 0.35s ease;
}

/* ============================================================
   1. DESKTOP PRODUKTNAVIGATION
   ============================================================ */

.drwolff-mega-menu {
    padding: 25px 15px 0px;
    background-color: var(--drw-color-white);
}

.drwolff-menu-group {
    padding: 0 15px;
}

.drwolff-menu-group-title {
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--drw-color-border);
    color: var(--drw-color-text-soft);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.drwolff-menu-item {
    display: block;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: var(--drw-radius-lg);
    color: var(--drw-color-text);
    text-decoration: none;
    transition: background-color var(--drw-transition-fast), transform var(--drw-transition-fast);
}

.drwolff-menu-item:hover,
.drwolff-menu-item:focus {
    background-color: var(--drw-color-surface);
    color: var(--drw-color-text);
    text-decoration: none;
    transform: translateY(-1px);
}

.drwolff-menu-item .row {
    display: flex;
    align-items: center;
    margin-right: -7px;
    margin-left: -7px;
}

.drwolff-menu-item [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

.drwolff-menu-item img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: var(--drw-radius-md);
}

.drwolff-menu-title {
    margin: 0 0 5px;
    color: var(--drw-color-text);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.drwolff-menu-description {
    margin: 0;
    color: var(--drw-color-text-soft);
    font-size: 12px;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .drwolff-mega-menu > .row {
        display: flex;
    }

    .drwolff-mega-menu > .row > [class*="col-"] {
        border-right: 1px solid var(--drw-color-border-light);
    }

    .drwolff-mega-menu > .row > [class*="col-"]:last-child {
        border-right: 0;
    }
}


/* ============================================================
   2. MOBILE PRODUKTNAVIGATION
   ============================================================ */

.drwolff-mobile-menu {
    padding: 0 18px 30px;
    background-color: var(--drw-color-white);
}

.drwolff-mobile-group {
    margin-top: 25px;
}

.drwolff-mobile-group:first-child {
    margin-top: 10px;
}

.drwolff-mobile-group-title {
    margin: 0 0 8px;
    padding: 8px 10px;
    background-color: var(--drw-color-surface-muted);
    color: var(--drw-color-text-soft);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.drwolff-mobile-item {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 8px 10px;
    border-bottom: 1px solid var(--drw-color-border-softer);
    color: var(--drw-color-text);
    text-decoration: none;
}

.drwolff-mobile-item:hover,
.drwolff-mobile-item:focus {
    background-color: var(--drw-color-surface-soft);
    color: var(--drw-color-text);
    text-decoration: none;
}

.drwolff-mobile-item img {
    flex: 0 0 54px;
    width: 54px;
    height: 44px;
    margin-right: 14px;
    border-radius: var(--drw-radius-sm);
    object-fit: cover;
}

.drwolff-mobile-item span {
    font-size: 16px;
    line-height: 1.3;
}

.drwolff-mobile-group-last {
    margin-top: 24px;
    border-top: 1px solid var(--drw-color-border);
}

.drwolff-mobile-text-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 10px;
    color: var(--drw-color-text);
    font-size: 16px;
    text-decoration: none;
}

.drwolff-mobile-text-link:hover,
.drwolff-mobile-text-link:focus {
    color: var(--drw-color-text);
    text-decoration: none;
}

.drwolff-mobile-arrow {
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
}


/* ============================================================
   3. PRODUKTÜBERSICHTSSEITE
   ============================================================ */

.drwolff-product-overview {
    margin-top: 30px;
    margin-bottom: 50px;
}

.drwolff-product-section {
    margin-bottom: 80px;
}

.drwolff-product-section:last-child {
    margin-bottom: 0;
}

.drwolff-product-section-header {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--drw-color-border);
}

.drwolff-product-section-label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--drw-color-text-light);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.drwolff-product-section-title {
    margin: 0 0 10px;
    color: var(--drw-color-text);
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.drwolff-product-section-description {
    max-width: 760px;
    margin: 0;
    color: var(--drw-color-text-muted);
    font-size: 16px;
    line-height: 1.6;
}

.drwolff-product-item {
    padding: 35px 0;
}

.drwolff-product-item:first-child {
    padding-top: 0;
}

.drwolff-product-item:last-child,
.drwolff-product-section .drwolff-product-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.drwolff-product-image {
    display: block;
    overflow: hidden;
    background-color: var(--drw-color-surface);
    border-radius: var(--drw-radius-lg);
}

.drwolff-product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: var(--drw-radius-lg);
    transition: transform var(--drw-transition-medium);
}

.drwolff-product-image:hover img {
    transform: scale(1.025);
}

.drwolff-product-content {
    padding: 15px 0 15px 25px;
}

.drwolff-product-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.drwolff-product-content h3 a {
    color: var(--drw-color-text);
    text-decoration: none;
}

.drwolff-product-content h3 a:hover,
.drwolff-product-content h3 a:focus {
    color: var(--drw-color-text-muted);
    text-decoration: none;
}

.drwolff-product-content p {
    margin-bottom: 20px;
    color: var(--drw-color-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.drwolff-product-link {
    display: inline-block;
    color: var(--drw-color-text);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.drwolff-product-link::after {
    content: "\2192";
    display: inline-block;
    margin-left: 8px;
    transition: transform var(--drw-transition-fast);
}

.drwolff-product-link:hover,
.drwolff-product-link:focus {
    color: var(--drw-color-text);
    text-decoration: none;
}

.drwolff-product-link:hover::after {
    transform: translateX(4px);
}

@media (min-width: 992px) {
    .drwolff-product-item .row {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .drwolff-product-section {
        margin-bottom: 60px;
    }

    .drwolff-product-section-title {
        font-size: 29px;
    }

    .drwolff-product-content {
        padding: 25px 0 5px;
    }

    .drwolff-product-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .drwolff-product-section {
        margin-bottom: 50px;
    }

    .drwolff-product-section-header {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .drwolff-product-section-title {
        font-size: 26px;
    }

    .drwolff-product-section-description {
        font-size: 15px;
    }

    .drwolff-product-item {
        padding: 25px 0;
    }

    .drwolff-product-content {
        padding-top: 20px;
    }

    .drwolff-product-content h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .drwolff-product-content p {
        font-size: 15px;
    }
}


/* ============================================================
   4. HOMEPAGE BASIS
   ============================================================ */

.drw-home-section-muted {
    background-color: var(--drw-color-section);
}

.drw-home-hero-desktop {
    margin-top: -40px;
}

.drw-home-hero-mobile {
    margin-top: -30px;
}

.drw-home-hero-mobile .video-header {
    display: block !important;
}

.drw-home-section-padded {
    padding-top: var(--drw-space-section-y);
    padding-bottom: var(--drw-space-section-y);
    background-color: var(--drw-color-section);
}

.drw-home-video-section {
    margin-bottom: 30px;
    background-color: transparent;
}

.drw-home-core-heading {
    margin-bottom: -100px;
}

.drw-home-core-copy {
    margin-top: -30px !important;
}

.drw-home-media-full {
    width: 100%;
}

.secundary-text {
    color: var(--drw-color-black) !important;
    font-family: var(--drw-font-primary) !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 200 !important;
    line-height: 2em !important;
}

.btn-more-gold {
    padding-top: 3px !important;
    border: 0 !important;
    border-radius: 2px !important;
    background-color: var(--drw-color-gold) !important;
    color: var(--drw-color-black) !important;
    font-family: var(--drw-font-primary) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.btn-more-gold:hover,
.btn-more-gold:focus {
    color: var(--drw-color-text-light) !important;
}

.video-button-gold {
    color: var(--drw-color-gold) !important;
}
