.w1919-page,
.w1919-page * {
    box-sizing: border-box;
}

.w1919-page {
    --w1919-green-dark: #24382b;
    --w1919-green: #4f6f46;
    --w1919-brown: #8a5a35;
    --w1919-cream: #f6f0e6;
    --w1919-cream-light: #fbf7ef;
    --w1919-text: #2b2b2b;
    --w1919-white: #ffffff;
    --w1919-max-width: 1024px;
    --w1919-side-padding: 40px;
    --w1919-mobile-side-padding: 18px;
    --w1919-wrap-width: calc(100% - 80px);
    --w1919-mobile-wrap-width: calc(100% - 36px);
    color: var(--w1919-text);
    font-family: inherit;
    overflow: hidden;
    width: 100%;
}

.w1919-page.w1919-fullscreen {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.w1919-page.w1919-boxed {
    width: 100%;
}

.w1919-wrap {
    width: var(--w1919-wrap-width);
    margin: 0 auto;
}

.w1919-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(36, 56, 43, 0.96), rgba(79, 111, 70, 0.86)), radial-gradient(circle at 78% 28%, rgba(246, 240, 230, 0.22), transparent 34%);
    background-position: center;
    background-size: cover;
    padding: 84px 0;
}

.w1919-hero-content {
    max-width: 820px;
}

