/* Homepage — “Our journey” vertical timeline (v3) */

.features-section {
    background:
        linear-gradient(180deg, rgba(248, 252, 255, 0.6) 0%, transparent 45%, rgba(255, 249, 244, 0.35) 100%);
    padding: clamp(44px, 6vw, 72px) 20px clamp(40px, 5vw, 56px);
}

.features-container.features-b {
    padding: 0;
    max-width: 1000px;
}

.features-b__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(45, 140, 255, 0.1), rgba(197, 160, 101, 0.14));
    border: 1px solid rgba(26, 107, 138, 0.14);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(10, 35, 66, 0.72);
}

.features-b__header .section-title--features {
    font-size: clamp(2rem, 3.8vw, 2.85rem);
    line-height: 1.18;
    margin-bottom: 18px;
}

.features-b__header .section-title--features::after {
    width: min(200px, 52%);
    height: 4px;
    bottom: -16px;
    background: linear-gradient(90deg, rgba(197, 160, 101, 0.85) 0%, rgba(45, 140, 255, 0.15) 100%);
}

.features-title__accent2 {
    background: linear-gradient(135deg, rgba(45, 140, 255, 0.1), rgba(230, 190, 125, 0.16));
    border-color: rgba(45, 140, 255, 0.18);
}

.features-intro {
    margin: 8px 0 0;
}

.features-intro p,
.features-intro__text {
    font-size: clamp(1.02rem, 2vw, 1.14rem);
    font-weight: 500;
    line-height: 1.8;
    color: #4a5d73;
    max-width: 40rem;
}

/* ── Timeline ── */
.features-journey {
    margin-top: clamp(36px, 5vw, 48px);
}

.features-journey__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 3.5vw, 30px);
    position: relative;
}

.features-journey__timeline::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(197, 160, 101, 0.75) 0%, rgba(197, 160, 101, 0.15) 100%);
    pointer-events: none;
}

.features-journey__step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: clamp(14px, 2.5vw, 20px);
    align-items: start;
}

.features-journey__node {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #c5a065 0%, #e6be7d 100%);
    color: #0a2342;
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    box-shadow:
        0 0 0 4px rgba(248, 252, 255, 0.95),
        0 8px 20px rgba(197, 160, 101, 0.28);
}

.features-journey__panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 107, 138, 0.11);
    border-radius: 18px;
    padding: clamp(18px, 2.8vw, 24px);
    box-shadow: 0 16px 40px rgba(10, 35, 66, 0.07);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.features-journey__step--featured .features-journey__panel {
    border-color: rgba(197, 160, 101, 0.28);
    background: linear-gradient(155deg, rgba(255, 252, 246, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    box-shadow: 0 18px 44px rgba(10, 35, 66, 0.09);
}

.features-journey__panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(10, 35, 66, 0.1);
}

.features-journey__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(26, 107, 138, 0.08);
}

.features-journey__photo {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    max-height: clamp(168px, 32vw, 240px);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(160deg, #eef6fa 0%, #f8f4ec 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 28px rgba(10, 35, 66, 0.1);
}

@media (min-width: 720px) {
    .features-journey__meta {
        grid-template-columns: minmax(240px, 44%) minmax(0, 1fr);
        gap: clamp(16px, 2.4vw, 20px);
        align-items: center;
    }

    .features-journey__photo {
        aspect-ratio: 4 / 3;
        max-height: clamp(200px, 22vw, 260px);
        height: auto;
        min-height: 0;
    }

    .features-journey__titles {
        justify-content: center;
        align-self: center;
    }

    .features-journey__titles--brand {
        align-items: center;
        align-self: center;
        text-align: left;
    }
}

.features-journey__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.features-journey__photo--mid img {
    object-position: 50% 35%;
}

.features-journey__photo--news img {
    object-position: 50% 65%;
}

.features-journey__titles {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.features-journey__label {
    display: inline-block;
    margin: 0 0 8px;
    padding: 4px 11px;
    border-radius: 6px;
    background: rgba(45, 140, 255, 0.08);
    border: 1px solid rgba(45, 140, 255, 0.14);
    font-size: clamp(0.74rem, 1.2vw, 0.82rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #1a6fa8;
}

.features-journey__title {
    margin: 0 0 8px;
    font-family: var(--font-serif, 'Noto Serif SC', serif);
    font-size: clamp(1.42rem, 2.55vw, 2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    color: #0a2342;
}

html[lang="en"] .features-journey__title,
html[data-lang="en"] .features-journey__title {
    font-family: Georgia, 'Times New Roman', 'Noto Serif', serif;
    letter-spacing: -0.02em;
    word-spacing: 0;
    line-height: 1.1;
}

.features-journey__highlight {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.14) 0%, rgba(230, 190, 125, 0.1) 100%);
    border: 1px solid rgba(197, 160, 101, 0.28);
    font-family: var(--font-serif, 'Noto Serif SC', serif);
    font-size: clamp(0.94rem, 1.6vw, 1.08rem);
    font-weight: 700;
    line-height: 1.32;
    color: #8a6220;
    letter-spacing: 0;
    box-shadow: 0 4px 14px rgba(197, 160, 101, 0.1);
}

html[lang="en"] .features-journey__highlight,
html[data-lang="en"] .features-journey__highlight {
    font-family: Georgia, 'Times New Roman', 'Noto Serif', serif;
    letter-spacing: -0.01em;
}

.features-journey__step--featured .features-journey__title {
    color: #0a2342;
}

.features-journey__title--brand {
    margin: 0 0 8px;
    line-height: 0;
}

.features-journey__titles--brand {
    width: 100%;
    align-items: center;
    text-align: left;
}

.features-journey__titles--brand .features-journey__title-card {
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

.features-journey__titles--brand .features-journey__brand-logo {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    object-position: center center;
}

.features-journey__titles--brand .features-journey__brand-copy {
    align-items: flex-start;
    text-align: left;
}

.features-journey__title-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 14px 16px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.94) 100%);
    border: 1px solid rgba(26, 107, 138, 0.1);
    box-shadow: 0 10px 28px rgba(10, 35, 66, 0.06);
    text-align: center;
}

