#opening-load{position:relative;overflow:hidden;background:var(--c-primary);min-height:calc(100svh - var(--header-h));display:flex;align-items:flex-end}
#opening-load .hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 20%}
#opening-load .hero__scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,21,26,.95) 0%,rgba(15,21,26,.93) 72%,rgba(15,21,26,.50) 90%,rgba(15,21,26,.15) 100%)}
#opening-load .hero__plate{position:relative;z-index:2;width:100%;padding:0 24px 10vh;max-width:640px}
#opening-load .load-tag{margin-bottom:12px}
#opening-load .load-tag__index{color:#EE8A44}
#opening-load .load-tag__label{color:var(--c-bronze-light)}
#opening-load .load-tag__div{background:var(--c-bronze-light)}
#opening-load h1{color:var(--c-bg);font-size:clamp(2.5rem,11vw,3.4rem);line-height:.94;letter-spacing:.01em;margin:0 0 14px}
#opening-load .strap-rule{background:linear-gradient(to right,var(--c-bronze-light) 0 36px,var(--c-accent) 36px 48px);margin-bottom:16px}
#opening-load .hero__sub{color:var(--c-dark-text);font-size:16.5px;line-height:1.5;max-width:44ch;margin:0 0 var(--sp-5)}
#opening-load .hero__cta{display:flex;flex-direction:column;gap:12px}
#opening-load .hero__cta .btn{width:100%}
#opening-load .hero__cta .hero__call{background:#F4F1EA;border:2px solid #F4F1EA;color:#0F151A;font-weight:600;box-shadow:inset 7px 0 0 var(--c-accent);padding-left:calc(1.35rem + 7px)}
#opening-load .hero__cta .hero__call:hover,#opening-load .hero__cta .hero__call:focus-visible{background:#FFFFFF;border-color:#FFFFFF;color:#0F151A}
#opening-load .hero__cta .hero__call:active{transform:translateY(1px)}
#opening-load .hero__ghost{background:transparent;color:#F4F1EA;border:2px solid #F4F1EA}
#opening-load .hero__ghost:hover,#opening-load .hero__ghost:focus-visible{background:rgba(244,241,234,.14);color:#F4F1EA;border-color:#F4F1EA}
#opening-load .hero__ghost:active{transform:translateY(1px)}
#opening-load .hero__cue{display:none}
@media (min-width:768px){
#opening-load .hero__scrim{background:linear-gradient(to top,rgba(15,21,26,.94) 0%,rgba(15,21,26,.93) 65%,rgba(15,21,26,.45) 85%,rgba(15,21,26,.12) 100%)}
#opening-load .hero__plate{padding:0 6vw 12vh;max-width:min(1100px,78vw)}
#opening-load h1{font-size:clamp(3rem,6.2vw,5.4rem);line-height:.92;margin-bottom:18px}
#opening-load .hero__sub{font-size:19px;line-height:1.55;max-width:46ch}
#opening-load .hero__cta{flex-direction:row;flex-wrap:wrap;gap:12px}
#opening-load .hero__cta .btn{width:auto}
#opening-load .hero__cue{display:block;position:absolute;left:6vw;bottom:0;width:1px;height:40px;background:var(--c-bronze-light);z-index:2}
}

