/* Education timeline. */
main>#education{background-color:#eedfce;background-image:linear-gradient(to bottom,var(--green),#9a9c7d 40px,#eedfce 100px);color:var(--ink)}
main>#experience{background-image:linear-gradient(to bottom,#eedfce,var(--cream) 100px)}
.education-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin:35px 0 65px}
.education-heading .display{line-height:.88}
.education-heading>p{font:17px/1.9 var(--serif);max-width:360px;padding-bottom:8px}
.education-timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7%}
.education-stop{min-width:0}
.education-photo{position:relative;margin:0 8px 42px;padding:12px 12px 20px;background:#faf5e9;box-shadow:4px 9px 18px #3a35251a;transform:rotate(-2deg)}
.education-stop:nth-child(2) .education-photo{transform:rotate(2deg)}
.education-photo:before{content:'';position:absolute;z-index:1;top:-12px;left:40%;width:80px;height:27px;background:#bcb89e88;transform:rotate(-6deg);border-left:2px dotted #eedfce;border-right:2px dotted #eedfce}
.education-stop:nth-child(2) .education-photo:before{background:#dda9b799;transform:rotate(7deg)}
.education-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.education-photo figcaption{padding:15px 8px 0}
.education-photo strong{display:block;font:500 26px/1.4 var(--serif)}
.education-photo figcaption>span{display:block;font-size:13px;line-height:1.6;margin-top:6px}
.education-marker{display:flex;align-items:center;gap:13px;position:relative;padding-top:24px;border-top:1px solid #7c886b;}
.education-marker:before{content:'';position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #eedfce}
.education-stop:first-child .education-marker:after{content:'→';position:absolute;right:-16.5%;top:-15px;width:16.5%;text-align:center;background:#eedfce;font-size:22px}
.education-marker>span{font:italic 30px var(--serif);color:#7c886b}
.education-marker p{font-size:12px;letter-spacing:1px}
.education-story{padding-top:20px}
.education-story h3{font:500 22px/1.7 var(--serif);margin:0 0 20px}
.education-story p{font-size:16px;line-height:1.95;margin:0 0 18px}
.education-footer{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:20px;border-top:1px solid #263b2033;font-size:11px;letter-spacing:1px}
.education-footer .serif-italic{font-size:24px;letter-spacing:0}
.lang-en .education-story p{line-height:1.8}
@media(max-width:700px){.education-heading{display:block;margin-bottom:45px}.education-heading>p{margin-top:25px;font-size:16px}.education-timeline{grid-template-columns:1fr;gap:45px;border-left:1px solid #7c886b;padding-left:22px}.education-photo{margin:0 5px 28px;padding:9px 9px 17px}.education-marker{border-top:0;padding-top:0}.education-marker:before{left:-27px;top:14px}.education-stop:first-child .education-marker:after{display:none}.education-story p{font-size:15px}.education-story h3{font-size:21px}.education-photo strong{font-size:23px}.education-photo figcaption>span{font-size:12px}.education-footer{flex-wrap:wrap}.education-footer .serif-italic{font-size:22px}}
