.story-intro { position: relative; width: 100vw; max-width: none; min-height: 690px; overflow: hidden; padding: 0 0 clamp(90px, 10vw, 150px); background: #fff; }
.story-intro__art { position: relative; height: 125px; overflow: hidden; background: linear-gradient(112deg, #58c1b8 0 18%, #123f67 18% 31%, #12a9d2 31% 58%, #f5b8aa 58% 75%, #f7cf70 75% 82%, #f4b1a7 82% 89%, #f7cf70 89% 95%, #f4b1a7 95%); }
.story-intro__art::before { content: ''; position: absolute; width: 310px; height: 180px; top: -130px; left: 8%; border: 2px solid rgb(255 255 255 / 40%); border-radius: 50%; box-shadow: 0 0 0 38px rgb(255 255 255 / 7%); }
.story-intro__art::after { content: ''; position: absolute; width: 520px; height: 210px; top: 58px; left: 34%; border: 4px solid rgb(173 231 213 / 78%); border-radius: 50%; }
.story-intro__wave { position: absolute; right: -25px; width: 420px; height: 100px; border-top: 2px solid rgb(255 255 255 / 58%); border-radius: 50%; transform: rotate(8deg); }
.story-intro__wave--one { top: 1px; }
.story-intro__wave--two { top: 24px; right: -55px; }
.story-intro__ring { position: absolute; z-index: 1; top: -95px; left: -150px; width: 350px; height: 350px; border: 48px solid #f5e1ab; border-radius: 50%; }
.story-intro__ring::after { content: ''; position: absolute; inset: 38px; border: 2px solid rgb(21 123 93 / 17%); border-radius: inherit; }
.story-intro__inner { position: relative; z-index: 2; max-width: 900px; padding-top: clamp(92px, 9vw, 132px); }
.story-intro__label { margin: 0 0 15px; color: #14745b; font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.story-intro h2 { max-width: 850px; margin: 0 auto; color: var(--green-950); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.8rem, 4.7vw, 4.8rem); letter-spacing: -.045em; line-height: 1.06; text-align: center; text-wrap: balance; }
.story-intro__body { max-width: 820px; margin: clamp(44px, 5vw, 66px) auto 0; }
.story-intro__body p { margin: 0; color: #5e6b67; font-size: clamp(.98rem, 1.2vw, 1.08rem); line-height: 1.78; }
.story-intro__body p + p { margin-top: 27px; }

@media (max-width: 700px) {
	.story-intro { min-height: 0; padding-bottom: 80px; }
	.story-intro__art { height: 92px; }
	.story-intro__ring { top: -80px; left: -200px; width: 310px; height: 310px; border-width: 40px; }
	.story-intro__inner { padding-top: 75px; }
	.story-intro__body { margin-top: 38px; }
}

.story-timeline { --timeline-header-depth: clamp(350px, 28vw, 430px); position: relative; width: 100vw; max-width: none; overflow: hidden; padding: clamp(72px, 7vw, 110px) clamp(18px, 4vw, 76px) clamp(110px, 12vw, 190px); background: linear-gradient(#d9f2ed 0 var(--timeline-header-depth), #fff var(--timeline-header-depth)); color: var(--green-950); }
.story-timeline__header { max-width: 1000px; min-height: calc(var(--timeline-header-depth) - clamp(72px, 7vw, 110px)); margin: 0 auto clamp(70px, 8vw, 120px); text-align: center; }
.story-timeline__header > p { margin: 0 0 12px; color: #14745b; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.story-timeline__header h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.7rem, 4.8vw, 4.8rem); letter-spacing: -.045em; line-height: 1.04; }
.story-timeline__header > div { max-width: 720px; margin: 22px auto 0; color: #526a62; line-height: 1.7; }
.story-timeline__branches { position: relative; max-width: 1400px; margin: 0 auto; }
.story-timeline__branches::before { content: ''; position: absolute; top: -65px; bottom: -80px; left: 50%; width: 3px; background: #a9e5de; transform: translateX(-50%); }
.timeline-branch { position: relative; display: grid; min-height: 640px; grid-template-columns: 1fr 1fr; }
.timeline-branch::before { content: ''; position: absolute; z-index: 2; top: 50%; width: 72px; height: 3px; background: #a9e5de; transform: translateY(-50%); }
.timeline-branch::after { content: ''; position: absolute; z-index: 2; top: calc(50% - 13px); width: 3px; height: 26px; border-radius: 2px; background: #a9e5de; }
.timeline-branch:nth-child(odd)::before { right: 50%; }
.timeline-branch:nth-child(odd)::after { right: calc(50% + 69px); }
.timeline-branch:nth-child(even)::before { left: 50%; }
.timeline-branch:nth-child(even)::after { left: calc(50% + 69px); }
.timeline-branch__marker { position: absolute; z-index: 3; top: 50%; left: 50%; width: 28px; height: 28px; border: 5px solid #f3d58d; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); }
.timeline-branch__content { display: grid; width: calc(100% - 70px); align-self: center; gap: 28px; }
.timeline-branch:nth-child(odd) .timeline-branch__content { grid-column: 1; justify-self: start; }
.timeline-branch:nth-child(even) .timeline-branch__content { grid-column: 2; justify-self: end; }
.timeline-branch__year { margin: 0; color: #f0cf81; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(5.5rem, 10vw, 10rem); letter-spacing: -.06em; line-height: .8; }
.timeline-branch__image { width: min(100%, 520px); height: clamp(300px, 33vw, 500px); overflow: hidden; }
.timeline-branch__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.timeline-branch:hover .timeline-branch__image img { transform: scale(1.035); }
.timeline-branch__copy { max-width: 540px; padding-right: 15px; }
.timeline-branch__label { margin: 0 0 9px; color: #14745b; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.timeline-branch h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1.06; }
.timeline-branch__copy > div { margin-top: 17px; color: #62726c; line-height: 1.72; }
.timeline-branch__copy > div p { margin: 0; }
.story-timeline__empty { padding: 60px 20px; border: 1px dashed rgb(13 53 43 / 23%); text-align: center; }
@media (max-width: 820px) {
	.story-timeline { --timeline-header-depth: 355px; padding-top: 65px; padding-inline: 17px; }
	.story-timeline__header { min-height: 290px; margin-bottom: 65px; }
	.story-timeline__branches::before { left: 15px; }
	.timeline-branch { display: block; min-height: 0; padding: 0 0 90px 53px; }
	.timeline-branch::before { top: 18px; left: 15px !important; right: auto !important; width: 38px; transform: none; }
	.timeline-branch::after { top: 7px; left: 50px !important; right: auto !important; height: 25px; }
	.timeline-branch__marker { top: 8px; left: 15px; width: 22px; height: 22px; transform: translate(-50%, 0); }
	.timeline-branch__content { display: grid; width: 100%; }
	.timeline-branch__year { font-size: clamp(4.5rem, 20vw, 7rem); }
	.timeline-branch__image { height: clamp(280px, 75vw, 470px); }
}

@media (max-width: 420px) {
	.story-intro__art { height: 74px; }
	.story-intro h2 { font-size: 2.65rem; }
	.story-intro__body p { font-size: .94rem; line-height: 1.7; }
}

.story-mission { position: relative; width: 100vw; max-width: none; padding: clamp(78px, 8vw, 120px) 0 clamp(105px, 10vw, 150px); background: #d9f2ed; color: var(--green-950); }
.story-mission__inner { max-width: 1200px; }
.story-mission__eyebrow { margin: 0 0 9px; color: #14745b; font-size: .69rem; font-weight: 800; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.story-mission h2 { margin: 0 0 clamp(46px, 6vw, 76px); color: var(--green-950); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.65rem, 4.4vw, 4.35rem); letter-spacing: -.045em; line-height: 1.05; text-align: center; }
.story-mission__statements { border-top: 1px solid rgb(13 53 43 / 48%); }
.story-mission__row { display: grid; min-height: 120px; grid-template-columns: 80px 1fr; align-items: center; gap: 12px; padding: 23px 0; border-bottom: 1px solid rgb(13 53 43 / 48%); }
.story-mission__row > strong { align-self: start; padding-top: 8px; color: var(--green-950); font-family: 'Playfair Display', Georgia, serif; font-size: 1.55rem; line-height: 1; }
.story-mission__row > div { display: grid; grid-template-columns: 155px 1fr; align-items: start; gap: 25px; }
.story-mission__row h3 { margin: 0; color: #14745b; font-size: .72rem; font-weight: 800; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; }
.story-mission__row p { max-width: 875px; margin: 0; color: #193c34; font-size: clamp(.96rem, 1.2vw, 1.08rem); line-height: 1.65; }
.story-mission__line { position: absolute; left: 50%; bottom: -72px; width: 1px; height: 130px; background: var(--green-950); transform: translateX(-50%); }

@media (max-width: 700px) {
	.story-mission { padding-top: 72px; padding-bottom: 100px; }
	.story-mission__row { grid-template-columns: 48px 1fr; gap: 10px; }
	.story-mission__row > div { grid-template-columns: 1fr; gap: 9px; }
	.story-mission__row > strong { font-size: 1.3rem; }
	.story-mission__line { bottom: -48px; height: 88px; }
}

@media (max-width: 420px) {
	.story-mission__row { grid-template-columns: 1fr; padding: 27px 0; }
	.story-mission__row > strong { padding-top: 0; color: rgb(13 53 43 / 45%); }
}

.story-history { position: relative; width: 100vw; max-width: none; padding: clamp(125px, 12vw, 185px) 0 clamp(100px, 11vw, 165px); background: #fff; color: var(--green-950); }
.story-history__connector { position: absolute; top: -1px; left: 50%; width: 1px; height: 80px; background: var(--green-950); transform: translateX(-50%); }
.story-history__inner { max-width: 1200px; text-align: center; }
.story-history__eyebrow { margin: 0 0 10px; color: #14745b; font-size: .67rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.story-history h2 { margin: 0; color: var(--green-950); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1.05; }
.story-history__body { max-width: 1050px; margin: clamp(42px, 5vw, 62px) auto 0; }
.story-history__body p { margin: 0; color: #263e37; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.05rem, 1.45vw, 1.3rem); line-height: 1.65; }
.story-history__body p + p { margin-top: 24px; }

@media (max-width: 700px) {
	.story-history { padding-top: 115px; padding-bottom: 90px; }
	.story-history__connector { height: 65px; }
	.story-history__body { margin-top: 35px; }
	.story-history__body p { font-size: 1.02rem; line-height: 1.65; }
}
