html{scroll-snap-type:none}
.section-veil{position:fixed;inset:0;z-index:150;background:var(--cream);transform:translateY(100%);pointer-events:none}
.section-changing .section-veil{pointer-events:auto}
.section-changing .scroll-cursor{opacity:0}
.back-top{position:fixed;right:26px;bottom:78px;z-index:25;display:flex;align-items:center;gap:10px;padding:10px 15px 10px 10px;background:#f2f0e9;color:#141e30;border:1px solid #141e3026;border-radius:30px;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s,transform .25s,visibility .25s;box-shadow:0 4px 20px #141e300a}
.back-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-top>span{display:grid;place-items:center;width:26px;height:26px;border:1px solid #141e3030;border-radius:50%;font-size:18px}
.back-top small{font-size:8px;letter-spacing:1.2px}
.final{justify-content:flex-start;overflow-anchor:none}
.final-grid{align-items:start}
.final footer{margin-top:auto}
.faq{min-height:440px}
.faq details{overflow-anchor:none}
.faq details[data-expanded="false"] summary span{transform:none}
.zip-form{position:relative;transition:box-shadow .2s,border-color .2s}
.zip-form:focus-within{box-shadow:0 2px 0 var(--ink);border-color:var(--ink)}
.zip-form input:focus{outline:none;box-shadow:none;caret-color:var(--ink)}
.zip-form input{padding-left:0;border-radius:0}
:root[data-palette="navy"] .delivery-scene,:root[data-palette="durst"] .delivery-scene{background:#fff;color:#141e30}
:root:not([data-palette="green"]) .delivery-heading em,:root:not([data-palette="green"]) .drive-story h3 em{color:#526b80}
:root:not([data-palette="green"]) .drive-story p,:root:not([data-palette="green"]) .drive-number,:root:not([data-palette="green"]) .drive-footer{color:#526575}
:root:not([data-palette="green"]) .drive-progress{background:#141e3026}
:root:not([data-palette="green"]) .drive-progress i{background:#526575}
:root:not([data-palette="green"]) .van-switch button{border-color:#141e3030}
:root:not([data-palette="green"]) .van-switch button[aria-pressed="true"]{background:#141e30;color:#fff;border-color:#141e30}
:root:not([data-palette="green"]) .van-switch button:focus-visible{outline-color:#141e30}
:root.delivery-light .header{background:rgba(255,255,255,.96);color:#141e30}
:root.delivery-light .header .brand img{filter:brightness(0)}
:root.delivery-light .header .order{background:#141e30;color:#fff}
:root.delivery-light .header .order:hover{background:#35577d}
@media(max-width:760px){.back-top{right:16px;bottom:78px;padding:8px}.back-top small{display:none}.faq{min-height:460px}}
@media(prefers-reduced-motion:reduce){.section-veil{display:none}.back-top{transition:none}}