#what-the-van-hauls{background:var(--c-bg);padding-block:var(--sp-section) 0}
#what-the-van-hauls .vh__head{margin-bottom:var(--sp-6)}
#what-the-van-hauls h2{margin:0}
#what-the-van-hauls .load-tag__index{color:#9F4614}
#what-the-van-hauls .panels{display:grid;grid-template-columns:1fr;border:2px solid var(--c-primary);background:var(--c-surface)}
#what-the-van-hauls .panel{position:relative;padding:26px 22px;background:var(--c-surface);border-bottom:2px solid var(--c-primary)}
#what-the-van-hauls .panel:last-child{border-bottom:0}
#what-the-van-hauls .panel:nth-child(even){background:var(--c-bg)}
#what-the-van-hauls .panel h3{margin:0;font-size:19px;letter-spacing:.04em;color:var(--c-primary)}
#what-the-van-hauls .panel__hair{display:block;height:1px;background:var(--c-secondary);margin:16px 0}
#what-the-van-hauls .panel p{margin:0;font-size:16px;line-height:1.6;max-width:44ch;color:var(--c-text)}
#what-the-van-hauls .panel--ink,#what-the-van-hauls .panel--ink:nth-child(even){background:var(--c-primary);padding-top:34px}
#what-the-van-hauls .panel--ink h3{color:var(--c-bg)}
#what-the-van-hauls .panel--ink p{color:var(--c-dark-text)}
#what-the-van-hauls .panel--ink .panel__hair{background:var(--c-bronze-light)}
#what-the-van-hauls .panel--ink::before{content:"";position:absolute;left:0;right:0;top:0;height:8px;background:var(--c-accent)}
@media (min-width:768px){
#what-the-van-hauls .panels{grid-template-columns:repeat(2,minmax(0,1fr))}
#what-the-van-hauls .panel{border-right:2px solid var(--c-primary)}
#what-the-van-hauls .panel:nth-child(2n){border-right:0}
#what-the-van-hauls .panel:nth-child(n+5){border-bottom:0}
#what-the-van-hauls .panel:nth-child(3),#what-the-van-hauls .panel:nth-child(5){background:var(--c-bg)}
#what-the-van-hauls .panel:nth-child(2),#what-the-van-hauls .panel:nth-child(4),#what-the-van-hauls .panel:nth-child(6){background:var(--c-surface)}
#what-the-van-hauls .panel--ink,#what-the-van-hauls .panel--ink:nth-child(3){background:var(--c-primary)}
}
@media (min-width:1100px){
#what-the-van-hauls .panels{grid-template-columns:repeat(3,minmax(0,1fr))}
#what-the-van-hauls .panel{padding:30px 26px;border-bottom:2px solid var(--c-primary);border-right:2px solid var(--c-primary)}
#what-the-van-hauls .panel:nth-child(3n){border-right:0}
#what-the-van-hauls .panel:nth-child(n+4){border-bottom:0}
#what-the-van-hauls .panel--ink{padding-top:38px}
}
@media (prefers-reduced-motion: no-preference){
#what-the-van-hauls .panel--ink::before{transform:scaleX(0);transform-origin:left center;transition:transform var(--mo-dur) var(--mo-ease);transition-delay:calc(var(--reveal-delay,0ms) + 380ms)}
#what-the-van-hauls .panels.is-visible>.panel--ink::before,#what-the-van-hauls .panel--ink.is-visible::before{transform:scaleX(1)}
}

#who-calls{background:var(--c-bg);padding-block:var(--sp-5)}
#who-calls .rail{border-bottom:1px solid var(--c-line);padding-bottom:var(--sp-4)}
#who-calls .rail__lead{font-family:var(--f-body);font-weight:500;font-size:15px;color:var(--c-secondary);margin:0 0 var(--sp-3);max-width:none}
#who-calls .rail__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--sp-5)}
#who-calls .rail__list li{margin:0;font-family:var(--f-display);font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:var(--c-primary);padding:12px 0;border-bottom:1px solid var(--c-line);min-height:44px;display:flex;align-items:center}
#who-calls .rail__list li:last-child{border-bottom:0}
@media (min-width:768px){
#who-calls{padding-block:var(--sp-5)}
#who-calls .rail{display:flex;align-items:center;gap:var(--sp-6);min-height:96px;padding-bottom:0;flex-wrap:wrap}
#who-calls .rail__lead{margin:0;flex:0 0 auto}
#who-calls .rail__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;flex:1 1 auto}
#who-calls .rail__list li{border-bottom:0;padding:0;min-height:0;display:flex;align-items:center}
#who-calls .rail__list li+li{margin-left:var(--sp-5);padding-left:var(--sp-5);position:relative}
#who-calls .rail__list li+li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:var(--c-secondary)}
}

