:root {
    --scc-ink: #13221c;
    --scc-forest: #0f5b46;
    --scc-leaf: #54836d;
    --scc-coral: #d85c41;
    --scc-sun: #f3b93f;
    --scc-mist: #f3f7f4;
    --scc-line: #cdd9d2;
    --scc-white: #ffffff;
    --scc-shell: 1180px;
}

body.succulon-catalog-front .elementor-location-header,
body.succulon-catalog-front .elementor-location-footer,
body.succulon-catalog-front .site-header:not(.scc-release-header),
body.succulon-catalog-front .site-footer:not(.scc-release-footer),
body.succulon-catalog-front .scc-prod-lang-switcher {
    display: none !important;
}

body.succulon-catalog-front .scc-release-notice {
    width: 100%;
    padding: 9px 20px;
    color: #ffffff;
    background: var(--scc-forest);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

body.succulon-catalog-front .scc-release-header {
    position: sticky;
    top: 0;
}

body.admin-bar.succulon-catalog-front .scc-release-header {
    top: 32px;
}

body.succulon-catalog-front .scc-release-brand {
    display: inline-flex;
    flex: 0 0 auto;
    width: 188px;
    max-width: 42vw;
    color: var(--scc-ink);
    text-decoration: none;
}

body.succulon-catalog-front .scc-release-brand img {
    display: block;
    width: 100%;
    height: auto;
}

body.succulon-catalog-front .scc-release-menu-toggle {
    display: none;
    position: relative;
}

body.succulon-catalog-front .scc-release-menu-toggle span,
body.succulon-catalog-front .scc-release-menu-toggle::before,
body.succulon-catalog-front .scc-release-menu-toggle::after {
    position: absolute;
    left: 11px;
    width: 20px;
    height: 2px;
    content: "";
    background: currentColor;
}

body.succulon-catalog-front .scc-release-menu-toggle::before {
    top: 13px;
}

body.succulon-catalog-front .scc-release-menu-toggle span {
    top: 20px;
}

body.succulon-catalog-front .scc-release-menu-toggle::after {
    top: 27px;
}

body.succulon-catalog-front .scc-release-navigation ul.menu {
    list-style: none;
}

body.succulon-catalog-front .scc-release-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

body.succulon-catalog-front .scc-release-footer__brand {
    width: 174px;
    filter: brightness(0) invert(1);
}

body.succulon-catalog-front .scc-release-footer__brand img {
    display: block;
    width: 100%;
    height: auto;
}

body.succulon-catalog-front .scc-release-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 24px;
}

body.succulon-catalog-front .scc-release-footer__nav a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

body.succulon-catalog-front .scc-release-footer .copyright {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

html {
    scroll-behavior: smooth;
}

body.succulon-local-site {
    margin: 0;
    color: var(--scc-ink);
    background: var(--scc-white);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

body.succulon-local-site *,
body.succulon-local-site *::before,
body.succulon-local-site *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.succulon-local-site a {
    color: inherit;
}

body.succulon-local-site .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    min-height: 76px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(19, 34, 28, 0.12);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

body.succulon-local-site .site-header .header-inner {
    width: min(100%, var(--scc-shell));
    min-height: 76px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

body.succulon-local-site .site-header .site-branding {
    flex: 0 0 auto;
}

body.succulon-local-site .site-header .site-description,
body.succulon-local-site .site-footer .site-description {
    display: none;
}

body.succulon-local-site .site-header .custom-logo-link.scc-brand-logo {
    width: 188px !important;
}

body.succulon-local-site .site-navigation ul.menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
}

body.succulon-local-site .site-navigation a {
    color: var(--scc-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
}

body.succulon-local-site .site-navigation a:hover,
body.succulon-local-site .site-navigation .current-menu-item > a {
    color: var(--scc-coral);
}

body.succulon-local-site .site-navigation ul.menu > li.scc-language-link {
    margin-left: -18px;
}

body.succulon-local-site .site-navigation ul.menu > li.scc-language-start {
    margin-left: 0;
    padding-left: 18px;
    border-left: 1px solid var(--scc-line);
}

body.succulon-local-site .site-navigation .scc-language-link > a {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    font-weight: 750;
}

body.succulon-local-site .site-navigation .scc-language-link.is-current-language > a {
    border-bottom-color: var(--scc-coral);
    color: var(--scc-coral);
}

body.succulon-local-site .site-navigation-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border: 1px solid var(--scc-line);
    border-radius: 4px;
    color: var(--scc-ink);
    background: var(--scc-white);
}

body.succulon-local-site .elementor,
body.succulon-local-site .elementor-element,
body.succulon-local-site .elementor-widget-wrap,
body.succulon-local-site .elementor-widget-container {
    max-width: none;
}

body.succulon-local-site .scc-local-elementor-root,
body.succulon-local-site .scc-local-elementor-root > .e-con-inner {
    width: 100%;
    max-width: none;
    padding: 0;
    gap: 0;
}

.scc-shell {
    width: min(calc(100% - 48px), var(--scc-shell));
    margin: 0 auto;
}

.scc-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 72vh;
    min-height: 560px;
    max-height: 760px;
    overflow: hidden;
    color: var(--scc-white);
    background-image: var(--scc-hero-image);
    background-position: center 48%;
    background-size: cover;
}

.scc-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(8, 23, 18, 0.52);
}

