.walk-order-form{background:#ece5d5;padding:2rem 1.5rem;border-radius:1.25rem;max-width:26rem;margin:0 auto;box-shadow:0 4px 8px rgba(0,0,0,.05);gap:1.25rem}.walk-order-form,.walk-order-form .field{display:flex;flex-direction:column}.walk-order-form .field label{font-weight:600;margin-bottom:.35rem;color:#2a482e}.walk-order-form .field input{padding:.55rem .9rem;font-size:1rem;border:1px solid rgba(42,72,46,.8);border-radius:.55rem;background:#fff;transition:border-color .2s,box-shadow .2s}.walk-order-form .field input:focus{border-color:#2a482e;box-shadow:0 0 0 2px rgba(42,72,46,.15);outline:none}.walk-order-form .field input.invalid{border-color:#e63946}.walk-order-form .field .error{margin-top:.25rem;font-size:.875rem;color:#e63946}.walk-order-form .submitButton{align-self:flex-start;padding:.75rem 2rem;border:none;border-radius:.85rem;font-weight:600;background:#004538;color:#fff;cursor:pointer;transition:background .2s,transform .1s}.walk-order-form .submitButton:hover{background:#3c291c}.walk-order-form .submitButton:disabled{opacity:.65;cursor:not-allowed}.walk-order-form .submitButton:active{transform:translateY(1px)}@media(max-width:480px){.walk-order-form{padding:1.5rem 1rem}}.walk-page{--gap:clamp(1.5rem,3vw,3rem);max-width:72rem;margin-inline:auto;padding:calc(var(--gap)*.8) var(--gap);display:grid;grid-template-columns:2fr 1fr;align-items:flex-start;grid-gap:var(--gap);gap:var(--gap)}.walk-page:has(.walk-content:only-child){grid-template-columns:1fr;max-width:52rem;justify-items:center}@media(max-width:900px){.walk-page{grid-template-columns:1fr}}.walk-content{background:#e3d9c8;border-radius:1.25rem;padding:2rem 1.75rem;box-shadow:0 4px 8px rgba(0,0,0,.05)}.walk-content .back-link{display:inline-block;margin-bottom:1rem;font-size:.95rem;font-weight:600;color:#004538;text-decoration:none;transition:color .2s}.walk-content .back-link:hover{color:#7c5b40}.walk-content h1{margin-top:0;margin-bottom:1rem;font-size:clamp(1.85rem,5vw,2.5rem);font-weight:700;color:#2a482e}.walk-content p{margin:0 0 1.25rem;line-height:1.6}.walk-content .walk-meta{margin-bottom:1.25rem;font-size:1rem;font-weight:500;color:#7c5b40;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.walk-content .walk-meta:before{content:"";display:none}.walk-content .walkContent{line-height:1.6;color:#333}.walk-content .walkContent p{margin:0 0 1.1rem}.walk-content .walkContent ol,.walk-content .walkContent ul{margin:0 0 1.1rem 1.25rem;padding:0}.walk-content .walkContent a{color:#2a482e;text-decoration:underline;transition:color .2s}.walk-content .walkContent a:hover{color:#1b2e1e}.walk-order-form{width:100%}@media(min-width:901px){.walk-order-form{position:-webkit-sticky;position:sticky;top:1.5rem}}