:root{--red: #c42a23;--red-dark: #a2211b;--blue: #4a4fa6;--blue-deep: #383c84;--cream: #fbf7f1;--sand: #f2ebdf;--sand-deep: #eae0cf;--line: #e4d9c7;--ink: #161616;--ink-soft: #3a3a3a;--muted: #5b5b5b;--maxw: 1180px;--gap: clamp(1rem, 3vw, 2rem);--radius: 14px;--radius-lg: 22px;--shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 30px rgba(0,0,0,.07);--shadow-lg: 0 20px 60px rgba(0,0,0,.16);--serif: "Fraunces", Georgia, "Times New Roman", serif;--sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.65;font-size:1.0625rem;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--blue-deep);text-underline-offset:.15em}a:hover{color:var(--red)}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.1;letter-spacing:-.01em;color:var(--ink);margin:0 0 .5em}h1{font-size:clamp(2.2rem,5.5vw,4rem)}h2{font-size:clamp(1.7rem,4vw,2.8rem)}h3{font-size:1.3rem}p{margin:0 0 1rem}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}.narrow{max-width:64ch}.muted{color:var(--muted)}.center{text-align:center}.eyebrow{font-family:var(--sans);font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin:0 0 .85rem}.lead{font-size:1.2rem;color:var(--ink-soft)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.75rem 1rem;z-index:200}.skip-link:focus{left:0}.btn{--bg: var(--red);--fg: #fff;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:0 1.6rem;border-radius:999px;font-family:var(--sans);font-weight:700;font-size:1rem;text-decoration:none;background:var(--bg);color:var(--fg);border:2px solid var(--bg);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.btn:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn--ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-2px)}.btn--light{background:#fff;color:var(--ink);border-color:#fff}.btn--light:hover{background:var(--cream);border-color:var(--cream);color:var(--ink)}.btn--ghost-light{background:transparent;color:#fff;border-color:#fff9}.btn--ghost-light:hover{background:#ffffff1f;border-color:#fff;color:#fff}.section{padding:clamp(3rem,7vw,6rem) 0}.section--sand{background:var(--sand)}.section--ink{background:var(--ink);color:#e9e9e9}.section--ink h2,.section--ink h3{color:#fff}.section--tight{padding:clamp(2rem,5vw,3.5rem) 0}.section__head{max-width:60ch;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.section--center .section__head{margin-inline:auto;text-align:center}.topbar{background:var(--ink);color:#d2d2d2;font-size:.85rem}.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:40px}.topbar a{color:#fff;font-weight:600;text-decoration:none}.topbar a:hover{color:#fff;text-decoration:underline}.topbar__left{display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 640px){.topbar__left{display:none}.topbar .wrap{justify-content:center}}.site-header{position:sticky;top:0;z-index:100;background:#fbf7f1eb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;gap:1rem;min-height:78px}.logo{display:block;flex:0 0 auto}.logo img{height:40px;width:auto}.nav-burger{display:none}.nav{margin-left:auto}.nav ul{list-style:none;display:flex;align-items:center;gap:.25rem;margin:0;padding:0}.nav a{display:inline-flex;align-items:center;min-height:48px;padding:0 1rem;border-radius:999px;text-decoration:none;color:var(--ink);font-weight:600}.nav a:hover,.nav a[aria-current=page]{background:var(--sand-deep);color:var(--ink)}.header-cta{margin-left:.5rem}.nav-toggle{position:absolute;opacity:0;pointer-events:none}@media (max-width: 860px){.nav-burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;width:52px;height:52px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer;padding:0 14px}.nav-burger span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s}.header-cta{display:none}.nav{position:fixed;inset:118px 0 auto;margin:0;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);max-height:0;overflow:hidden;transition:max-height .25s ease}.nav ul{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.5rem}.nav a{min-height:56px;border-radius:12px;font-size:1.1rem}.nav .mobile-call{margin-top:.5rem}.nav-toggle:checked~.nav{max-height:70vh}.nav-toggle:focus-visible~.nav-burger{outline:2px solid var(--blue)}}@media (min-width: 861px){.nav .mobile-call{display:none}}.hero{position:relative;isolation:isolate;color:#fff;overflow:hidden}.hero__slides{position:absolute;inset:0;z-index:-2}.hero__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;opacity:0;animation:heroCycle 24s ease-in-out infinite}.hero__slide:first-child{opacity:1}@keyframes heroCycle{0%{opacity:0}3%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,#000000d6,#0000009e 36%,#00000038,#0000000d),linear-gradient(to top,#00000073,#0000 35%)}.hero__inner{padding:clamp(4rem,11vw,8rem) 0 clamp(3rem,7vw,5rem);max-width:40rem}.hero h1{color:#fff;margin-bottom:.4em}.hero__lead{font-size:clamp(1.1rem,2.2vw,1.4rem);color:#f2ece4;margin-bottom:2rem;max-width:34ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem}.hero__chips{display:flex;flex-wrap:wrap;gap:.5rem .65rem;list-style:none;padding:0;margin:0}.hero__chips li{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);padding:.45rem .85rem;border-radius:999px;backdrop-filter:blur(4px)}.hero__chips svg{width:16px;height:16px;flex:0 0 auto}.usps{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.usp{display:flex;gap:.9rem;align-items:flex-start}.usp__icon{flex:0 0 auto;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--sand-deep);color:var(--red)}.usp__icon svg{width:24px;height:24px}.usp__title{font-family:var(--sans);font-size:1.02rem;font-weight:700;line-height:1.25;margin:.1rem 0 .15rem}.usp p{margin:0;font-size:.95rem;color:var(--muted)}.tiles{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tile{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;text-decoration:none;box-shadow:var(--shadow)}.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000c7,#00000026 55%,#0000)}.tile__label{position:absolute;left:1.1rem;right:1.1rem;bottom:1rem;z-index:1;color:#fff}.tile__label strong{font-family:var(--serif);font-size:1.35rem;font-weight:600;display:block;line-height:1.15}.tile__note{display:block;font-size:.85rem;opacity:.85;margin-top:.15rem}.tile__label svg{width:15px;height:15px}.tile:hover img{transform:scale(1.06)}.tile:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.split{display:grid;gap:clamp(1.5rem,5vw,4rem);align-items:center;grid-template-columns:1fr 1fr}.split--reverse .split__media{order:2}.split__media img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%}@media (max-width: 800px){.split{grid-template-columns:1fr}.split--reverse .split__media{order:0}}.cards{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}.section--sand .card{background:#fff}.card h3{font-family:var(--sans);font-size:1.12rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.card p{margin:0;color:var(--muted);font-size:.97rem}.card__num{font-family:var(--serif);font-size:1.6rem;color:var(--red);line-height:1;margin-bottom:.6rem}.brands{display:flex;flex-wrap:wrap;gap:.6rem .7rem;list-style:none;padding:0;margin:0}.brands li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.15rem;font-weight:600;color:var(--ink-soft);font-size:.95rem}.prep-list{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:1rem}.prep-list li{background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:10px;padding:1.1rem 1.25rem}.prep-list strong{color:var(--blue-deep)}.bento{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(118px,15vw,200px);gap:.8rem}.bento li{margin:0}.bento li:first-child{grid-column:span 2;grid-row:span 2}.bento__item{display:block;width:100%;height:100%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}.bento__item img{width:100%;height:100%;object-fit:cover;background:var(--sand-deep);transition:transform .5s ease}.bento__item:after{content:"";position:absolute;inset:0;background:#0000;transition:background .25s ease;background-image:none}.bento__item:hover img,.bento__item:focus-visible img{transform:scale(1.06)}.bento__item:hover:after{background:#0000001f}.bento__item:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media (max-width: 700px){.bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(120px,30vw,175px)}.bento li:first-child{grid-column:span 2;grid-row:span 1}}.lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);background:#000000e6;opacity:0;visibility:hidden;transition:opacity .25s ease}.lightbox:target{opacity:1;visibility:visible}.lightbox__backdrop{position:absolute;inset:0;cursor:zoom-out}.lightbox__fig{position:relative;margin:0;max-width:min(1000px,94vw)}.lightbox__fig img{display:block;width:100%;height:auto;max-height:86vh;object-fit:contain;border-radius:12px;box-shadow:var(--shadow-lg)}.lightbox__close{position:absolute;top:-16px;right:-16px;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;font-size:1.7rem;line-height:1;text-decoration:none;box-shadow:var(--shadow);border:1px solid var(--line)}.lightbox__close:hover{background:var(--red);color:#fff;border-color:var(--red)}@media (max-width: 520px){.lightbox__close{top:8px;right:8px}}.gallery-grid{list-style:none;margin:0;padding:0;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-grid li{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.gallery-grid img{aspect-ratio:3/2;object-fit:cover;width:100%;transition:transform .5s ease;background:var(--sand-deep)}.gallery-grid li:hover img{transform:scale(1.05)}.about-photo{max-width:600px;margin:0 auto 2rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-photo img{display:block;width:100%;height:auto}.ride2give-logo{display:inline-block;margin-top:1.5rem;background:#fff;border-radius:10px;padding:.6rem .9rem;box-shadow:var(--shadow)}.ride2give-logo img{display:block;height:56px;width:auto}.community{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.25rem,4vw,2.5rem);align-items:center}.community__logo{background:#fff;border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);max-width:220px}@media (max-width: 640px){.community{grid-template-columns:1fr;text-align:center}.community__logo{margin-inline:auto}}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(1.5rem,5vw,3.5rem);align-items:start}@media (max-width: 800px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:var(--sand);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem)}.contact-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:1rem}.contact-list li{display:flex;gap:.8rem;align-items:flex-start}.contact-list svg{width:22px;height:22px;color:var(--red);flex:0 0 auto;margin-top:.2rem}.contact-list a{color:var(--ink);font-weight:600;text-decoration:none}.contact-form{display:grid;gap:1rem}.contact-form .row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact-form label{display:grid;gap:.35rem;font-weight:600;font-size:.95rem}.contact-form input,.contact-form textarea{font:inherit;padding:.8rem .9rem;border:1px solid var(--line);border-radius:10px;min-height:52px;background:#fff;color:var(--ink)}.contact-form textarea{min-height:130px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--blue);border-color:var(--blue)}@media (max-width: 520px){.contact-form .row{grid-template-columns:1fr}}.site-footer{background:var(--ink);color:#c2c2c2}.footer-grid{display:grid;gap:2rem;grid-template-columns:1.4fr 1fr 1fr;padding:clamp(2.5rem,6vw,4rem) 0 2rem}@media (max-width: 720px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 460px){.footer-grid{grid-template-columns:1fr}}.footer-logo{background:#fff;border-radius:10px;padding:.7rem .9rem;display:inline-block;margin-bottom:1rem}.footer-logo img{height:34px}.footer-h{font-family:var(--sans);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 1rem}.site-footer address{font-style:normal;line-height:1.9}.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.footer-social{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem}.footer-social a{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ffffff1a;color:#fff;transition:background .2s ease,transform .15s ease}.footer-social a:hover{background:var(--red);transform:translateY(-2px)}.footer-social svg{width:20px;height:20px}.footer-base{border-top:1px solid rgba(255,255,255,.12);padding:1.5rem 0;display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;align-items:flex-start;font-size:.82rem}.footer-base p{margin:0 0 .4rem}.footer-legal-reg{color:#9a9a9a;max-width:64ch}.footer-legal-links{list-style:none;display:flex;flex-wrap:wrap;gap:.25rem 1rem;padding:0;margin:.6rem 0 0}.footer-legal-links a{color:#fff;text-decoration:underline}.footer__ecopigs{flex-shrink:0}.footer-credit{border-top:1px solid rgba(255,255,255,.12);padding:1.25rem 0 2.25rem;text-align:center}.oynk-credit{display:inline-flex;align-items:center;gap:.55rem;color:#c2c2c2;text-decoration:none;font-size:.85rem}.oynk-credit img{height:24px;width:auto}.oynk-credit:hover{color:#fff}.consent{position:fixed;left:0;right:0;bottom:0;z-index:1000;background:var(--ink);color:#fff;box-shadow:0 -6px 30px #0000004d;border-top:2px solid var(--red)}.consent[hidden]{display:none}.consent__inner{max-width:var(--maxw);margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.consent__text{margin:0;font-size:.9rem;line-height:1.55;color:#d2d2d2;max-width:74ch}.consent__text a{color:#fff;text-decoration:underline}.consent__actions{display:flex;gap:.6rem;flex-shrink:0}.btn--sm{min-height:44px;padding:0 1.15rem;font-size:.9rem}@media (max-width: 640px){.consent__inner{flex-direction:column;align-items:stretch}.consent__actions .btn{flex:1}}.legal-meta{color:var(--muted);font-size:.9rem;margin:0 0 2rem}.prose h2{margin-top:2rem}.prose h3{margin-top:1.5rem;font-size:1.1rem}.prose ul{padding-left:1.2rem}.prose li{margin-bottom:.4rem}.gallery-grid a.gallery-link{display:block;width:100%;height:100%}.gallery-grid a.gallery-link:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