.scc-hero__content {
    padding-bottom: 72px;
}

.scc-eyebrow {
    margin: 0 0 18px;
    color: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
    text-transform: uppercase;
}

.scc-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--scc-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 0.98;
}

.scc-hero__lead {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.55;
}

.scc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

body.succulon-local-site a.scc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid var(--scc-white);
    border-radius: 4px;
    color: var(--scc-ink) !important;
    background: var(--scc-white);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
}

body.succulon-local-site a.scc-button:hover {
    border-color: var(--scc-sun);
    color: var(--scc-ink) !important;
    background: var(--scc-sun);
}

body.succulon-local-site a.scc-button--secondary {
    color: var(--scc-white) !important;
    background: transparent;
}

body.succulon-local-site a.scc-button--dark {
    border-color: var(--scc-ink);
    color: var(--scc-white) !important;
    background: var(--scc-ink);
}

.scc-trust {
    border-bottom: 1px solid var(--scc-line);
    background: var(--scc-white);
}

.scc-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scc-trust__item {
    min-height: 112px;
    padding: 26px 32px;
    border-right: 1px solid var(--scc-line);
}

.scc-trust__item:last-child {
    border-right: 0;
}

.scc-trust__item strong,
.scc-trust__item span {
    display: block;
}

.scc-trust__item strong {
    margin-bottom: 7px;
    color: var(--scc-forest);
    font-size: 15px;
}

.scc-trust__item span {
    color: #53645b;
    font-size: 14px;
    line-height: 1.5;
}

.scc-intro {
    padding: 92px 0 44px;
}

.scc-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 80px;
    align-items: end;
}

.scc-intro h2,
.scc-section-heading h2,
.scc-care h2,
.scc-steps h2,
.scc-closing h2 {
    margin: 0;
    color: var(--scc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08;
}

.scc-intro__copy {
    margin: 0;
    color: #53645b;
    font-size: 17px;
    line-height: 1.7;
}

body.succulon-local-site .succulon-smart-carousel {
    margin: 0;
    padding: 42px 0 96px;
    background: var(--scc-white);
}

body.succulon-local-site .succulon-smart-carousel__inner {
    width: min(calc(100% - 48px), var(--scc-shell));
    margin: 0 auto;
}

body.succulon-local-site .succulon-smart-carousel__card {
    border-color: var(--scc-line);
    border-radius: 6px;
    box-shadow: none;
}

body.succulon-local-site .succulon-smart-carousel__media {
    aspect-ratio: 4 / 5;
}

body.succulon-local-site .succulon-smart-carousel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scc-collections {
    padding: 92px 0;
    border-top: 1px solid var(--scc-line);
    background: var(--scc-mist);
}

.scc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.scc-section-heading p {
    max-width: 420px;
    margin: 0;
    color: #53645b;
    font-size: 16px;
    line-height: 1.6;
}

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

.scc-collection-card {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border-radius: 6px;
    color: var(--scc-white);
    background: var(--scc-ink);
}

.scc-collection-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(7, 20, 15, 0.36);
}

.scc-collection-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    transition: transform 300ms ease;
}