.features-journey__title-card .features-journey__title {
    margin-bottom: 0;
}

.features-journey__title-card .features-journey__highlight {
    margin-top: 2px;
}

.features-journey__step--featured .features-journey__title-card {
    border-color: rgba(197, 160, 101, 0.22);
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.features-journey__brand-logo {
    display: block;
    width: min(100%, 280px);
    max-width: 280px;
    height: auto;
    max-height: clamp(58px, 9vw, 78px);
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
}

.features-journey__brand-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.features-journey__brand-line {
    display: block;
    width: 100%;
    font-family: var(--font-serif, 'Noto Serif SC', serif);
    font-size: clamp(0.98rem, 1.65vw, 1.12rem);
    font-weight: 700;
    line-height: 1.35;
    color: #4a5d73;
    letter-spacing: 0;
    word-spacing: normal;
    white-space: normal;
}

.features-journey__brand-line--gold {
    color: #8a6220;
    font-size: clamp(1.02rem, 1.75vw, 1.16rem);
    font-weight: 800;
}

html[lang="en"] .features-journey__brand-line,
html[data-lang="en"] .features-journey__brand-line {
    font-family: Georgia, 'Times New Roman', 'Noto Serif', serif;
    letter-spacing: -0.01em;
}

html[lang="en"] .features-journey__brand-line:first-child,
html[data-lang="en"] .features-journey__brand-line:first-child {
    white-space: nowrap;
}

.features-journey__titles--brand .features-journey__highlight {
    display: none;
}

.features-journey__subtitle,
.features-journey__subtitle--gold,
.features-journey__tagline {
    display: none;
}

.features-journey__body p {
    margin: 0 0 0.88em;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.78;
    color: #4a5d73;
}

.features-journey__body p:last-child {
    margin-bottom: 0;
}

.features-journey__callout {
    margin: 0.9em 0 !important;
    padding: 12px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.1), rgba(45, 140, 255, 0.05));
    border-left: 3px solid #c5a065;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #0a2342 !important;
    line-height: 1.7 !important;
}

.features-journey__callout strong {
    color: #9a7640;
    font-weight: 800;
}

.features-journey__list {
    margin: 0.4em 0 0.85em;
    padding-left: 1.15em;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.68;
    color: #4a5d73;
}

.features-journey__list li {
    margin-bottom: 0.3em;
}

.features-journey__list li::marker {
    color: #c5a065;
}

.features-journey__list--cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    list-style: none;
}

.features-journey__list--cols li {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 252, 255, 0.92) 100%);
    border: 1px solid rgba(26, 107, 138, 0.1);
    box-shadow: 0 6px 18px rgba(10, 35, 66, 0.05);
}

.features-journey__list--cols li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #c5a065;
    vertical-align: 0.12em;
}

@media (max-width: 900px) {
    .features-journey__list--cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .features-section {
        padding: 32px 12px 36px;
    }

    .features-journey__timeline::before {
        left: 17px;
    }

    .features-journey__step {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .features-journey__node {
        width: 36px;
        height: 36px;
        font-size: 0.72rem;
        box-shadow:
            0 0 0 3px rgba(248, 252, 255, 0.95),
            0 6px 16px rgba(197, 160, 101, 0.24);
    }

    .features-journey__panel {
        padding: 14px;
        border-radius: 14px;
    }

    .features-journey__meta {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .features-journey__photo {
        width: 100%;
        max-height: none;
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .features-journey__title {
        font-size: 1.38rem;
        margin-bottom: 8px;
    }

    .features-journey__highlight {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .features-journey__label {
        font-size: 0.72rem;
        margin-bottom: 7px;
    }

    .features-journey__title-card {
        max-width: none;
        padding: 12px 12px 14px;
        gap: 8px;
    }

    .features-journey__brand-logo {
        max-width: 260px;
        max-height: 64px;
    }

    .features-journey__brand-line {
        font-size: 0.94rem;
    }

    .features-journey__brand-line--gold {
        font-size: 0.98rem;
    }

    html[lang="en"] .features-journey__brand-line:first-child,
    html[data-lang="en"] .features-journey__brand-line:first-child {
        white-space: normal;
    }

    .features-journey__body p {
        font-size: 0.94rem;
        line-height: 1.72;
    }
}

@media (prefers-reduced-motion: reduce) {
    .features-journey__panel {
        transition: none;
    }

    .features-journey__panel:hover {
        transform: none;
    }
}
