#hero{position:relative;overflow:hidden;background:var(--c-primary);padding:0;display:flex;flex-direction:column;min-height:calc(100vh - var(--header-h));min-height:calc(100svh - var(--header-h))}
#hero .hero__media{position:absolute;inset:0;overflow:hidden;z-index:0}
#hero .hero__img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;border-radius:0}
#hero .hero__scrim{position:absolute;inset:0;display:block;background:linear-gradient(180deg,rgba(17,17,17,.94) 0%,rgba(17,17,17,.88) 36%,rgba(17,17,17,.62) 60%,rgba(17,17,17,.48) 76%,rgba(17,17,17,.82) 100%)}
#hero .hero__inner{position:relative;z-index:1;width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter);padding-top:clamp(1.5rem,1rem + 3vw,3.5rem)}
#hero .hero__copy{max-width:min(100%,42rem)}
#hero .hero__kicker{color:var(--c-bg);margin-bottom:10px}
#hero .hero__title{color:var(--c-bg);font-family:var(--ff-display);font-weight:800;font-size:clamp(2.6rem,1.45rem + 4vw,5.25rem);line-height:1;letter-spacing:-.02em;max-width:13ch;margin:0 0 .42em}
#hero .hero__sub{color:var(--c-bg);font-size:clamp(1rem,.95rem + .3vw,1.125rem);line-height:1.55;max-width:52ch;margin:0}
#hero .hero__ctas{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:clamp(1.25rem,1rem + 1.4vw,2rem)}
#hero .hero__btn{width:100%;text-align:center;min-height:52px}
#hero .hero__btn--call{background:var(--c-secondary);border-color:var(--c-secondary);color:#FFFFFF}
#hero .hero__btn--call:hover,#hero .hero__btn--call:focus-visible{background:#FFFFFF;border-color:#FFFFFF;color:var(--c-primary)}
#hero .hero__btn--ghost{background:transparent;border-color:var(--c-bg);color:var(--c-bg)}
#hero .hero__btn--ghost:hover,#hero .hero__btn--ghost:focus-visible{border-color:var(--c-secondary);color:#FFFFFF;background:rgba(230,0,0,.92)}
#hero .hero__strip{position:relative;z-index:1;width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter);margin-top:auto;padding-top:clamp(1.5rem,1rem + 2vw,3rem);padding-bottom:clamp(1.25rem,1rem + 1vw,2rem)}
#hero .hero__strip .full-row{margin:0;background:linear-gradient(to right,var(--c-secondary) 0,var(--c-secondary) 48px,var(--c-bg) 48px,var(--c-bg) 100%)}
#hero .hero__note{display:none;font-size:.75rem;line-height:1.5;letter-spacing:.02em;color:var(--c-bg);margin:12px 0 0;max-width:48ch}
@media (min-width:560px){#hero .hero__ctas{flex-direction:row;flex-wrap:wrap;align-items:center}#hero .hero__btn{width:auto}}
@media (min-width:768px){#hero .hero__note{display:block}#hero .hero__img{object-position:50% 45%}}
@media (min-width:1100px){#hero .hero__inner{padding-top:clamp(2.5rem,1.5rem + 3vw,4.5rem)}#hero .hero__copy{max-width:min(100%,48rem)}}

#who-s-reaching-for-it{background:#F5EEEC;padding-block:clamp(2.25rem,1.8rem + 2vw,3.5rem)}
#who-s-reaching-for-it .full-row{margin-bottom:1rem}
#who-s-reaching-for-it h2{font-size:clamp(1.5rem,1.1rem + 1.7vw,2.5rem);max-width:20ch;margin:0 0 1.75rem}
#who-s-reaching-for-it .cells{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
#who-s-reaching-for-it .cell{margin:0;max-width:none;padding:1.25rem 1.25rem;font-family:var(--ff-body);font-weight:500;font-size:1rem;line-height:1.35;color:var(--c-primary)}
#who-s-reaching-for-it .cell:nth-child(odd){padding-left:0}
#who-s-reaching-for-it .cell:nth-child(2n){border-left:1px solid rgba(149,77,78,.42)}
#who-s-reaching-for-it .cell:nth-child(n+3){border-top:1px solid rgba(149,77,78,.42)}
@media (min-width:768px){
#who-s-reaching-for-it .cells{grid-template-columns:repeat(4,minmax(0,1fr))}
#who-s-reaching-for-it .cell{padding:0 1.5rem}
#who-s-reaching-for-it .cell:nth-child(odd){padding-left:1.5rem}
#who-s-reaching-for-it .cell:first-child{padding-left:0}
#who-s-reaching-for-it .cell:nth-child(n+2){border-left:1px solid rgba(149,77,78,.42)}
#who-s-reaching-for-it .cell:nth-child(n+3){border-top:0}
}

#the-daily-route{background:var(--c-bg);padding-block:clamp(3rem,2.2rem + 3vw,5.5rem)}
#the-daily-route .full-row{margin-bottom:1rem}
#the-daily-route h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,3.25rem);margin:0 0 clamp(1.5rem,1rem + 1.5vw,2.5rem)}
#the-daily-route .steps{display:block}
#the-daily-route .step{background:var(--c-bg);border-top:1px solid var(--c-ink-12);padding:1.5rem 0 1.75rem;display:grid;grid-template-columns:1fr;gap:.5rem}
#the-daily-route .step .step__ordinal{display:block}
#the-daily-route .step p{margin:0;font-size:1.0625rem;line-height:1.55;max-width:44ch;color:var(--c-text)}
@media (min-width:768px){
#the-daily-route .step{grid-template-columns:6rem minmax(0,1fr);gap:2.5rem;align-items:start;padding:1.75rem 0 2.25rem}
#the-daily-route .step p{padding-top:.65rem;font-size:1.125rem}
}

#what-sks-vending-does{background:var(--c-bg);padding-block:clamp(3rem,2.2rem + 3vw,5.5rem)}
#what-sks-vending-does .full-row{margin-bottom:1rem}
#what-sks-vending-does h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,3.25rem);margin:0 0 clamp(1.5rem,1rem + 1.5vw,2.5rem)}
#what-sks-vending-does .svc{border-radius:var(--radius);border-color:var(--c-ink-12);display:flex;flex-direction:column;justify-content:flex-start;min-height:clamp(9rem,7rem + 6vw,12rem);padding:clamp(1.25rem,1rem + 1vw,1.75rem)}
#what-sks-vending-does .svc:hover{border-color:var(--c-ink-24)}
#what-sks-vending-does .svc h3{margin:0;font-size:clamp(1.125rem,1rem + .7vw,1.5rem);max-width:16ch}

#the-owner-runs-the-route{position:relative;overflow:hidden;background:var(--c-bg);padding-block:var(--section-y)}
#the-owner-runs-the-route .owner{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter);display:grid;grid-template-columns:1fr;gap:clamp(1.75rem,1.2rem + 2vw,3rem)}
#the-owner-runs-the-route .full-row{margin-bottom:1rem}
#the-owner-runs-the-route h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,3.25rem);margin:0 0 1rem}
#the-owner-runs-the-route .owner__body{font-size:1.0625rem;line-height:1.6;margin:0 0 1.75rem}
#the-owner-runs-the-route .owner__facts{margin:0 0 1.5rem;padding:0;max-width:52ch}
#the-owner-runs-the-route .fact-row{border-top:1px solid var(--c-ink-12);padding:1rem 0;display:grid;grid-template-columns:1fr;gap:.25rem}
#the-owner-runs-the-route dt{font-family:var(--ff-display);font-weight:700;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent)}
#the-owner-runs-the-route dd{margin:0;font-size:1rem;line-height:1.5;color:var(--c-text)}
#the-owner-runs-the-route .owner__link{display:inline-flex;align-items:center;min-height:44px;font-family:var(--ff-display);font-weight:700;font-size:1rem;color:var(--c-primary)}
#the-owner-runs-the-route .owner__sq{display:inline-block;width:7px;height:7px;background:var(--c-secondary);margin-left:.6em}
#the-owner-runs-the-route .owner__media{order:-1;margin:0 0 .5rem;margin-inline:calc(-1 * var(--gutter))}
#the-owner-runs-the-route .owner__img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:0}
@media (min-width:768px){
#the-owner-runs-the-route .fact-row{grid-template-columns:11rem minmax(0,1fr);gap:1.5rem;align-items:baseline}
}
@media (min-width:1100px){
#the-owner-runs-the-route .owner{grid-template-columns:7fr 5fr;gap:clamp(2rem,1rem + 3vw,4.5rem);align-items:start}
#the-owner-runs-the-route .owner__media{order:0;margin:0;margin-inline:0;margin-right:calc(-1 * (var(--gutter) + max(0px,(100vw - var(--maxw)) / 2)))}
#the-owner-runs-the-route .owner__img{aspect-ratio:3/4;min-height:34rem}
}

#questions-people-ask{background:var(--c-bg);padding-block:clamp(3rem,2.2rem + 3vw,5.5rem)}
#questions-people-ask .full-row{margin-bottom:1rem}
#questions-people-ask h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,3.25rem);margin:0 0 clamp(1.5rem,1rem + 1.5vw,2.5rem)}
#questions-people-ask .qs{display:grid;grid-template-columns:1fr;gap:0 clamp(2rem,1.2rem + 3vw,4rem)}
#questions-people-ask .q{border-top:1px solid var(--c-ink-12);padding:1.5rem 0 1.75rem}
#questions-people-ask .q h3{margin:0 0 .5rem;font-size:1.15rem;letter-spacing:-.01em}
#questions-people-ask .q p{margin:0;font-size:1rem;line-height:1.55;max-width:40ch;color:var(--c-text)}
@media (min-width:768px){
#questions-people-ask .qs{grid-template-columns:repeat(2,minmax(0,1fr))}
#questions-people-ask .q{padding:1.75rem 0 2rem}
}

#call-and-ask{background:var(--c-bg);overflow:hidden;padding-block:clamp(2.75rem,2rem + 2.5vw,4.25rem) clamp(1.5rem,1.2rem + 1vw,2.25rem)}
#call-and-ask .close__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,1.4rem + 2vw,3.25rem)}
#call-and-ask .full-row{margin-bottom:1rem}
#call-and-ask .close__head{font-size:clamp(2rem,1.3rem + 2.8vw,3.75rem);margin:0 0 .6rem}
#call-and-ask .close__line{font-size:1.0625rem;line-height:1.55;max-width:44ch;margin:0 0 1.5rem}
#call-and-ask .close__call{background:var(--c-secondary);border-color:var(--c-secondary);color:#FFFFFF;width:100%}
#call-and-ask .close__call:hover,#call-and-ask .close__call:focus-visible{background:var(--c-primary);border-color:var(--c-primary);color:var(--c-bg)}
#call-and-ask figure[data-map-spec]{margin:1.75rem 0 0;background:var(--c-surface);border:1px solid var(--c-ink-12);border-radius:var(--radius);padding:1rem}
#call-and-ask figure[data-map-spec] svg{width:100%;height:auto}
#call-and-ask .close__form{background:var(--c-surface);border:1px solid var(--c-ink-12);border-radius:var(--radius);padding:clamp(1.25rem,1rem + 1.2vw,2rem);display:flex;flex-direction:column;gap:1rem;min-width:0}
#call-and-ask .field{min-width:0}
#call-and-ask input,#call-and-ask textarea{color:var(--c-text);background:var(--c-surface)}
#call-and-ask input::placeholder,#call-and-ask textarea::placeholder{color:rgba(35,32,30,.6)}
#call-and-ask .close__submit{width:100%;margin-top:.25rem}
#call-and-ask .close__rule3{height:3px;border:0;background:var(--c-primary);margin:clamp(2.25rem,1.8rem + 2vw,3.5rem) 0 clamp(1rem,.8rem + 1vw,1.75rem)}
#call-and-ask .close__wm{margin-inline:calc(-1 * var(--gutter));overflow:hidden}
#call-and-ask .close__wmtext{display:block;white-space:nowrap;text-align:center;font-size:15.5vw;letter-spacing:.02em;line-height:.92}
#call-and-ask .close__rule2{height:2px;border:0;background:var(--c-secondary);margin:clamp(.75rem,.6rem + .6vw,1.25rem) 0 0}
@media (min-width:560px){#call-and-ask .close__call{width:auto}}
@media (min-width:900px){
#call-and-ask .close__grid{grid-template-columns:1fr 1fr;gap:clamp(2.5rem,1.5rem + 3vw,4.5rem);align-items:start}
#call-and-ask .close__submit{width:auto;align-self:flex-start}
}