/* V5 — brand details, connected journey and footer easter egg. */
.delivery-journey{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;position:relative;isolation:isolate}
.delivery-journey:before{content:"";position:absolute;top:94px;left:6%;right:6%;border-top:2px dashed #c87b37;z-index:-1}
.journey-card{position:relative;background:#fffaf3;border:1px solid #e5cdae;border-radius:20px;padding:28px 18px 24px;box-shadow:0 12px 24px #6641180a;text-align:center}
.journey-number{display:block;text-align:left;font:700 .65rem Inter,sans-serif;letter-spacing:.12em;color:#a36732}
.journey-card svg{display:block;width:48px;height:48px;margin:18px auto;color:#29241e}
.journey-card h3{font-size:.95rem;margin:0 0 8px}.journey-card p{font-size:.73rem;line-height:1.5;margin:0;color:#706353}
.journey-central{background:#28231e;border-color:#28231e;color:#fff;transform:translateY(-10px);box-shadow:0 14px 28px #66411822}
.journey-central svg,.journey-central .journey-number{color:#ffac32}.journey-central p{color:#e7d4bd}
.rider-features article{align-items:center;gap:20px;padding:26px 0}.rider-icon{width:64px;height:64px;flex:none;display:grid;place-items:center;border-radius:18px;background:#29231e;color:#ffb841;transform:rotate(-4deg)}
.rider-icon svg{width:33px;height:33px;transform:rotate(4deg)}.rider-features strong{margin-bottom:7px}.rider-features span{font-size:.86rem;line-height:1.65;color:#fff2e9}
.brand-footer{display:block}.footer-logo{display:block;width:215px;max-width:100%;height:auto}
.footer-grid .footer-motto{font-family:"Permanent Marker","Archivo Black",sans-serif;font-size:1.55rem;line-height:1.25;letter-spacing:-.035em;color:#fff2dc;transform:rotate(-3deg);margin:15px 0 0}.footer-grid .footer-motto span{font:inherit;color:#f3a12c}
.footer-road{position:relative;margin-top:35px;height:112px;border-bottom:2px solid #7c5430}
.footer-road:before{content:"";position:absolute;bottom:-2px;left:0;width:78%;height:2px;background:repeating-linear-gradient(90deg,#e9a64b 0 15px,transparent 15px 27px);opacity:.65}
.road-sun{position:absolute;right:10px;bottom:0;width:85px;height:43px;background:linear-gradient(#f3a12c,#e84b25);border-radius:90px 90px 0 0;box-shadow:0 -12px 50px #f3a12c14}
.road-rider{position:absolute;width:125px;height:125px;object-fit:contain;right:65px;bottom:-13px;z-index:1}
.footer-bottom{border-top:0;margin-top:0;padding-top:23px;color:#b4a99b}
@media(max-width:1050px){.delivery-journey{gap:12px}.journey-card{padding:22px 10px}.footer-grid{gap:30px}}
@media(max-width:700px){.delivery-journey{grid-template-columns:1fr;gap:18px;max-width:460px;margin:auto}.delivery-journey:before{top:20px;bottom:20px;left:43px;right:auto;border-top:0;border-left:2px dashed #c87b37}.journey-card{display:grid;grid-template-columns:52px 1fr;column-gap:20px;text-align:left;padding:20px 25px}.journey-card svg{grid-column:1;grid-row:1/4;width:38px;height:38px;align-self:center;margin:0}.journey-number{grid-column:2;margin-bottom:5px}.journey-card h3,.journey-card p{grid-column:2}.journey-central{transform:none}.rider-icon{width:56px;height:56px}.footer-road{margin-top:10px}.footer-grid .footer-motto{font-size:1.65rem}}
