.story-timeline-section{--bg: #fff8f5;--bg-soft: #fbf1ef;--bg-deep: #f5e3df;--rose: #e8b7a0;--rose-dark: #d89478;--gold: #c69a78;--gold-dark: #a97c56;--text: #3b2a2e;--muted: #8c6870;--serif: "Playfair Display", Georgia, serif;--sans: "DM Sans", Arial, sans-serif;position:relative;width:100%;overflow:hidden;isolation:isolate;padding-top:var(--story-padding-top);padding-bottom:var(--story-padding-bottom);font-family:var(--sans);color:var(--text);background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 52%,var(--bg-deep) 100%)}.story-timeline-section *,.story-timeline-section *:before,.story-timeline-section *:after{box-sizing:border-box}.story-timeline-section:before,.story-timeline-section:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(80px)}.story-timeline-section:before{width:600px;height:600px;top:-260px;right:-220px;background:radial-gradient(circle,#e8b7a06b,#e8b7a000 70%)}.story-timeline-section:after{width:520px;height:520px;bottom:-250px;left:-180px;background:radial-gradient(circle,#f5e3dff2,#f5e3df00 70%)}.story-timeline-intro{width:min(760px,calc(100% - 40px));margin:0 auto 90px;text-align:center}.story-timeline-eyebrow{margin:0 0 18px;font-family:var(--sans);font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-dark)}.story-timeline-heading{margin:0;font-family:var(--serif);font-size:clamp(36px,5vw,58px);font-weight:500;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.story-timeline-subheading{max-width:680px;margin:22px auto 0;font-family:var(--serif);font-size:18px;font-style:italic;line-height:1.7;color:var(--muted)}.story-timeline-list{position:relative;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:0}.story-timeline-list:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translate(-50%);background:linear-gradient(180deg,transparent 0%,var(--gold) 10%,var(--rose-dark) 50%,var(--gold) 90%,transparent 100%)}.story-phase{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(50px,7vw,100px);width:100%;padding:75px 40px;animation:storyTimelineReveal .8s ease both}.story-phase:first-child{padding-top:0}.story-phase:last-child{padding-bottom:0}.story-phase--reverse{direction:rtl}.story-phase--reverse>*{direction:ltr}.story-phase:after{content:"";position:absolute;top:15px;bottom:15px;left:50%;width:100vw;transform:translate(-50%);border-radius:30px;background:#ffffff38;z-index:-1;pointer-events:none}.story-phase:nth-child(2n):after{background:#f5e3df7a}.story-phase:before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%);border:2px solid var(--rose-dark);border-radius:50%;background:var(--bg);box-shadow:0 0 0 8px #d8947824,0 10px 30px #d8947847;z-index:5;transition:transform .4s ease,background-color .4s ease}.story-phase:hover:before{background:var(--rose-dark);transform:translate(-50%,-50%) scale(1.2)}.story-phase-media{position:relative;width:100%;aspect-ratio:4 / 5;min-width:0;min-height:0;overflow:hidden;border-radius:18px;background:#f5e3df;box-shadow:0 30px 70px #a97c5638;isolation:isolate;transition:transform .5s ease,box-shadow .5s ease}.story-phase-media:hover{transform:translateY(-6px);box-shadow:0 45px 90px #a97c564d}.story-phase-media video,.story-phase-media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:none;max-height:none;margin:0;padding:0;object-fit:cover;object-position:center;border:0;transition:transform 1s ease}.story-phase-media:hover video,.story-phase-media:hover img{transform:scale(1.05)}.story-phase-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.22) 50%,transparent 75%)}.story-phase-content{width:100%;max-width:480px;min-width:0;padding:20px}.story-phase-number{display:block;margin:0;font-family:var(--serif);font-size:90px;font-weight:600;line-height:.95;letter-spacing:-.04em;background:linear-gradient(135deg,var(--gold),var(--rose-dark));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.story-phase-tagline{margin:15px 0;font-family:var(--sans);font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-dark)}.story-phase-title{margin:0 0 20px;font-family:var(--serif);font-size:clamp(32px,3.5vw,40px);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--text)}.story-phase-description{max-width:48ch;font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.9;color:var(--muted)}.story-phase-description p{margin:0 0 14px}.story-phase-description p:last-child{margin-bottom:0}@keyframes storyTimelineReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:900px)and (min-width:751px){.story-timeline-intro{margin-bottom:65px}.story-timeline-list{width:min(900px,calc(100% - 30px))}.story-phase{gap:40px;padding:60px 25px}.story-phase-content{padding:10px}.story-phase-number{font-size:72px}.story-phase-title{font-size:32px}.story-phase-description{font-size:14px;line-height:1.75}}@media screen and (max-width:750px){.story-timeline-section{padding-top:max(36px,var(--story-padding-top));padding-bottom:max(36px,var(--story-padding-bottom))}.story-timeline-intro{width:calc(100% - 32px);margin-bottom:42px}.story-timeline-eyebrow{margin-bottom:11px;font-size:9px;letter-spacing:.18em}.story-timeline-heading{font-size:clamp(30px,8.5vw,40px);line-height:1.08}.story-timeline-subheading{margin-top:16px;font-size:13px;line-height:1.7}.story-timeline-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;column-gap:14px;row-gap:42px;width:calc(100% - 20px);margin:0 auto;padding:0}.story-timeline-list:before{display:none}.story-phase,.story-phase:first-child,.story-phase:last-child{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;min-width:0;margin:0;padding:0;direction:ltr;animation:none}.story-phase--reverse{direction:ltr}.story-phase--reverse>*{direction:ltr}.story-phase--reverse .story-phase-media,.story-phase--reverse .story-phase-content{order:initial}.story-phase:after{display:none}.story-phase:before{display:none}.story-phase-media{position:relative;width:100%;aspect-ratio:.78 / 1;height:auto;min-height:0;overflow:hidden;border-radius:12px;background:#f5e3df;box-shadow:0 14px 35px #a97c562e;transform:none}.story-phase-media:hover{transform:none;box-shadow:0 14px 35px #a97c562e}.story-phase-media video,.story-phase-media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:100%;min-height:100%;max-width:none;max-height:none;margin:0;padding:0;object-fit:cover;object-position:center center;transform:none;border:0}.story-phase-media:hover video,.story-phase-media:hover img{transform:none}.story-phase-content,.story-phase--reverse .story-phase-content{width:100%;max-width:none;margin:0;padding:17px 4px 0}.story-phase-number{margin:0 0 9px;font-size:44px;line-height:.9;letter-spacing:-.03em}.story-phase-tagline{margin:0 0 8px;font-size:7.5px;line-height:1.45;letter-spacing:.11em}.story-phase-title{margin:0 0 11px;font-size:clamp(19px,5.4vw,25px);line-height:1.15;letter-spacing:-.015em}.story-phase-description{width:100%;max-width:none;margin:0;font-family:var(--sans);font-size:11px;font-weight:400;line-height:1.7;letter-spacing:0;color:var(--muted);overflow-wrap:break-word;word-break:normal}.story-phase-description p{margin:0 0 9px}.story-phase-description p:last-child{margin-bottom:0}}@media screen and (max-width:480px){.story-timeline-section{padding-top:max(30px,var(--story-padding-top));padding-bottom:max(30px,var(--story-padding-bottom))}.story-timeline-intro{width:calc(100% - 28px);margin-bottom:36px}.story-timeline-heading{font-size:30px}.story-timeline-subheading{margin-top:14px;font-size:12px;line-height:1.65}.story-timeline-list{width:calc(100% - 12px);column-gap:10px;row-gap:38px}.story-phase-media{aspect-ratio:.78 / 1;border-radius:10px}.story-phase-content,.story-phase--reverse .story-phase-content{padding-top:15px;padding-left:1px;padding-right:1px}.story-phase-number{font-size:40px;margin-bottom:8px}.story-phase-tagline{margin-bottom:7px;font-size:6.5px;line-height:1.45}.story-phase-title{margin-bottom:10px;font-size:18px;line-height:1.15}.story-phase-description{font-size:10px;line-height:1.65}.story-phase-description p{margin-bottom:8px}}@media screen and (max-width:360px){.story-timeline-list{column-gap:8px;row-gap:34px}.story-phase-media{aspect-ratio:.76 / 1}.story-phase-number{font-size:36px}.story-phase-title{font-size:16px}.story-phase-tagline{font-size:6px}.story-phase-description{font-size:9.5px;line-height:1.65}}@media(prefers-reduced-motion:reduce){.story-phase{animation:none}.story-phase-media,.story-phase-media img,.story-phase-media video,.story-phase:before{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-story-timeline.css.map */
