.starlet-catalog-shell {
    --starlet-shell-navy: #000040;
    --starlet-shell-gold: #ffd700;
    --starlet-shell-white: #ffffff;
    background: var(--starlet-shell-navy);
    color: var(--starlet-shell-white);
    font-family: Inter, Arial, sans-serif;
}

.starlet-catalog-shell *,
.starlet-catalog-shell *::before,
.starlet-catalog-shell *::after {
    box-sizing: border-box;
}

.starlet-catalog-shell__inner {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding: 18px 28px;
}

.starlet-catalog-shell__header {
    position: sticky;
    top: 0;
    z-index: 200;
}

:target {
    scroll-margin-top: 110px;
}

.starlet-catalog-shell__logo {
    display: block;
    max-width: 300px;
}

.starlet-catalog-shell__logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.starlet-catalog-shell__navigation summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    min-height: 44px;
    padding: 10px 14px;
}

.starlet-catalog-shell__navigation summary::-webkit-details-marker {
    display: none;
}

.starlet-catalog-shell__navigation nav,
.starlet-catalog-shell__footer nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.starlet-catalog-shell__navigation a,
.starlet-catalog-shell__footer a {
    color: var(--starlet-shell-white);
    font-weight: 700;
    min-height: 44px;
    padding: 10px 2px;
    text-decoration-color: transparent;
    text-underline-offset: 5px;
}

.starlet-catalog-shell__navigation a:hover,
.starlet-catalog-shell__navigation a:focus-visible,
.starlet-catalog-shell__footer a:hover,
.starlet-catalog-shell__footer a:focus-visible {
    color: var(--starlet-shell-gold);
    text-decoration-color: currentColor;
}

.starlet-catalog-shell__navigation a:focus-visible,
.starlet-catalog-shell__navigation summary:focus-visible,
.starlet-catalog-shell__footer a:focus-visible {
    outline: 3px solid var(--starlet-shell-gold);
    outline-offset: 3px;
}

.starlet-catalog-shell__contact {
    border: 2px solid var(--starlet-shell-gold);
    border-radius: 5px;
    padding-inline: 14px !important;
}

.starlet-catalog-shell__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.starlet-catalog-shell__footer p {
    color: #d8daf5;
    margin: 4px 0 0;
}

.starlet-catalog-shell__skip:focus {
    background: var(--starlet-shell-white);
    color: var(--starlet-shell-navy);
}

@media (min-width: 781px) {
    .starlet-catalog-shell__navigation > summary {
        display: none;
    }

    .starlet-catalog-shell__navigation:not([open]) > nav {
        display: flex;
    }
}

@media (max-width: 780px) {
    .starlet-catalog-shell__inner {
        align-items: flex-start;
        padding-inline: 18px;
    }

    .starlet-catalog-shell__logo {
        max-width: 210px;
    }

    .starlet-catalog-shell__navigation {
        position: relative;
    }

    .starlet-catalog-shell__navigation nav {
        align-items: stretch;
        background: var(--starlet-shell-navy);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 7px;
        flex-direction: column;
        min-width: 230px;
        padding: 10px 16px;
        position: absolute;
        right: 0;
        top: 48px;
        z-index: 100;
    }

    .starlet-catalog-shell__footer .starlet-catalog-shell__inner,
    .starlet-catalog-shell__footer nav {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .starlet-catalog-shell *,
    .starlet-catalog-shell *::before,
    .starlet-catalog-shell *::after {
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .starlet-catalog-shell__header,
    .starlet-catalog-shell__footer .starlet-catalog-shell__inner nav {
        display: none;
    }
}
