.vo-history-modern {
    --vo-ink: #30463f;
    --vo-peach: #ffa882;
    --vo-peach-soft: #fff1e9;
    --vo-sand: #f8f6f1;
    --vo-line: #eadcd2;
    color: #52605c;
    font-family: inherit;
    overflow: hidden;
}
.vo-history-modern *, .vo-history-modern *::before, .vo-history-modern *::after { box-sizing: border-box; }
.vo-history-modern__hero { min-height: 620px; position: relative; display: flex; align-items: center; isolation: isolate; margin-top: 200px; color: #fff; }
.vo-history-modern__hero-image, .vo-history-modern__hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vo-history-modern__hero-image { object-fit: cover; z-index: -2; }
.vo-history-modern__hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(27,48,43,.88) 0%, rgba(27,48,43,.67) 37%, rgba(27,48,43,.13) 75%); }
.vo-history-modern__hero-copy { max-width: 650px; padding: 68px 0; }
.vo-history-modern__eyebrow, .vo-history-modern__detail-kicker { margin: 0 0 14px; color: #c97951; font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.25; }
.vo-history-modern__hero .vo-history-modern__eyebrow { color: #ffd0bb; }
.vo-history-modern h1, .vo-history-modern h2, .vo-history-modern h3 { margin: 0; color: var(--vo-ink); font-weight: 800; line-height: 1.12; }
.vo-history-modern h1 { color: #fff; font-size: clamp(36px, 4.4vw, 62px); letter-spacing: -.035em; }
.vo-history-modern h2 { font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -.026em; }
.vo-history-modern h3 { font-size: clamp(22px, 2vw, 30px); }
.vo-history-modern__hero-copy > p:not(.vo-history-modern__eyebrow) { max-width: 560px; margin: 25px 0 31px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.9); }
.vo-history-modern__hero-link, .vo-history-modern__button { display: inline-flex; align-items: center; gap: 14px; min-height: 52px; padding: 14px 20px; border-radius: 4px; background: var(--vo-peach); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), background-color 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern__hero-link:hover, .vo-history-modern__button:hover { background: #ed8d63; color: #fff; transform: translateY(-4px); }
.vo-history-modern__intro { display: grid; grid-template-columns: 150px minmax(0, 1.45fr) minmax(210px, .7fr); gap: 40px; align-items: center; padding-top: 105px; padding-bottom: 105px; }
.vo-history-modern__intro-mark { color: var(--vo-peach); font-size: clamp(42px, 5vw, 76px); font-weight: 800; letter-spacing: -.06em; }
.vo-history-modern__intro h2 { max-width: 620px; margin-bottom: 20px; }
.vo-history-modern__intro p { margin: 0; font-size: 15px; line-height: 1.75; }
.vo-history-modern__intro-note { padding: 25px 0 25px 25px; border-left: 2px solid var(--vo-peach); color: var(--vo-ink); font-weight: 700; }
.vo-history-modern__timeline-section, .vo-history-modern__system-section { padding: 102px 0; background: var(--vo-sand); }
.vo-history-modern__section-heading { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.vo-history-modern__section-heading h2 { margin-bottom: 15px; }
.vo-history-modern__section-heading > p:not(.vo-history-modern__eyebrow) { margin: 0; font-size: 15px; line-height: 1.65; }
.vo-history-modern__timeline { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--vo-line); border-radius: 7px; overflow: hidden; background: #fff; }
.vo-history-modern__timeline-item { position: relative; min-height: 136px; padding: 24px 20px; border: 0; border-right: 1px solid var(--vo-line); background: #fff; color: var(--vo-ink); text-align: left; transition: background-color 1.3s cubic-bezier(.22, 1, .36, 1), color 1.3s cubic-bezier(.22, 1, .36, 1), transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern__timeline-item:last-child { border-right: 0; }
.vo-history-modern__timeline-item::after { position: absolute; right: 20px; bottom: 20px; width: 8px; height: 8px; border-radius: 50%; background: var(--vo-peach); content: ''; opacity: .42; }
.vo-history-modern__timeline-item span { display: block; margin-bottom: 10px; color: #be7452; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.vo-history-modern__timeline-item strong { display: block; font-size: 16px; line-height: 1.2; }
.vo-history-modern__timeline-item:hover, .vo-history-modern__timeline-item.is-active { background: var(--vo-ink); color: #fff; transform: translateY(-5px); }
.vo-history-modern__timeline-item.is-active span { color: #ffbf9f; }
.vo-history-modern__timeline-item.is-active::after { opacity: 1; }
.vo-history-modern__timeline-detail { display: grid; grid-template-columns: 160px 1fr; gap: 34px; align-items: center; margin-top: 25px; padding: 42px 48px; border-radius: 7px; background: #fff; box-shadow: 0 16px 40px rgba(48,70,63,.08); }
.vo-history-modern__detail-kicker { align-self: end; margin: 0; }
.vo-history-modern__detail-year { grid-row: span 2; color: var(--vo-peach); font-size: clamp(46px, 5.6vw, 82px); font-weight: 800; letter-spacing: -.07em; }
.vo-history-modern__timeline-detail h3 { margin-bottom: 13px; }
.vo-history-modern__timeline-detail p:not(.vo-history-modern__detail-kicker) { margin: 0; font-size: 16px; line-height: 1.72; }
.vo-history-modern__story { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr); gap: clamp(38px, 6vw, 88px); align-items: center; padding-top: 110px; padding-bottom: 110px; }
.vo-history-modern__story-image { position: relative; margin: 0; }
.vo-history-modern__story-image img { display: block; width: 100%; min-height: 410px; border-radius: 7px; object-fit: cover; box-shadow: 0 25px 45px rgba(46,57,53,.16); transition: transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern__story-image:hover img { transform: scale(1.035); }
.vo-history-modern__story-image span { position: absolute; left: 24px; bottom: 24px; padding: 10px 13px; background: rgba(255,255,255,.93); color: var(--vo-ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.vo-history-modern__story-copy h2 { margin-bottom: 20px; }
.vo-history-modern__story-copy > p:not(.vo-history-modern__eyebrow) { margin: 0 0 24px; font-size: 16px; line-height: 1.75; }
.vo-history-modern__story-copy ul { margin: 0; padding: 0; list-style: none; }
.vo-history-modern__story-copy li { position: relative; margin: 13px 0; padding-left: 26px; line-height: 1.55; }
.vo-history-modern__story-copy li::before { position: absolute; top: 8px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--vo-peach); content: ''; }
.vo-history-modern__system-section { background: linear-gradient(105deg, #f6faf8 0%, #fff8f3 100%); }
.vo-history-modern__system-grid { display: grid; grid-template-columns: minmax(340px, 1fr) minmax(370px, .95fr); gap: 44px; align-items: stretch; }
.vo-history-modern__cutaway { position: relative; margin: 0; min-height: 512px; overflow: hidden; border-radius: 7px; background: #fff; }
.vo-history-modern__cutaway img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern__cutaway:hover img { transform: scale(1.04); }
.vo-history-modern__cutaway figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 13px 16px; background: rgba(48,70,63,.92); color: #fff; font-size: 13px; font-weight: 700; }
.vo-history-modern__system-cards { display: grid; gap: 16px; }
.vo-history-modern__system-card { min-height: 160px; padding: 27px 30px 25px 95px; border: 1px solid #e5ded6; border-radius: 7px; background: rgba(255,255,255,.75); transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), box-shadow 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern__system-card:hover { box-shadow: 0 18px 34px rgba(48,70,63,.12); transform: translateY(-6px); }
.vo-history-modern__system-card span { float: left; width: 45px; height: 45px; margin: 0 0 0 -65px; border-radius: 50%; background: var(--vo-peach-soft); color: #bf6e4c; font-size: 13px; font-weight: 800; line-height: 45px; text-align: center; }
.vo-history-modern__system-card h3 { margin-bottom: 9px; font-size: 21px; }
.vo-history-modern__system-card p { margin: 0; font-size: 14px; line-height: 1.6; }
.vo-history-modern__choice { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 90px; align-items: center; padding-top: 108px; padding-bottom: 108px; }
.vo-history-modern__choice-copy h2 { margin-bottom: 19px; }
.vo-history-modern__choice-copy > p:not(.vo-history-modern__eyebrow) { max-width: 650px; margin: 0 0 28px; font-size: 16px; line-height: 1.75; }
.vo-history-modern__choice-points { border-top: 1px solid var(--vo-line); }
.vo-history-modern__choice-points p { display: grid; grid-template-columns: 115px 1fr; gap: 18px; margin: 0; padding: 20px 0; border-bottom: 1px solid var(--vo-line); }
.vo-history-modern__choice-points b { color: var(--vo-ink); font-size: 16px; }
.vo-history-modern__choice-points span { font-size: 14px; line-height: 1.55; }
.vo-history-modern.is-enhanced .vo-history-reveal { opacity: 0; transform: translateY(24px); transition: opacity 1.3s cubic-bezier(.22, 1, .36, 1), transform 1.3s cubic-bezier(.22, 1, .36, 1); }
.vo-history-modern.is-enhanced .vo-history-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 991px) {
    .vo-history-modern__hero { min-height: 540px; }
    .vo-history-modern__intro { grid-template-columns: 110px 1fr; gap: 26px; }
    .vo-history-modern__intro-note { grid-column: 2; }
    .vo-history-modern__timeline { grid-template-columns: repeat(2, 1fr); }
    .vo-history-modern__timeline-item:nth-child(2) { border-right: 0; }
    .vo-history-modern__timeline-item:nth-child(-n+2) { border-bottom: 1px solid var(--vo-line); }
    .vo-history-modern__story, .vo-history-modern__system-grid, .vo-history-modern__choice { grid-template-columns: 1fr; gap: 40px; }
    .vo-history-modern__story-copy { max-width: 700px; }
    .vo-history-modern__choice { gap: 45px; }
    .vo-history-modern__system-cards { grid-template-columns: repeat(3, 1fr); }
    .vo-history-modern__system-card { min-height: 220px; padding: 84px 20px 22px; }
    .vo-history-modern__system-card span { float: none; position: absolute; margin: -60px 0 0; }
    .vo-history-modern__system-card { position: relative; }
}
@media (max-width: 640px) {
    .vo-history-modern__hero { min-height: 560px; margin-top: 0; align-items: flex-end; }
    .vo-history-modern__hero-shade { background: linear-gradient(0deg, rgba(27,48,43,.9) 0%, rgba(27,48,43,.6) 56%, rgba(27,48,43,.12) 100%); }
    .vo-history-modern__hero-copy { padding: 40px 15px; }
    .vo-history-modern__hero-copy > p:not(.vo-history-modern__eyebrow) { font-size: 15px; }
    .vo-history-modern__intro, .vo-history-modern__story, .vo-history-modern__choice { padding-top: 66px; padding-bottom: 66px; }
    .vo-history-modern__intro { grid-template-columns: 1fr; gap: 18px; }
    .vo-history-modern__intro-note { grid-column: auto; }
    .vo-history-modern__timeline-section, .vo-history-modern__system-section { padding: 66px 0; }
    .vo-history-modern__timeline-item { min-height: 112px; padding: 19px 15px; }
    .vo-history-modern__timeline-item strong { font-size: 14px; }
    .vo-history-modern__timeline-detail { grid-template-columns: 1fr; gap: 12px; padding: 28px 24px; }
    .vo-history-modern__detail-year { grid-row: auto; }
    .vo-history-modern__story-image img { min-height: 280px; }
    .vo-history-modern__system-grid { grid-template-columns: 1fr; }
    .vo-history-modern__cutaway { min-height: 330px; }
    .vo-history-modern__system-cards { grid-template-columns: 1fr; }
    .vo-history-modern__system-card { min-height: 145px; padding: 24px 24px 22px 92px; }
    .vo-history-modern__system-card span { float: left; position: static; margin: 0 0 0 -65px; }
    .vo-history-modern__choice-points p { grid-template-columns: 1fr; gap: 6px; }
}