#strapped-chained-no-touch{background:var(--c-dark-bg)}
#strapped-chained-no-touch .band__head{margin-bottom:var(--sp-6)}
#strapped-chained-no-touch h2{color:var(--c-bg);margin:0 0 var(--sp-4)}
#strapped-chained-no-touch .load-tag__index{color:#EE8A44}
#strapped-chained-no-touch .band__copy{color:var(--c-dark-text);max-width:60ch;margin:0}
#strapped-chained-no-touch .diptych{display:grid;grid-template-columns:1fr;gap:2px;background:var(--c-dark-bg)}
#strapped-chained-no-touch .diptych figure{margin:0}
#strapped-chained-no-touch .diptych img{width:100%;height:auto;display:block}
#strapped-chained-no-touch figcaption{font-family:var(--f-body);font-weight:400;font-size:13px;line-height:1.5;color:var(--c-bronze-light);padding-top:12px;padding-bottom:var(--sp-4)}
@media (min-width:768px){
#strapped-chained-no-touch .diptych{grid-template-columns:repeat(2,minmax(0,1fr))}
#strapped-chained-no-touch .diptych img{aspect-ratio:4/3;object-fit:cover;object-position:50% 40%}
#strapped-chained-no-touch figcaption{padding-bottom:0;white-space:normal}
#strapped-chained-no-touch .band__head{max-width:66%}
}
@media (min-width:1100px){
#strapped-chained-no-touch .band__head{max-width:52%}
}

#indianapolis-out{background:var(--c-bg)}
#indianapolis-out .cov__head{margin-bottom:var(--sp-6)}
#indianapolis-out h2{margin:0}
#indianapolis-out .load-tag__index{color:#9F4614}
#indianapolis-out .cov__split{display:grid;grid-template-columns:1fr;gap:var(--sp-6)}
#indianapolis-out .placard__label{margin-top:var(--sp-2)}
#indianapolis-out .cov__map figure{margin:0;border:1px solid var(--c-secondary);background:var(--c-bg);padding:var(--sp-3)}
#indianapolis-out .cov__map svg{width:100%;height:auto;display:block}
@media (min-width:1100px){
#indianapolis-out .cov__split{grid-template-columns:5fr 7fr;gap:var(--sp-7);align-items:start}
#indianapolis-out .cov__map figure{padding:var(--sp-4)}
}

#one-van-one-driver{background:var(--c-bg);position:relative;overflow:hidden}
#one-van-one-driver .ovd{display:grid;grid-template-columns:1fr;gap:var(--sp-6)}
#one-van-one-driver h2{margin:0}
#one-van-one-driver .load-tag__index{color:#9F4614}
#one-van-one-driver .ovd__hair{display:block;height:1px;background:var(--c-secondary);margin:20px 0 24px}
#one-van-one-driver .ovd__copy p{margin:0 0 var(--sp-4)}
#one-van-one-driver .ovd__copy p:last-child{margin-bottom:0}
#one-van-one-driver .ovd__media figure{margin:0}
#one-van-one-driver .ovd__media .media-zoom{display:block}
#one-van-one-driver .ovd__media img{width:100%;height:auto;display:block}
#one-van-one-driver figcaption{font-family:var(--f-body);font-size:13px;line-height:1.5;color:var(--c-secondary);padding-top:12px;max-width:46ch}
@media (min-width:1100px){
#one-van-one-driver .ovd{grid-template-columns:7fr 5fr;gap:var(--sp-7);align-items:start}
#one-van-one-driver .ovd__media{min-width:0;width:calc(100% + var(--gutter) + max(0px,(100vw - var(--maxw))/2))}
#one-van-one-driver .ovd__media img{aspect-ratio:3/4;object-fit:cover;object-position:50% 25%}
}

