.sequence{margin:clamp(5rem,10vw,10rem) 0;padding:0 clamp(1rem,4vw,4rem)}
.sequence-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.25rem;border-top:1px solid #b7b3a8;padding-top:1rem}
.sequence h3{font-family:Georgia,serif;font-weight:400;font-size:clamp(2.1rem,5vw,5.5rem);line-height:.92;margin:.25rem 0 0;letter-spacing:-.045em}
.carousel-controls{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.carousel-count{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;min-width:4rem;text-align:right}
.carousel-controls button{border:1px solid currentColor;background:transparent;color:inherit;border-radius:50%;width:2.8rem;height:2.8rem;font-size:1.15rem;cursor:pointer}
.carousel-controls button:hover,.carousel-controls button:focus-visible{background:#111;color:#f2efe7;outline:none}
.carousel-frame{position:relative;background:var(--paper);height:min(70vw,780px);overflow:hidden;outline:none}.carousel-frame:focus-visible{box-shadow:0 0 0 3px #de613b}
.carousel-slide{display:none;margin:0;width:100%;height:100%}.carousel-slide.is-active{display:flex;align-items:center;justify-content:center;animation:reveal .35s ease both}
.carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.carousel-slide.portrait img{width:100%;max-width:none}
.sequence-dark{background:var(--paper);color:var(--ink);margin-left:0;margin-right:0;padding-top:clamp(3rem,6vw,6rem);padding-bottom:clamp(3rem,6vw,6rem)}.sequence-dark .sequence-head{border-color:#b7b3a8}
.sequence-dark .carousel-controls button:hover,.sequence-dark .carousel-controls button:focus-visible{background:var(--ink);color:var(--paper)}
.editorial-anchor{margin:clamp(4rem,8vw,9rem) clamp(1rem,4vw,4rem);max-width:1500px}.editorial-anchor img{display:block;width:100%;height:auto}.editorial-anchor figcaption{display:flex;justify-content:space-between;border-top:1px solid #aaa;padding-top:.6rem;margin-top:.7rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
.anchor-small{max-width:1050px;margin-left:auto;margin-right:auto}.instagram{background:#11100e!important;color:#f1efe8!important}.instagram .book-mark{border-color:#666!important}.social-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:1.5rem}.social-links a{display:inline-block}
@keyframes reveal{from{opacity:.25;transform:translateX(14px)}to{opacity:1;transform:none}}
@media(max-width:680px){.sequence-head{align-items:flex-start;flex-direction:column}.carousel-controls{width:100%;justify-content:flex-end}.carousel-frame{height:68vh;min-height:430px}.sequence{padding-left:1rem;padding-right:1rem}.editorial-anchor{margin-left:1rem;margin-right:1rem}}
@media(prefers-reduced-motion:reduce){.carousel-slide.is-active{animation:none}}
