.shell.landing-shell {
    max-width: none;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    background: #f7f5ef;
    color: #13231d;
}

.landing-shell .landing-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 48px));
    min-height: 88px;
    margin: 0 auto;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #13231d;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.landing-brand img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.landing-header__actions,
.landing-language {
    display: flex;
    align-items: center;
}

.landing-header__actions {
    gap: 22px;
}

.landing-language {
    gap: 2px;
    padding: 4px;
    border: 1px solid rgba(19, 35, 29, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
}

.landing-language form {
    margin: 0;
}

.landing-language button {
    min-width: 42px;
    min-height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #54625d;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.landing-language button:hover,
.landing-language button:focus-visible,
.landing-language button.is-active {
    background: #13231d;
    color: #ffffff;
}

.landing-header__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #e85d35;
    color: #ffffff;
    border: 0;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.content.landing-main {
    display: block;
}

.landing-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
    gap: 44px;
    width: min(1180px, calc(100% - 48px));
    min-height: 720px;
    margin: 0 auto;
    padding: 80px 0 108px;
}

.landing-hero__copy,
.landing-product-preview,
.landing-hero-art {
    position: relative;
    z-index: 1;
}

.landing-hero__copy {
    align-self: start;
    max-width: 680px;
    padding-top: 34px;
}

.landing-kicker {
    margin: 0 0 14px;
    color: #e85d35;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-hero h1 {
    max-width: 720px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.3rem, 6vw, 6rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

.landing-lead {
    max-width: 570px;
    margin: 28px 0 32px;
    color: #4c5a55;
    font-size: 1.15rem;
    line-height: 1.65;
}

.landing-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    background: #13231d;
    color: #ffffff;
    border: 0;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.landing-manual-link {
    color: #34453e;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.landing-manual-link:hover,
.landing-manual-link:focus-visible {
    color: #c94725;
}

.landing-reassurance {
    margin: 16px 0 0;
    color: #718079;
    font-size: 0.88rem;
}

.landing-product-preview {
    grid-column: 1;
    align-self: end;
    width: min(780px, 112%);
    margin-top: 34px;
    overflow: hidden;
    border: 9px solid #ffffff;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(35, 58, 48, 0.19);
    transform: rotate(-1.4deg);
}

.landing-hero-art {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    display: grid;
    place-items: center;
    width: 680px;
    max-width: none;
    aspect-ratio: 1;
    margin: -60px -240px 0 -24px;
    padding: 84px;
    overflow: hidden;
    border-radius: 50%;
    background: #dce9df;
}

.landing-hero-art img {
    display: block;
    width: 135%;
    max-width: none;
    height: auto;
    margin: 0;
    border: 7px solid #ffffff;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 42px rgba(35, 58, 48, 0.2);
    transform: rotate(3deg);
}

.landing-product-preview__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 12px;
    background: #ffffff;
}

.landing-product-preview__bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9d0cd;
}

.landing-product-preview__bar p {
    margin: 0 0 0 7px;
    color: #718079;
    font-size: 0.72rem;
    font-weight: 700;
}

.landing-product-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.7;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
}

.landing-login-dialog {
    width: min(460px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 24px;
    background: transparent;
    color: #13231d;
}

.landing-login-dialog::backdrop {
    background: rgba(11, 24, 19, 0.66);
    backdrop-filter: blur(5px);
}

.landing-login-card {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(19, 35, 29, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 70px rgba(35, 58, 48, 0.14);
    background: #ffffff;
}

.landing-login-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf2ef;
    color: #33443d;
    font: inherit;
    font-size: 1.35rem;
    cursor: pointer;
}

.landing-login-close:hover,
.landing-login-close:focus-visible {
    background: #dce9df;
}

.landing-login-card h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.35rem;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.landing-login-card__intro {
    margin: 10px 0 26px;
    color: #65736d;
    line-height: 1.55;
}

.landing-login-form {
    gap: 18px;
}

.landing-login-form label {
    color: #394741;
    font-size: 0.9rem;
    font-weight: 700;
}

.landing-login-form input {
    min-height: 50px;
    margin-top: 8px;
    border-color: #ced7d2;
    border-radius: 12px;
    background: #ffffff;
}

.landing-login-form .button {
    width: 100%;
    min-height: 50px;
    border-radius: 999px;
    background: #e85d35;
    font-weight: 750;
}

.landing-benefits {
    padding: 112px max(24px, calc((100% - 1180px) / 2));
    background: #13231d;
    color: #ffffff;
}

.landing-section-heading {
    max-width: 680px;
}

.landing-section-heading h2,
.landing-story h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.landing-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 72px;
}