#call-and-the-van-rolls{position:relative;background:var(--c-primary);overflow:hidden}
#call-and-the-van-rolls .hazard-divider{position:relative;z-index:3}
#call-and-the-van-rolls .cta__media{position:absolute;left:0;right:0;top:10px;bottom:0;z-index:0}
#call-and-the-van-rolls .cta__media img{width:100%;height:100%;object-fit:cover;object-position:80% 20%}
#call-and-the-van-rolls .cta__scrim{position:absolute;inset:0;background:rgba(15,21,26,.92);display:block}
#call-and-the-van-rolls .cta__inner{position:relative;z-index:2;padding-block:var(--sp-8)}
#call-and-the-van-rolls .cta__stack{text-align:center;display:flex;flex-direction:column;align-items:center}
#call-and-the-van-rolls .cta__tag{justify-content:center}
#call-and-the-van-rolls .load-tag__index{color:#EE8A44}
#call-and-the-van-rolls .load-tag__label{color:var(--c-bronze-light)}
#call-and-the-van-rolls .load-tag__div{background:var(--c-bronze-light)}
#call-and-the-van-rolls h2{color:var(--c-bg);margin:0 0 var(--sp-4)}
#call-and-the-van-rolls .cta__line{color:var(--c-dark-text);margin:0 auto;max-width:52ch}
#call-and-the-van-rolls .cta__sheet{background:var(--c-surface);border:2px solid var(--c-primary);margin-top:var(--sp-6);padding:var(--sp-5);max-width:640px;margin-inline:auto}
#call-and-the-van-rolls .quote-form__grid{display:grid;grid-template-columns:1fr;gap:var(--sp-4)}
#call-and-the-van-rolls .field{margin:0 0 var(--sp-4);max-width:none}
#call-and-the-van-rolls .quote-form__grid .field{margin-bottom:0}
#call-and-the-van-rolls label{display:block;font-family:var(--f-display);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--c-secondary);margin-bottom:6px}
#call-and-the-van-rolls input,#call-and-the-van-rolls textarea{width:100%;font-family:var(--f-body);font-size:16px;line-height:1.5;color:#14191D;background:var(--c-surface);border:0;border-bottom:1px solid var(--c-secondary);border-radius:0;padding:10px 2px;min-height:44px;transition:border-color 120ms linear,border-width 120ms linear}
#call-and-the-van-rolls textarea{min-height:104px;resize:vertical}
#call-and-the-van-rolls input::placeholder,#call-and-the-van-rolls textarea::placeholder{color:#5C6167}
#call-and-the-van-rolls input:focus,#call-and-the-van-rolls textarea:focus{outline:2px solid var(--c-accent);outline-offset:2px;border-bottom:2px solid var(--c-accent)}
#call-and-the-van-rolls .quote-form__submit{width:100%;margin-top:var(--sp-2);background:#F4F1EA;border:2px solid #0F151A;color:#0F151A;font-weight:600;box-shadow:inset 8px 0 0 var(--c-accent);padding-left:calc(1.35rem + 8px)}
#call-and-the-van-rolls .quote-form__submit:hover,#call-and-the-van-rolls .quote-form__submit:focus-visible{background:#FFFFFF;border-color:#0F151A;color:#0F151A}
#call-and-the-van-rolls .quote-form__submit:active{transform:translateY(1px)}
@media (min-width:768px){
#call-and-the-van-rolls .cta__inner{padding-block:var(--sp-9)}
#call-and-the-van-rolls .quote-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#call-and-the-van-rolls .quote-form__grid .field:nth-child(3){grid-column:1 / -1}
#call-and-the-van-rolls .cta__sheet{padding:var(--sp-6)}
#call-and-the-van-rolls .quote-form__submit{width:auto;min-width:260px}
}