.overview-card{cursor:pointer}
.overview-card:focus-visible{outline:3px solid #111;outline-offset:4px}
.records-screen{z-index:12;bottom:0;overflow:hidden;background:linear-gradient(145deg,#76b5c2,#bbdce0 45%,#e7becd)}
.records-screen[data-tone="pink"]{background:linear-gradient(145deg,#e5b4c9,#b9c7e3 52%,#f1d6b3)}
.records-screen[data-tone="yellow"]{background:linear-gradient(145deg,#e8c8d5,#c2cce9 45%,#8dbfea)}
.records-header{position:absolute;z-index:3;top:88px;left:32px;display:flex;align-items:flex-start;gap:26px}
.records-header button{padding:0;font-size:49px;line-height:.7;font-weight:300;cursor:pointer}
.records-header h1{margin:0;font-size:29px;line-height:1.02;font-weight:600}
.records-slider{position:absolute;top:270px;left:0;width:100%;overflow:visible;touch-action:pan-y}
.slider-track{display:flex;transition:transform .32s cubic-bezier(.22,.75,.2,1)}
.record-card{flex:0 0 calc(100% - 99px);height:740px;margin:0 49.5px;display:flex;flex-direction:column;overflow:hidden;border-radius:29px;background:rgba(241,245,244,.78);box-shadow:0 12px 0 rgba(255,255,255,.12)}
.record-body{flex:1;padding:39px 22px 10px}
.record-body h2{margin:0 0 22px;font-size:37px;line-height:1.08;font-weight:500}
.record-body h3{margin:0 0 37px;font-size:24px}
.record-body dl{margin:0;font-size:20px;line-height:1.35}
.record-body dt{font-weight:700}.record-body dd{margin:4px 0 26px}
.record-person{height:165px;flex:0 0 165px;padding:26px 22px;display:flex;align-items:center;justify-content:space-between;background:rgba(220,216,235,.72)}
.record-person strong{font-size:30px;line-height:1.04}
.record-person button{width:40px;height:40px;padding:0;border-radius:50%;background:#000;color:#fff;font-size:18px;letter-spacing:1px;cursor:pointer}
.records-dots{position:absolute;top:1046px;left:0;right:0;display:flex;justify-content:center;gap:12px}
.records-dots button{width:11px;height:11px;padding:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer}
.records-dots button.active{background:#fff}
.records-open{overflow:hidden}
.records-open .bottom-nav{transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none}
.bottom-nav{transition:transform .25s ease}

@media(max-width:430px){
  .records-header{top:65px;left:22px;gap:18px}.records-header button{font-size:35px}.records-header h1{font-size:20px}.records-slider{top:180px}.record-card{flex-basis:calc(100% - 66px);height:500px;margin:0 33px;border-radius:20px}.record-body{padding:27px 15px 7px}.record-body h2{margin-bottom:17px;font-size:24px;line-height:1.06}.record-body h3{margin-bottom:28px;font-size:16px}.record-body dl{font-size:14px;line-height:1.3}.record-body dd{margin:3px 0 19px}.record-person{height:110px;flex-basis:110px;padding:17px 15px}.record-person strong{font-size:21px}.record-person button{width:28px;height:28px;font-size:12px}.records-dots{top:700px;gap:8px}.records-dots button{width:8px;height:8px}
}