.landing-benefit-grid article {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.landing-benefit-number {
    margin: 0 0 38px;
    color: #f78b68;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.landing-benefit-grid h3 {
    margin: 0 0 14px;
    font-size: 1.25rem;
}

.landing-benefit-grid article > p:last-child {
    margin: 0;
    color: #bbc7c1;
    font-size: 1rem;
    line-height: 1.65;
}

.landing-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
    gap: clamp(48px, 8vw, 112px);
    align-items: center;
    width: min(1060px, calc(100% - 48px));
    margin: 0 auto;
    padding: 118px 0;
}

.landing-story__image {
    max-height: 500px;
    overflow: hidden;
    border-radius: 28px;
    background: #dce9df;
    box-shadow: 0 24px 60px rgba(35, 58, 48, 0.14);
}

.landing-story__image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.landing-story__copy > p:not(.landing-kicker) {
    max-width: 530px;
    margin: 25px 0;
    color: #5a6862;
    font-size: 1.08rem;
    line-height: 1.7;
}

.landing-story__copy a {
    color: #c94725;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.landing-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0 34px;
    border-top: 1px solid rgba(19, 35, 29, 0.14);
    color: #718079;
    font-size: 0.88rem;
}

.landing-footer p {
    margin: 0;
}

@media (max-width: 900px) {
    .landing-hero {
        grid-template-columns: 1fr;
        padding-top: 44px;
    }

    .landing-product-preview,
    .landing-hero-art {
        grid-column: 1;
        grid-row: auto;
    }

    .landing-hero-art {
        width: min(80vw, 500px);
        max-width: 500px;
        margin: 0;
        padding: 48px;
        justify-self: center;
    }

    .landing-product-preview {
        width: 100%;
        transform: none;
    }

    .landing-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px;
    }

    .landing-benefit-number {
        margin-bottom: 18px;
    }
}

@media (max-width: 680px) {
    .landing-shell .landing-header,
    .landing-hero,
    .landing-story,
    .landing-footer {
        width: min(100% - 32px, 1180px);
    }

    .landing-shell .landing-header {
        min-height: 72px;
    }

    .landing-header__actions {
        gap: 8px;
    }

    .landing-header__login {
        display: none;
    }

    .landing-language button {
        min-width: 36px;
        min-height: 34px;
        padding: 0 7px;
        font-size: 0.72rem;
    }

    .landing-hero {
        min-height: 0;
        gap: 34px;
        padding: 42px 0 76px;
    }

    .landing-hero__copy {
        padding-top: 0;
    }

    .landing-hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .landing-login-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .landing-login-close {
        top: 12px;
        right: 12px;
    }

    .landing-product-preview {
        margin-top: 6px;
        border-width: 6px;
        border-radius: 18px;
    }

    .landing-hero-art {
        width: min(88vw, 420px);
        padding: 38px;
    }

    .landing-benefits {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .landing-benefit-grid {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .landing-story {
        grid-template-columns: 1fr;
        padding: 80px 0;
    }

    .landing-story__image,
    .landing-story__image img {
        height: 360px;
    }

    .landing-footer {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-shell * {
        scroll-behavior: auto;
    }
}
