.deck{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:1.5rem;display:flex}.slide{aspect-ratio:16/9;background:var(--shell);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:min(100%,1100px,177.778vh - 14.2222rem);padding:2rem 2rem 1.75rem;display:flex;position:relative;box-shadow:0 1px 2px #282e1414,0 12px 32px #282e141a}.slideBody{width:100%}.slideBody svg{width:100%;height:auto;display:block}.slideLabel{text-align:center;letter-spacing:.18em;text-transform:uppercase;color:var(--honey-birch);margin:0;font-size:.7rem;font-weight:600;position:absolute;top:1.15rem;left:0;right:0}.deckLogo{width:clamp(110px,12vw,150px);height:auto;color:var(--ironwood);opacity:.75}.deckNav{letter-spacing:.1em;color:var(--ironwood);align-items:center;gap:1rem;font-size:.85rem;font-weight:600;display:flex}.deckNav button{font:inherit;background:var(--ironwood);width:2.5rem;height:2.5rem;color:var(--shell);cursor:pointer;border:0;border-radius:50%;font-size:1.25rem;line-height:1;transition:background .15s,opacity .15s}.deckNav button:disabled{opacity:.25;cursor:default}.deckNav button:not(:disabled):hover{background:var(--olive)}.deckNav button:focus-visible{outline:2px solid var(--water);outline-offset:2px}.serif{font-family:var(--font-ovo), Georgia, serif}.sans{font-family:var(--font-montserrat), system-ui, sans-serif}.stack{width:100%;max-width:30rem;display:none}.stackTip{text-align:center;background:var(--glacier);border-radius:.5rem;padding:1.25rem;font-size:1.15rem;font-weight:600}.stackRule{background:var(--water);height:3px;margin:1.25rem 0}.stackDrivers{background:var(--olive);border-radius:.5rem .5rem 0 0;flex-direction:column;gap:1.15rem;padding:1.5rem 1.35rem;display:flex}.driver{color:var(--shell)}.driverName{font-size:1rem;font-weight:700}.driverQ{background:var(--glacier);color:var(--ironwood);border-radius:.4rem;margin-top:.4rem;padding:.55rem .75rem;font-size:.85rem}.stackBelief{background:var(--ironwood);color:var(--shell);text-align:center;border-radius:0 0 .5rem .5rem;padding:1.6rem 1.35rem;line-height:1.5}.beliefSmall{font-size:.9rem}.beliefBig{font-family:var(--font-ovo), Georgia, serif;letter-spacing:.04em;margin:.15rem 0 .5rem;font-size:1.3rem;display:block}.beliefBig:last-child{margin-bottom:0}@media (max-width:820px){.slide{aspect-ratio:auto;width:100%;padding:1.75rem 1.25rem}.slideBody{display:none}.stack{display:block}}
