.lt-chooser {
    max-width: 1290px;
    margin: 24px auto 0;
    padding: 0 15px 12px;
}

.lt-chooser h2 {
    margin: 0 0 8px;
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: 500;
    color: #252525;
}

.lt-chooser p {
    margin: 0 0 16px;
    color: #475569;
    max-width: 72ch;
}

.lt-chooser__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-chooser__list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    text-decoration: none;
    background: #fff;
    font-size: 0.9rem;
}

.lt-chooser__list a:hover {
    border-color: #dc881a;
    color: #9a6410;
}

.lt-kind {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9a6410;
}

.lt-sample {
    border-top: 12px solid #f4efe6;
    padding-top: 8px;
}

.lt-label {
    max-width: 1290px;
    margin: 0 auto;
    padding: 18px 15px 0;
}

.lt-label__name {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    color: #252525;
}

.lt-label__meta {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.95rem;
}

.lt-article {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 35px 48px;
}

.lt-photo-story,
.lt-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    margin: 0 0 36px;
}

.lt-section--left .lt-section__photo {
    order: 1;
}

.lt-section--left .lt-section__copy {
    order: 2;
}

.lt-section--right .lt-section__photo {
    order: 2;
}

.lt-section--right .lt-section__copy {
    order: 1;
}

.lt-photo-story__photo,
.lt-section__photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 200px 0 200px 200px;
    box-shadow: 6px 12px 55px -5px rgba(72, 53, 0, 0.25);
}

.lt-kicker {
    margin: 0 0 8px;
    color: #94a3b8;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lt-heading {
    margin: 0 0 14px;
    color: #a5620b;
    font-family: Lora, "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
}

.lt-article p,
.lt-feature__copy p,
.about-copy p {
    line-height: 1.65;
}

.lt-actions {
    margin-top: 22px;
    text-align: center;
}

.lt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e0a84a 0%, #c5801a 100%);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.lt-notice {
    max-width: 820px;
    text-align: left;
}

.lt-notice__lede {
    text-align: center;
    font-weight: 700;
    margin: 0 0 22px;
    line-height: 1.6;
}

.lt-simple {
    max-width: 820px;
}

.lt-feature {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 35px 64px;
}

.lt-feature__quote {
    margin: 0 0 28px;
    padding: 36px 40px;
    background: rgba(12, 109, 199, 0.55);
    color: #fff;
    border-radius: 21px;
    font-family: Lora, "Roboto Slab", serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.45;
}

.lt-feature__quote cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-size: 18px;
}

@media (max-width: 800px) {
    .lt-photo-story,
    .lt-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lt-section--right .lt-section__photo,
    .lt-section--right .lt-section__copy,
    .lt-section--left .lt-section__photo,
    .lt-section--left .lt-section__copy {
        order: 0;
    }

    .lt-article,
    .lt-feature {
        padding-left: 16px;
        padding-right: 16px;
    }
}
