/* site-footer
   Ported verbatim from css/components.css in the static handoff. */
.jcao-footer { background: var(--navy); color: #fff; margin-top: clamp(20px, 3vw, 40px); }
.jcao-footer__inner { max-width: var(--max); margin-inline: auto; padding: clamp(46px, 5.6vw, 80px) var(--gutter); }
.jcao-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: clamp(30px, 3.6vw, 56px); }
.jcao-footer__brand { display: flex; align-items: center; gap: 14px; }
.jcao-footer__brand img { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 6px; padding: 4px; }
.jcao-footer__brand span { font-family: var(--font-heading); font-weight: 600; font-size: 19px; line-height: 1.15; }
.jcao-footer address { font-size: 14.5px; line-height: 1.75; margin-top: 20px; color: rgba(255,255,255,.8); }
.jcao-footer address a { color: #fff; }
.jcao-footer__hours { font-size: 14px; margin: 12px 0 0; color: rgba(255,255,255,.66); }
.jcao-footer h2 { font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sand-light); margin: 0 0 16px; }
.jcao-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.jcao-footer ul a { color: rgba(255,255,255,.86); text-decoration: none; font-size: 14px; }
.jcao-footer ul a:hover { color: #fff; text-decoration: underline; }
.jcao-social { display: flex; flex-wrap: wrap; gap: 10px; }
.jcao-social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 6px; background: rgba(255,255,255,.1); color: #fff; transition: background .18s ease; }
.jcao-social a:hover { background: rgba(255,255,255,.22); color: #fff; }
.jcao-signup { display: flex; gap: 10px; max-width: 330px; }
.jcao-signup input { width: 100%; min-height: 46px; padding: 0 14px; font-family: var(--font-body); font-size: 14.5px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.26); border-radius: var(--r-md); }
.jcao-signup button { min-height: 46px; padding: 0 18px; border: 0; border-radius: var(--r-md); background: #fff; color: var(--navy); font-family: var(--font-heading); font-weight: 600; font-size: 15px; cursor: pointer; transition: background .18s ease; }
.jcao-signup button:hover { background: #e0b775; }

/* The footer_social region holds the Follow Us block plus Simplenews's
   own subscription block (module: simplenews) — its exact form markup/
   theme-hook name isn't something to guess at without a live site to
   verify against, so it's styled generically via standard form/input/
   button element selectors (scoped to .jcao-footer-social, the region
   wrapper in page.html.twig) rather than a bespoke Twig override.
   Re-check against the rendered markup once Simplenews is installed. */
.jcao-footer-social form { display: flex; gap: 10px; max-width: 330px; flex-wrap: wrap; }
.jcao-footer-social input[type="email"] { min-height: 46px; padding: 0 14px; font-family: var(--font-body); font-size: 14.5px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.26); border-radius: var(--r-md); }
.jcao-footer-social input[type="submit"],
.jcao-footer-social button { min-height: 46px; padding: 0 18px; border: 0; border-radius: var(--r-md); background: #fff; color: var(--navy); font-family: var(--font-heading); font-weight: 600; font-size: 15px; cursor: pointer; }
.jcao-footer-social label { color: rgba(255,255,255,.86); }
.jcao-footer__legal { margin-top: clamp(34px, 4vw, 52px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; gap: 12px 26px; align-items: center; font-size: 13px; color: rgba(255,255,255,.66); }
.jcao-footer__legal nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 12px 20px; }
.jcao-footer__legal a { color: rgba(255,255,255,.86); text-decoration: none; }
.jcao-footer__legal a:hover { color: #fff; text-decoration: underline; }