.w1919-kicker,
.w1919-overline {
    display: inline-flex;
    align-items: center;
    width: auto;
    background: var(--w1919-cream);
    color: var(--w1919-green-dark);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.w1919-overline {
    background: rgba(138, 90, 53, 0.10);
    color: var(--w1919-brown);
}

.w1919-hero h1,
.w1919-page h2,
.w1919-page h3,
.w1919-page p {
    margin-top: 0;
}

.w1919-hero h1 {
    color: var(--w1919-white);
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.05;
    margin-bottom: 22px;
    font-weight: 800;
}

.w1919-hero p {
    color: var(--w1919-cream);
    font-size: 20px;
    line-height: 1.65;
    max-width: 780px;
    margin-bottom: 0;
}

.w1919-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.w1919-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.w1919-btn:hover,
.w1919-btn:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.w1919-btn-primary {
    color: var(--w1919-white) !important;
    background: var(--w1919-brown);
    box-shadow: 0 12px 28px rgba(138, 90, 53, 0.24);
}

.w1919-btn-primary:hover,
.w1919-btn-primary:focus {
    color: var(--w1919-white) !important;
    background: var(--w1919-green-dark);
}

.w1919-btn-light {
    color: var(--w1919-green-dark) !important;
    background: var(--w1919-cream);
}

.w1919-btn-light:hover,
.w1919-btn-light:focus {
    color: var(--w1919-green-dark) !important;
    background: var(--w1919-white);
}

.w1919-section {
    padding: 82px 0;
}

.w1919-section-cream {
    background: var(--w1919-cream-light);
}

.w1919-section-white {
    background: var(--w1919-white);
}

.w1919-two-col {
    display: flex;
    align-items: center;
    gap: 46px;
}

.w1919-two-col > * {
    flex: 1 1 0;
    min-width: 0;
}

.w1919-copy h2,
.w1919-center h2 {
    color: var(--w1919-green-dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.14;
    margin-bottom: 22px;
    font-weight: 800;
}

.w1919-copy p,
.w1919-center p {
    color: var(--w1919-text);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.w1919-copy p:last-child,
.w1919-center p:last-child,
.w1919-timeline-item p:last-child,
.w1919-card p:last-child,
.w1919-quote p:last-child,
.w1919-highlight-box p:last-child {
    margin-bottom: 0;
}

.w1919-image-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 24px 58px rgba(36, 56, 43, 0.18);
}

.w1919-image-placeholder {
    min-height: 380px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 36px;
    color: var(--w1919-white);
    background: linear-gradient(145deg, rgba(36, 56, 43, 0.96), rgba(138, 90, 53, 0.82)), radial-gradient(circle at top right, rgba(246, 240, 230, 0.28), transparent 38%);
    box-shadow: 0 24px 58px rgba(36, 56, 43, 0.18);
}

.w1919-image-placeholder span {
    color: var(--w1919-cream);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.w1919-image-placeholder strong {
    color: var(--w1919-white);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    margin-bottom: 12px;
}

.w1919-image-placeholder small {
    color: var(--w1919-cream);
    font-size: 17px;
}

.w1919-center {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 42px;
}

.w1919-timeline {
    display: flex;
    gap: 18px;
    align-items: stretch;
}

.w1919-timeline-item {
    flex: 1 1 0;
    min-width: 0;
    background: var(--w1919-white);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(36, 56, 43, 0.10);
    border-top: 5px solid var(--w1919-green);
}

.w1919-timeline-item span {
    display: block;
    color: var(--w1919-brown);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;
}

.w1919-timeline-item p {
    color: var(--w1919-text);
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.w1919-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.w1919-card {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 250px;
    background: var(--w1919-white);
    border-radius: 24px;
    padding: 26px;
    border: 1px solid rgba(36, 56, 43, 0.10);
    box-shadow: 0 12px 30px rgba(36, 56, 43, 0.07);
}

.w1919-icon {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 14px;
}

.w1919-card h3 {
    color: var(--w1919-green-dark);
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 800;
}

.w1919-card p {
    color: var(--w1919-text);
    font-size: 16px;
    line-height: 1.62;
    margin: 0 0 12px;
}

.w1919-quote {
    background: var(--w1919-green-dark);
    color: var(--w1919-white);
    border-radius: 34px;
    padding: 56px;
    text-align: center;
    box-shadow: 0 22px 58px rgba(36, 56, 43, 0.20);
}

.w1919-quote h2 {
    color: var(--w1919-cream);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    margin-bottom: 24px;
    font-weight: 800;
}

.w1919-quote p {
    color: var(--w1919-cream);
    font-size: 20px;
    line-height: 1.75;
    max-width: 920px;
    margin: 0 auto 12px;
}

.w1919-highlight-box {
    min-height: 340px;
    border-radius: 30px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, var(--w1919-green-dark), var(--w1919-green));
    color: var(--w1919-white);
    box-shadow: 0 24px 58px rgba(36, 56, 43, 0.18);
}

.w1919-highlight-box span {
    display: inline-flex;
    width: fit-content;
    color: var(--w1919-green-dark);
    background: var(--w1919-cream);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
}

.w1919-highlight-box strong {
    display: block;
    color: var(--w1919-white);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.w1919-highlight-box p {
    color: var(--w1919-cream);
    font-size: 19px;
    line-height: 1.65;
    margin: 0 0 12px;
}

@media (max-width: 1080px) {
    .w1919-timeline {
        flex-wrap: wrap;
    }

    .w1919-timeline-item {
        flex-basis: calc(50% - 9px);
    }
}

@media (max-width: 980px) {
    .w1919-hero {
        min-height: 500px;
        padding: 70px 0;
    }

    .w1919-two-col,
    .w1919-two-col-reverse {
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
    }

    .w1919-two-col-reverse .w1919-highlight-box {
        order: 2;
    }

    .w1919-two-col-reverse .w1919-copy {
        order: 1;
    }

    .w1919-section {
        padding: 66px 0;
    }

    .w1919-card {
        flex-basis: calc(50% - 10px);
    }

    .w1919-quote {
        padding: 44px 28px;
    }
}

@media (max-width: 640px) {
    .w1919-wrap {
        width: var(--w1919-mobile-wrap-width);
    }

    .w1919-hero {
        min-height: 460px;
        padding: 56px 0;
    }

    .w1919-hero h1 {
        font-size: 38px;
    }

    .w1919-hero p {
        font-size: 18px;
        line-height: 1.65;
    }

    .w1919-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .w1919-btn {
        width: 100%;
    }

    .w1919-section {
        padding: 54px 0;
    }

    .w1919-copy p,
    .w1919-center p {
        font-size: 17px;
    }

    .w1919-image-placeholder {
        min-height: 300px;
        padding: 28px;
    }

    .w1919-timeline-item,
    .w1919-card {
        flex-basis: 100%;
    }

    .w1919-quote {
        border-radius: 24px;
        padding: 34px 22px;
    }

    .w1919-quote p {
        font-size: 17px;
    }

    .w1919-highlight-box {
        min-height: 280px;
        padding: 30px;
        border-radius: 24px;
    }
}