.scc-collection-card:hover img {
    transform: scale(1.025);
}

.scc-collection-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 28px;
}

.scc-collection-card h3 {
    margin: 0 0 10px;
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 500;
}

.scc-collection-card a {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.scc-care {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 600px;
    background: var(--scc-white);
}

.scc-care__media {
    min-height: 600px;
}

.scc-care__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scc-care__copy {
    display: flex;
    align-items: center;
    padding: 72px max(48px, calc((100vw - var(--scc-shell)) / 2));
}

.scc-care__copy-inner {
    max-width: 520px;
}

.scc-care__copy p:not(.scc-eyebrow) {
    margin: 24px 0 30px;
    color: #53645b;
    font-size: 17px;
    line-height: 1.75;
}

.scc-steps {
    padding: 96px 0;
    color: var(--scc-white);
    background: var(--scc-forest);
}

.scc-steps h2 {
    max-width: 620px;
    color: var(--scc-white);
}

.scc-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.scc-step {
    padding: 30px 32px 0 0;
}

.scc-step__number {
    display: block;
    margin-bottom: 20px;
    color: var(--scc-sun);
    font-size: 14px;
    font-weight: 800;
}

.scc-step h3 {
    margin: 0 0 12px;
    color: inherit;
    font-size: 19px;
}

.scc-step p {
    max-width: 320px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.65;
}

.scc-closing {
    padding: 108px 0;
    text-align: center;
    background: var(--scc-white);
}

.scc-closing h2 {
    max-width: 760px;
    margin: 0 auto;
}

.scc-closing p {
    max-width: 620px;
    margin: 22px auto 0;
    color: #53645b;
    font-size: 17px;
    line-height: 1.7;
}

.scc-closing .scc-actions {
    justify-content: center;
}

.scc-local-page {
    min-height: 58vh;
    padding: 86px 0 96px;
    background: var(--scc-white);
}

.scc-local-page__inner > h1 {
    max-width: 880px;
    margin: 0;
    color: var(--scc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.08;
}

.scc-local-page__lead {
    max-width: 720px;
    margin: 22px 0 42px;
    color: #53645b;
    font-size: 18px;
    line-height: 1.7;
}

.scc-local-journal {
    margin-top: 40px;
}

.scc-local-journal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.scc-local-journal__card {
    overflow: hidden;
    border: 1px solid var(--scc-line);
    border-radius: 6px;
    background: var(--scc-white);
}

.scc-local-journal__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--scc-mist);
}

.scc-local-journal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scc-local-journal__body {
    padding: 24px;
}

.scc-local-journal__body h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.scc-local-journal__body h2 a,
.scc-local-journal__link {
    text-decoration: none;
}

.scc-local-journal__body p {
    margin: 16px 0 22px;
    color: #53645b;
    font-size: 15px;
    line-height: 1.65;
}

.scc-local-journal__link {
    color: var(--scc-coral) !important;
    font-size: 14px;
    font-weight: 750;
}

body.succulon-local-site .site-footer {
    padding: 42px 24px;
    border-top: 1px solid var(--scc-line);
    color: var(--scc-white);
    background: var(--scc-ink);
}

body.succulon-local-site .site-footer .footer-inner {
    width: min(100%, var(--scc-shell));
    margin: 0 auto;
    padding: 0;
}

body.succulon-local-site .site-footer .copyright p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

