.home-banner{position:relative;width:100%;max-width:34rem;margin-inline:auto;padding:0 .75rem .75rem}.home-banner__accent{position:absolute;border:2px solid #0b0c0c;box-shadow:4px 4px 0 #0b0c0c}.home-banner__accent--purple{top:1.5rem;right:-1rem;width:5rem;height:5rem;border-radius:1.75rem;background:var(--brand-purple);transform:rotate(12deg)}.home-banner__accent--cyan{bottom:-.5rem;left:-1rem;width:7rem;height:4rem;border-radius:999px;background:var(--brand-cyan);transform:rotate(-6deg)}.home-banner__frame{position:relative;overflow:hidden;border:2px solid #0b0c0c;border-radius:2.75rem;background:var(--brand-cream);box-shadow:10px 10px 0 #0b0c0c}.home-banner__viewport{overflow:hidden;touch-action:pan-y pinch-zoom}.home-banner__track{display:flex}.home-banner__slide{position:relative;flex:0 0 100%;min-width:0;aspect-ratio:1;overflow:hidden;background:var(--brand-blush)}.home-banner__photo{object-fit:contain;user-select:none}.home-banner__photo--cover{object-fit:cover}.home-banner__caption{position:absolute;inset:auto 0 0;padding:4rem 1.5rem 1.5rem;color:#fff;background:linear-gradient(transparent,#000b);pointer-events:none}.home-banner__caption p{max-width:28rem;font-size:1rem;font-weight:600;line-height:1.5;text-wrap:balance}.home-banner__controls{display:flex;align-items:center;gap:.4rem;padding:.7rem 1rem;background:var(--brand-cream);border-top:2px solid #0b0c0c;color:#0b0c0c}.home-banner__button{display:grid;place-items:center;min-width:44px;width:44px;height:44px;border-radius:50%;border:1px solid transparent;background:transparent;color:inherit;cursor:pointer;transition:background .15s;flex-shrink:0}.home-banner__button:hover{background:var(--brand-blush);border-color:#0b0c0c20}.home-banner__button:focus-visible,.home-banner__dots button:focus-visible{outline:3px solid var(--brand-cyan);outline-offset:1px}.home-banner__play{border:1px solid #0b0c0c20;margin-left:.35rem}.home-banner__pagination{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.home-banner__counter{font-size:11px;font-weight:700;letter-spacing:1px;font-variant-numeric:tabular-nums;white-space:nowrap}.home-banner__counter>span{color:#625653;font-weight:500}.home-banner__dots{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.home-banner__dots button{width:24px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.home-banner__dots button span{width:6px;height:6px;border-radius:999px;background:#b1a199;transition:width .2s,background .2s}.home-banner__dots button[aria-current] span{width:17px;background:#b54923}@media (max-width:640px){.home-banner__frame{border-radius:2rem;box-shadow:7px 7px 0 #0b0c0c}.home-banner__controls{padding:.45rem .6rem;gap:.15rem}.home-banner__counter{display:none}.home-banner__dots button{width:20px}.home-banner__caption{padding-inline:1.25rem}}@media (prefers-reduced-motion:reduce){.home-banner__button,.home-banner__dots button span{transition:none}}