.history-timeline{position:relative;max-width:1200px;margin:0 auto}.ht-line{position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);background-color:#00000014;z-index:0}.ht-line__progress{position:absolute;top:0;left:0;width:100%;height:0%;background-color:var(--ht-accent, #96213f);transition:height .05s linear;will-change:height}.ht-era{position:relative;text-align:center;padding:80px 20px 60px;z-index:2}.ht-era__dot{display:block;width:14px;height:14px;border-radius:50%;background-color:var(--ht-accent, #96213f);margin:0 auto 30px;position:relative;box-shadow:0 0 0 4px var(--ht-bg, #ffffff),0 0 0 5px var(--ht-accent, #96213f)}.ht-era__label{font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ht-accent, #96213f);margin:0 0 8px}.ht-era__range{font-size:clamp(48px,8vw,80px);font-weight:200;line-height:1;color:var(--ht-heading-color, #000000);margin:0;letter-spacing:-.02em}.ht-event{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 0 80px;z-index:1;opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.ht-event.is-visible{opacity:1;transform:translateY(0)}.ht-event--left .ht-event__content{grid-column:1;grid-row:1;text-align:right;padding-right:60px}.ht-event--left .ht-event__media{grid-column:2;grid-row:1;padding-left:60px}.ht-event--right .ht-event__content{grid-column:2;grid-row:1;text-align:left;padding-left:60px}.ht-event--right .ht-event__media{grid-column:1;grid-row:1;padding-right:60px}.ht-event:before{content:"";position:absolute;left:50%;top:12px;width:8px;height:8px;border-radius:50%;background-color:var(--ht-accent, #96213f);transform:translate(-50%);z-index:3;box-shadow:0 0 0 3px var(--ht-bg, #ffffff);opacity:0;transition:opacity .4s ease .3s}.ht-event.is-visible:before{opacity:1}.ht-event__year{font-size:clamp(32px,4vw,48px);font-weight:200;line-height:1;color:var(--ht-accent, #96213f);margin:0 0 12px;letter-spacing:-.02em}.ht-event__heading{font-size:clamp(18px,2vw,22px);font-weight:500;line-height:1.3;color:var(--ht-heading-color, #000000);margin:0 0 16px}.ht-event__description{font-size:15px;line-height:1.7;color:var(--ht-text-color, #555555);margin:0}.ht-event__description p{margin:0 0 .8em}.ht-event__description p:last-child{margin-bottom:0}.ht-event__media{display:flex;align-items:flex-start}.ht-event__image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--border-radius-media, 4px);aspect-ratio:4 / 3;background-color:#00000008}.ht-event__image-wrapper--portrait{aspect-ratio:3 / 4}.ht-event__image-wrapper--original{aspect-ratio:auto;overflow:visible}.ht-event__image{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform .8s cubic-bezier(.22,1,.36,1)}.ht-event__image-wrapper--original .ht-event__image{height:auto;object-fit:contain;transform:none}.ht-event.is-visible .ht-event__image-wrapper--original .ht-event__image{transform:none}.ht-event__video-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--border-radius-media, 4px);aspect-ratio:16 / 9;background-color:#000;cursor:pointer}.ht-event__video-wrapper.ht-event__image-wrapper--portrait{aspect-ratio:9 / 16}.ht-event__video-wrapper.ht-event__image-wrapper--original{aspect-ratio:auto}.ht-event__video{width:100%;height:100%;object-fit:cover;display:block}.ht-event__video-wrapper.ht-event__image-wrapper--original .ht-event__video{height:auto;object-fit:contain}.ht-event__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00000073;border:none;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;padding:0;z-index:2}.ht-event__video-play:hover{background:#000000a6}.ht-event__video-play svg{width:48px;height:48px}.ht-event--highlight .ht-event__year{font-weight:300}.ht-event--highlight .ht-event__heading{font-size:clamp(20px,2.5vw,26px);font-weight:600}.ht-event--no-image{grid-template-columns:1fr;max-width:50%}.ht-event--no-image.ht-event--left{margin-right:auto;margin-left:0}.ht-event--no-image.ht-event--left .ht-event__content{padding-right:60px}.ht-event--no-image.ht-event--right{margin-left:auto;margin-right:0}.ht-event--no-image.ht-event--right .ht-event__content{padding-left:60px}.ht-closing{text-align:center;padding:60px 20px 0;position:relative;z-index:2}.ht-closing__dot{display:block;width:14px;height:14px;border-radius:50%;background-color:var(--ht-accent, #96213f);margin:0 auto;box-shadow:0 0 0 4px var(--ht-bg, #ffffff),0 0 0 5px var(--ht-accent, #96213f)}@media screen and (max-width:991px){.ht-line{left:30px}.ht-event{grid-template-columns:1fr;padding-left:70px;gap:24px}.ht-event:before{left:30px}.ht-event--left .ht-event__content,.ht-event--right .ht-event__content{grid-column:1;text-align:left;padding-left:0;padding-right:0}.ht-event--left .ht-event__media,.ht-event--right .ht-event__media{grid-column:1;grid-row:2;padding-left:0;padding-right:0}.ht-event--no-image{max-width:100%}.ht-event--no-image.ht-event--left .ht-event__content,.ht-event--no-image.ht-event--right .ht-event__content{padding-left:0;padding-right:0}.ht-era{text-align:left;padding-left:70px}.ht-era__dot{position:absolute;left:30px;top:80px;margin:0;transform:translate(-50%)}}@media screen and (max-width:575px){.ht-line{left:20px}.ht-event{padding-left:50px;padding-bottom:60px}.ht-event:before{left:20px}.ht-era{padding-left:50px;padding-top:60px;padding-bottom:40px}.ht-era__dot{left:20px;top:60px}.ht-era__range{font-size:clamp(36px,10vw,56px)}.ht-event__image-wrapper{aspect-ratio:16 / 10}.ht-event__image-wrapper--original{aspect-ratio:auto}.ht-event__video-play{width:52px;height:52px}.ht-event__video-play svg{width:38px;height:38px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-history-timeline.css.map */