@media (max-width: 900px) {
    body.admin-bar.succulon-catalog-front .scc-release-header {
        top: 32px;
    }

    body.succulon-catalog-front .scc-release-menu-toggle {
        display: block;
    }

    body.succulon-catalog-front .scc-release-navigation {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        border-top: 1px solid var(--scc-line);
        border-bottom: 1px solid var(--scc-line);
        background: var(--scc-white);
        box-shadow: 0 14px 30px rgba(19, 34, 28, 0.12);
    }

    body.succulon-catalog-front .scc-release-navigation.is-open {
        display: block;
    }

    body.succulon-catalog-front .scc-release-navigation ul.menu {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: min(100%, var(--scc-shell));
        margin: 0 auto;
        padding: 10px 20px 18px;
    }

    body.succulon-catalog-front .scc-release-navigation ul.menu > li,
    body.succulon-catalog-front .scc-release-navigation ul.menu > li.scc-language-link,
    body.succulon-catalog-front .scc-release-navigation ul.menu > li.scc-language-start {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    body.succulon-catalog-front .scc-release-navigation a {
        display: block;
        padding: 11px 0;
    }

    body.succulon-catalog-front .scc-release-navigation .scc-language-link {
        display: inline-block !important;
    }

    body.succulon-catalog-front .scc-release-footer__row {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.succulon-catalog-front .scc-release-footer__nav {
        justify-content: flex-start;
    }

    body.succulon-local-site .site-header {
        padding: 0 20px;
    }

    body.succulon-local-site .site-navigation-dropdown ul.menu {
        padding: 8px 20px 18px;
        background: var(--scc-white);
    }

    body.succulon-local-site .site-navigation-dropdown ul.menu > li.scc-language-link {
        display: inline-flex;
        width: auto;
        margin: 12px 18px 0 0;
    }

    body.succulon-local-site .site-navigation-dropdown ul.menu > li.scc-language-start {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .scc-hero h1 {
        font-size: 54px;
    }

    .scc-intro__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .scc-intro h2,
    .scc-section-heading h2,
    .scc-care h2,
    .scc-steps h2,
    .scc-closing h2 {
        font-size: 40px;
    }

    .scc-collection-grid {
        grid-template-columns: 1fr 1fr;
    }

    .scc-collection-card:last-child {
        grid-column: 1 / -1;
    }

    .scc-care {
        grid-template-columns: 1fr;
    }

    .scc-care__media,
    .scc-care__media img {
        min-height: 440px;
    }

    .scc-care__copy {
        padding: 64px 24px;
    }

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

@media (max-width: 640px) {
    body.admin-bar.succulon-catalog-front .scc-release-header {
        top: 46px;
    }

    body.succulon-catalog-front .scc-release-notice {
        padding: 8px 14px;
        font-size: 12px;
    }

    body.succulon-local-site .site-header,
    body.succulon-local-site .site-header .header-inner {
        min-height: 66px;
    }

    body.succulon-local-site .site-header .custom-logo-link.scc-brand-logo {
        width: 152px !important;
    }

    .scc-shell {
        width: min(calc(100% - 32px), var(--scc-shell));
    }

    .scc-hero {
        height: 70vh;
        min-height: 520px;
        max-height: 650px;
        background-position: 58% center;
    }

    .scc-hero__content {
        padding-bottom: 44px;
    }

    .scc-hero h1 {
        font-size: 44px;
        line-height: 1;
    }

    .scc-hero__lead {
        font-size: 17px;
    }

    .scc-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .scc-button {
        width: 100%;
    }

    .scc-trust__grid {
        grid-template-columns: 1fr;
    }

    .scc-trust__item {
        min-height: 0;
        padding: 20px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--scc-line);
    }

    .scc-trust__item:last-child {
        border-bottom: 0;
    }

    .scc-intro,
    .scc-collections,
    .scc-steps,
    .scc-closing {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .scc-intro h2,
    .scc-section-heading h2,
    .scc-care h2,
    .scc-steps h2,
    .scc-closing h2 {
        font-size: 34px;
    }

    .scc-local-page {
        padding: 64px 0 72px;
    }

    .scc-local-page__inner > h1 {
        font-size: 38px;
    }

    .scc-local-page__lead {
        margin-bottom: 32px;
        font-size: 17px;
    }

    .scc-local-journal__grid {
        grid-template-columns: 1fr;
    }

    body.succulon-local-site .succulon-smart-carousel {
        padding-bottom: 68px;
    }

    body.succulon-local-site .succulon-smart-carousel__inner {
        width: calc(100% - 32px);
    }

    .scc-section-heading {
        display: block;
    }

    .scc-section-heading p {
        margin-top: 18px;
    }

    .scc-collection-grid {
        grid-template-columns: 1fr;
    }

    .scc-collection-card,
    .scc-collection-card img {
        min-height: 390px;
    }

    .scc-collection-card:last-child {
        grid-column: auto;
    }

    .scc-care__media,
    .scc-care__media img {
        min-height: 360px;
    }

    .scc-care__copy {
        padding: 56px 16px;
    }

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

    .scc-step {
        padding: 24px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
