@import"https://fonts.googleapis.com/css2?family=Merriweather:opsz,wdth,wght@18..144,87..112,300..900&family=Lora:wght@400..700&family=Oswald:wght@200..700&family=Poppins:wght@400;500;600&display=swap";:root{font-family:Merriweather,Georgia,serif;color:#666;background:#ead7af;font-size:20px;font-weight:500;--blue:#84aeba;--sand:#d1ad8d;--dark:#433e3f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#ead7af;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{font-family:Lora,Georgia,Times New Roman,serif}h4,h5,.live-button{font-family:Oswald,Helvetica,Arial,sans-serif}p{margin:0 0 1rem}.site-header{position:sticky;top:0;z-index:1000;height:112px;background:#fff;box-shadow:0 2px 14px #0000001a}.header-inner{width:min(1080px,92%);height:100%;margin:auto;display:flex;align-items:center;gap:34px}.logo-link{align-self:flex-start;width:82px;height:94px;padding-top:8px;margin-right:auto;overflow:hidden}.logo-link img{width:75px;height:77px;object-fit:contain}nav{color:#222;font:500 14px/1 Poppins,sans-serif}nav ul{list-style:none;margin:0;padding:0}nav>ul{display:flex;align-items:center;gap:30px}nav li{position:relative}nav a{display:block;padding:11px 13px;border-radius:999px;white-space:nowrap;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}nav a span{padding-left:7px}.site-header nav>ul>li:hover>.menu-parent-row>a,.site-header nav>ul>li:focus-within>.menu-parent-row>a{color:#537f8b;background:#84aeba29;box-shadow:inset 0 0 0 1px #84aeba3d;transform:translateY(-1px)}.menu-parent-row{display:flex;align-items:center}.submenu-toggle{display:none}.submenu{display:block;position:absolute;z-index:30;top:100%;left:-18px;min-width:230px;padding:10px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);background:#fff;border-top:3px solid var(--sand);border-radius:0 0 12px 12px;box-shadow:0 14px 34px #0000002e;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.submenu li a{margin:0 8px;padding:10px 12px;border-radius:7px;line-height:1.35}.submenu li a:hover,.submenu li a:focus-visible{color:#426e79;background:#84aeba26;transform:translate(3px)}.has-submenu:hover>.submenu,.has-submenu:focus-within>.submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.has-submenu:nth-child(4)>.submenu{width:250px}.menu-toggle{display:none;border:0;background:transparent;color:#222;font:600 15px Poppins,sans-serif}.social-links{flex:0 0 auto;display:flex;flex-wrap:nowrap;gap:9px;align-items:center;justify-content:flex-end}.social-links a{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;background:#d1ad8d}.social-links img{width:14px;height:14px;object-fit:contain}.hero-section{position:relative;min-height:calc(100svh - 112px);overflow:hidden;display:flex;align-items:center;padding:clamp(40px,6vw,90px) max(5vw,40px);isolation:isolate;background:#8fc6df}.hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;background-position:68% center;background-size:cover;background-repeat:no-repeat;transform:scale(1.01)}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgb(9 36 57 / 34%) 0%,rgb(9 36 57 / 8%) 45%,transparent 72%);pointer-events:none}.hero-section:after{content:"";position:absolute;right:-4%;bottom:-55px;left:-4%;height:120px;z-index:1;border-radius:50% 50% 0 0/70% 70% 0 0;background:#fff;pointer-events:none}.hero-panel{position:relative;width:min(590px,46vw);padding:clamp(35px,4vw,58px);color:#173650;background:#fffcf4f0;border:1px solid rgb(255 255 255 / 75%);border-radius:34px 92px 34px 34px;box-shadow:0 24px 70px #102b3a4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-panel h1{margin:0 0 30px;color:#173650;font-size:clamp(38px,4.2vw,62px);line-height:1.04;text-align:left}.hero-panel p{font-size:20px;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin:0 0 30px}.hero-buttons .live-button{border:0;box-shadow:0 8px 18px #45697333}.hero-buttons .live-button:first-child{background:#527f8b}.hero-buttons .live-button:last-child{background:#b9855e}.live-button{display:inline-block;padding:10px 25px;color:#fff;background:var(--sand);border:2px solid white;border-radius:28px;text-transform:uppercase;letter-spacing:2px;font-size:18px;font-weight:600;line-height:1.35}.live-button:hover{background:#bd9069}.saved-section{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:#fff;text-align:center}.saved-count{display:block;color:var(--dark);font:700 58px/1 Lora,serif;font-variant-numeric:tabular-nums}.saved-section h2{margin:8px 0 0;color:var(--dark);font-size:25px;line-height:1.2}.foster-strip{background:var(--blue);color:#fff;padding:84px 20px 70px;text-align:center;text-shadow:1px 2px 2px #555}.narrow{width:min(1100px,90%);margin:auto}.foster-strip h2{font-size:34px;line-height:1.2;font-weight:300;margin:0}.foster-strip p{font-size:20px;line-height:1.8;margin-bottom:25px}.page-section{padding:90px max(4vw,30px)}.centered{text-align:center}.section-title h5{margin:0;font-size:20px;line-height:1;color:#0006}.section-title h2{margin:0 0 40px;color:#333;font-size:50px;line-height:1.5}.section-title h3{font-family:Merriweather;font-size:25px;font-weight:500;color:#333}.involved-section{background:#fff}.involved-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:42px;color:#333}.involved-grid article>img{width:80px;height:80px;object-fit:contain;margin-bottom:22px}.involved-grid h3{font-family:Oswald;font-size:22px;font-weight:500}.involved-grid p{line-height:1.85}.featured-images{display:grid;grid-template-columns:1fr 1fr;gap:10px;height:255px}.featured-images img{width:100%;height:255px;object-fit:cover}.blue-section{background:var(--blue);color:#fff}.services-section,.notes-section{background:#7a7265}.mission-section{background:#232220}.section-title.light h5{color:#fff6}.section-title.light h2{color:#fff}.services-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.services-grid img{width:80px;height:80px;object-fit:contain;margin-bottom:20px;filter:brightness(0) invert(1)}.services-grid h4{font-size:20px;line-height:1.7;margin:0 0 10px}.services-grid p{line-height:1.9}.hounds-section{background:#fff}.hound-grid{width:min(1080px,92%);margin:45px auto 30px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;color:#333}.hound-grid img{width:100%;height:370px;object-fit:cover}.hound-grid h4{margin:20px 0 5px;font-size:20px}.mission-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:55px}.mission-grid h5{font-size:20px;color:#fff6;margin:0}.mission-grid h2{font-size:50px;margin:0 0 20px}.mission-grid h3{font-size:40px;line-height:1.5;margin:0 0 10px}.mission-grid p{line-height:1.9}.events-card{background:#fff;color:#333;padding:35px}.home-next-event{display:grid;gap:8px}.home-next-event>span{color:#769eaa;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.home-next-event h4{margin:0 0 5px;font:700 30px/1.15 Lora,serif;text-transform:none}.home-next-event p{margin:0}.home-next-event .live-button{justify-self:start;margin-top:14px}.honky-page{background:#f8f1e4;color:#2d2925;font-family:Poppins,sans-serif}.honky-page h1,.honky-page h2,.honky-page h3{font-family:Lora,serif}.honky-hero{padding:75px max(5vw,30px);display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center;background:#273f3a;color:#fff}.honky-hero>div{max-width:720px;margin-left:auto}.honky-hero h1{margin:5px 0 8px;font-size:clamp(52px,7vw,92px);line-height:1}.honky-hero h2{margin:0 0 30px;color:#e5b56f;font-size:30px}.honky-hero p{font-size:20px;line-height:1.9}.honky-hero>img{width:100%;max-height:630px;object-fit:contain}.honky-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}.honky-actions a,.honky-button{display:inline-block;padding:12px 21px;border-radius:4px;background:#c77c3c;color:#fff;font-weight:700}.honky-actions a:nth-child(2){background:transparent;border:1px solid #e5b56f}.honky-hero dl{display:flex;flex-wrap:wrap;gap:22px;margin:25px 0 0}.honky-hero dl div{min-width:120px}.honky-hero dt,.honky-eyebrow{color:#a85b2d;font:700 13px Oswald,sans-serif;letter-spacing:2px;text-transform:uppercase}.honky-hero dd{margin:3px 0 0;font-weight:700}.honky-section{padding:80px max(5vw,30px)}.honky-section>h2,.honky-copy>h2,.honky-flyer h2,.honky-split h2,.honky-final h2{margin:5px 0 35px;font-size:clamp(35px,5vw,56px);line-height:1.15}.honky-card-grid{width:min(1150px,100%);margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.honky-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.honky-card-grid article{padding:30px;background:#fff;border:1px solid #ded2c0;border-radius:7px}.honky-card-grid h3{margin-top:0;font-size:25px}.honky-card-grid p,.honky-copy p,.honky-flyer p,.honky-split p,.honky-final p{line-height:1.9}.honky-card-grid strong{font-size:40px;color:#a85b2d}.honky-tan{background:#ead7af}.honky-copy{max-width:1050px;margin:auto;text-align:center}.honky-flyer{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:#fff}.honky-flyer img{width:100%;max-height:760px;object-fit:contain}.honky-split{display:grid;grid-template-columns:1fr 1fr;gap:55px;background:#273f3a;color:#fff}.honky-split article{padding:25px}.honky-faq{max-width:950px;margin:auto}.honky-faq details{padding:18px 0;border-bottom:1px solid #cfc5b6}.honky-faq summary{font:700 18px Lora,serif;cursor:pointer}.honky-faq details p{padding:15px 0 0}.honky-share{background:#ead7af}.honky-share>div{display:grid;grid-template-columns:1fr 1fr;gap:30px}.honky-share article{padding:30px;background:#fff}.honky-share article a{display:inline-block;margin:5px 14px 5px 0;color:#8d4b27;font-weight:700}.honky-final{text-align:center;background:#273f3a;color:#fff}.honky-final>p{max-width:900px;margin:0 auto 20px}.honky-final .honky-actions{justify-content:center}.honky-final hr{width:min(850px,80%);margin:70px auto;border:0;border-top:1px solid rgb(255 255 255 / 25%)}.notes-section{padding-top:75px}.saved-section,.foster-strip,.involved-section,.services-section,.hounds-section,.mission-section,.notes-section{position:relative}.foster-strip,.hounds-section,.notes-section{padding-bottom:120px}.foster-strip:after,.hounds-section:after,.notes-section:after{content:"";position:absolute;right:0;bottom:0;left:0;height:100px;pointer-events:none;background-position:center bottom;background-repeat:no-repeat;background-size:100% 100px;z-index:1}.foster-strip:after{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M1280 3.4C1050.59 18 1019.4 84.89 734.42 84.89c-320 0-320-84.3-640-84.3C59.4.59 28.2 1.6 0 3.4V140h1280z' fill-opacity='.3'/%3E%3Cpath d='M0 24.31c43.46-5.69 94.56-9.25 158.42-9.25 320 0 320 89.24 640 89.24 256.13 0 307.28-57.16 481.58-80V140H0z' fill-opacity='.5'/%3E%3Cpath d='M1280 51.76c-201 12.49-242.43 53.4-513.58 53.4-320 0-320-57-640-57-48.85.01-90.21 1.35-126.42 3.6V140h1280z'/%3E%3C/g%3E%3C/svg%3E")}.hounds-section:after{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23232220' d='M0 140h1280C573.08 140 0 0 0 0z'/%3E%3C/svg%3E")}.notes-section:after{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ead7af' d='M0 140h1280C573.08 140 0 0 0 0z'/%3E%3C/svg%3E");transform:scaleX(-1)}.home-section-transition>*{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,.61,.36,1)}.home-section-transition.home-section-visible>*{opacity:1;transform:none}.notes-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px}.notes-grid h3{font-family:Oswald;font-size:20px;font-weight:500}.notes-grid p{line-height:1.9}.notes-grid a{font-weight:700;text-decoration:underline}footer{background:#ead7af;color:#333;padding:65px max(4vw,30px) 25px;font-family:Poppins,sans-serif}.footer-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:2fr 1fr;gap:90px}footer h4{font-family:Poppins;font-size:20px;font-weight:500}.analytics-page{display:grid;gap:22px}.analytics-header{display:flex;align-items:end;justify-content:space-between;gap:20px}.analytics-header h2,.analytics-panel h3{margin:0}.analytics-header p:not(.admin-kicker){margin:8px 0 0;color:#6f6860}.admin-kicker{margin:0 0 5px;color:#527f8b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.analytics-range{display:grid;gap:6px;min-width:170px;color:#6f6860;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.analytics-range select{min-height:44px;padding:0 12px;border:1px solid #d8d0c5;border-radius:12px;background:#fff;color:#2f2a24;font:inherit;letter-spacing:normal;text-transform:none}.analytics-metrics{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:12px}.analytics-metrics article,.analytics-panel{border:1px solid rgb(82 127 139 / 18%);border-radius:18px;background:#fff;box-shadow:0 12px 34px #2f2a2412}.analytics-metrics article{display:grid;gap:8px;padding:18px}.analytics-metrics span{color:#6f6860;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.analytics-metrics strong{color:#426e79;font-family:Lora,Georgia,serif;font-size:clamp(25px,2.6vw,36px)}.analytics-panel{min-width:0;padding:20px}.analytics-panel h3{margin-bottom:18px;color:#2f2a24;font-size:21px}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.analytics-ranking{display:grid;gap:13px;margin:0;padding:0;list-style:none}.analytics-ranking li,.analytics-ranking li>div{display:grid;gap:6px}.analytics-ranking li>div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline}.analytics-ranking li>div span{overflow:hidden;color:#6f6860;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.analytics-bar{height:5px;overflow:hidden;border-radius:999px;background:#527f8b1f}.analytics-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#527f8b,#84aeba)}.analytics-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(12px,1fr));align-items:end;gap:5px;height:190px;padding-top:12px}.analytics-chart>div{display:grid;grid-template-rows:1fr auto;align-items:end;gap:8px;height:100%;min-width:0}.analytics-chart>div>span{width:100%;min-height:2px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#84aeba,#527f8b)}.analytics-chart small{overflow:hidden;color:#6f6860;font-size:10px;text-align:center}.analytics-table-wrap{overflow-x:auto}.analytics-table{width:100%;min-width:760px;border-collapse:collapse;font-size:14px}.analytics-table th,.analytics-table td{padding:11px 12px;border-top:1px solid #ddd5ca;text-align:left}.analytics-table th{border-top:0;color:#6f6860;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.analytics-empty,.analytics-status,.analytics-privacy-note{color:#6f6860}.analytics-error{color:#9f1239}.analytics-privacy-note{margin:0;font-size:13px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 40px;align-content:start;font-weight:600}.credit{width:min(1080px,92%);margin:35px auto 0;text-align:right}.inner-page{background:#ead7af;min-height:70vh;color:#333}.inner-hero{padding:70px 5%;text-align:center;background:var(--blue);color:#fff;text-shadow:1px 2px 2px #555}.inner-hero h1{margin:0;font-size:50px}.hounds-page-hero{isolation:isolate;min-height:620px;overflow:hidden;padding:48px 10% 190px;color:#fff;text-align:center;background:#6f7555;text-shadow:1px 2px 3px #333}.hounds-page-hero:before{content:"";position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;z-index:-2;background-image:var(--hounds-hero-image);background-position:center;background-size:cover;filter:blur(14px);transform:scale(1.04)}.hounds-hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(#00587538,#00587538),var(--hounds-hero-image);background-position:center;background-size:cover;background-repeat:no-repeat}.hounds-page-hero>p,.hounds-page-hero>h1{position:relative;z-index:2}.hounds-page-hero p{margin:0 0 8px;font-family:Oswald,sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.hounds-page-hero h1{margin:0 auto 20px;font-size:58px;line-height:1.08}.hounds-page-hero .live-button{margin:8px 12px;background:#8c7861}.hounds-hero-actions{position:absolute;right:5%;bottom:55px;left:5%;z-index:2;display:flex;align-items:center;justify-content:center;gap:14px}.hounds-list-page{background:#fff}.hounds-page-hero,.adoption-fees-section,.legacy-heading,.forms-page .inner-hero,.contact-page .inner-hero{position:relative}.hounds-page-hero{padding-bottom:148px}.hounds-page-hero:after,.adoption-fees-section:after,.legacy-heading:before,.legacy-heading:after,.forms-page .inner-hero:after,.contact-page .inner-hero:after{content:"";position:absolute;right:0;left:0;height:100px;pointer-events:none;background-position:center;background-repeat:no-repeat;background-size:100% 100px;z-index:1}.hounds-page-hero:after{bottom:0;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d6b89a' d='M0 140h1280C573.08 140 0 0 0 0z'/%3E%3C/svg%3E");transform:scaleX(-1)}.adoption-fees-section{padding:1px 0 180px;background:#d6b89a}.adoption-table{width:min(1000px,90%);margin:80px auto;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #b8b0a7}.adoption-fees-section:after{bottom:0;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 140h1280C573.08 140 0 0 0 0z' fill-opacity='.3'/%3E%3Cpath d='M0 140h1280C573.08 140 0 30 0 30z' fill-opacity='.5'/%3E%3Cpath d='M0 140h1280C573.08 140 0 60 0 60z'/%3E%3C/g%3E%3C/svg%3E")}.adoption-table article{text-align:center;border-right:1px solid #b8b0a7}.adoption-table article:last-child{border-right:0}.adoption-heading{height:200px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#756f67}.adoption-heading h2{margin:0;font-size:30px}.adoption-heading span{font-size:15px}.adoption-price{padding:24px 10px;color:#6b655f;font:500 58px/1 Lora,serif;border-bottom:1px solid #ddd}.adoption-price span{font-size:24px;vertical-align:top}.adoption-table ul{list-style:none;margin:0;padding:24px 28px 32px;text-align:left}.adoption-table li{position:relative;padding:8px 0 8px 25px;border-bottom:1px solid #eee}.adoption-table li:before{content:"✓";position:absolute;left:0;color:#84aeba;font-weight:700}.all-hounds-grid{width:min(1080px,92%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-bottom:70px}.all-hounds-grid article{background:#fff}.all-hounds-grid img{width:100%;height:390px;object-fit:cover}.all-hounds-grid article div{padding:22px;text-align:center}.all-hounds-grid h3{margin:0 0 10px;font-size:25px}.all-hounds-grid p{margin:0}.quick-links{padding:60px max(6vw,30px);background:var(--blue);color:#fff;text-align:center}.quick-links h4{font-size:28px}.quick-links div{display:flex;gap:30px;justify-content:center;margin-bottom:20px;font-family:Oswald;font-size:18px}.split-page{width:min(1180px,100%);margin:auto;padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:65px}.split-image img{width:100%;max-height:900px;object-fit:cover}.split-page article h2{font-size:50px}.split-page article p,.split-page li{line-height:1.9}.about-intro,.about-sections{width:min(1080px,92%);margin:auto}.about-intro{padding:70px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;font-size:17px}.about-intro img{width:100%;max-height:500px;object-fit:cover}.about-sections{padding-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.about-sections article{padding:35px;background:#fff}.about-sections h2{font-size:34px}.about-sections img{width:100%;max-height:520px;object-fit:cover}.events-layout{width:min(1080px,92%);margin:auto;padding:80px 0;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.events-layout img{width:100%;max-height:720px;object-fit:cover}.public-event-list{padding:85px max(30px,calc((100% - 1180px)/2));background:#f2eee6}.public-event-list>header{margin-bottom:36px;text-align:center}.public-event-list>header p{color:#769eaa;font-weight:800;letter-spacing:2px;text-transform:uppercase}.public-event-list>header h2{font-size:clamp(38px,5vw,62px)}.public-event-grid{display:grid;gap:28px}.public-event-grid article{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);overflow:hidden;background:#fff;box-shadow:0 15px 45px #0000001a}.public-event-grid article>img{width:100%;height:100%;max-height:520px;object-fit:contain;background:#e1ddd6}.public-event-grid article>div{padding:42px}.public-event-grid article span{color:#769eaa;font-weight:800;letter-spacing:1px;text-transform:uppercase}.public-event-grid h3{margin:10px 0 18px;font-size:38px}.no-upcoming-events{padding:30px;background:#fff;text-align:center}.events-layout article{font-size:17px}.forms-page,.contact-page{background:#fff}.forms-page .inner-hero,.contact-page .inner-hero{padding-bottom:150px;background:#000}.forms-page .inner-hero{background:#7a7265}.forms-page .inner-hero:after,.contact-page .inner-hero:after{bottom:0;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0 140h1280C573.08 140 0 0 0 0z'/%3E%3C/svg%3E");transform:scaleX(-1)}.forms-grid{width:min(1080px,92%);margin:auto;padding:75px 0;display:grid;grid-template-columns:1fr 1fr;gap:35px}.forms-grid article{background:#fff;padding:40px}.forms-grid h5,.contact-intro h5{margin:0;color:#777;font-size:17px}.forms-grid h3,.contact-intro h3{margin:4px 0 22px;font-size:30px}.copied-form-page{padding-bottom:90px}.copied-form-intro{width:min(1050px,90%);margin:65px auto;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.copied-form-intro:has(>div:only-child){grid-template-columns:1fr}.copied-form-intro h1,.copied-form-intro h2{color:#333;font-size:36px}.copied-form-intro h3{color:#333;font-size:26px}.copied-form-intro p{font-size:20px;line-height:1.9}.copied-form-intro img{width:100%;max-height:570px;object-fit:contain;border-radius:8px;background:#f4f1eb}.copied-live-form{width:min(900px,90%);margin:0 auto;padding:42px;background:#fff;border:1px solid #d2cbc0;border-radius:8px;box-shadow:0 14px 50px #00000014}.copied-form-field{min-width:0;margin:0;padding:22px 0;border:0;border-bottom:1px solid #e7e2da}.copied-form-field legend{width:100%;margin-bottom:12px;color:#34302d;font:600 16px/1.5 Poppins,sans-serif}.copied-form-section-heading{margin-top:24px;padding:26px 0 8px;border-bottom:3px solid #d6b89a}.copied-form-section-heading legend{margin:0;color:#273f3a;font:700 26px/1.25 Merriweather,Georgia,serif}.public-form-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.public-form-turnstile{margin-top:26px}.public-form-status{margin-top:22px;padding:14px 16px;border-radius:6px;background:#eef4f2;color:#273f3a;font-weight:600}.public-form-status-error{border:1px solid #b42318;background:#fff1f0;color:#8a1c14}.public-form-status-success{border:1px solid #5d8278}.copied-form-submit:disabled,.contact-message-form button:disabled{cursor:wait;opacity:.65}.copied-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.copied-input{display:flex;min-width:0;flex-direction:column;gap:5px;color:#777;font-size:12px}.copied-input input,.copied-input select,.copied-input textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cfc9c0;border-radius:3px;background:#fff;color:#333;font:15px Poppins,sans-serif}.copied-input textarea{min-height:130px;resize:vertical}.copied-form-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px}.copied-form-choices label{display:flex;gap:9px;align-items:flex-start;color:#444}.copied-form-choices input{margin-top:6px}.copied-field-description{margin:9px 0 0;color:#777;font-size:12px;line-height:1.6}.copied-form-submit{margin-top:30px;padding:13px 28px;border:0;border-radius:25px;background:var(--sand);color:#fff;font:600 16px Oswald,sans-serif;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer}.copied-contract-link{width:min(900px,90%);margin:35px auto 0;text-align:center}.contact-intro{width:min(1080px,92%);margin:auto;padding:75px 0;display:grid;grid-template-columns:1fr 1fr;gap:65px}.contact-intro details{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.2)}.contact-intro summary{font-family:Oswald;font-size:18px;cursor:pointer}.contact-intro details p{padding:12px 0 0}.contact-actions{padding:65px 5%;background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:50px;text-align:center}.contact-actions img{width:80px;height:80px;object-fit:contain;margin:0 auto 15px;filter:brightness(0) invert(1)}.contact-actions h4{font-size:25px}.contact-message-section{width:min(1080px,92%);margin:70px auto 0;display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;align-items:start}.contact-message-section h5{margin:0;color:#777;font-size:17px}.contact-message-section h2{margin:4px 0;color:#333;font-size:38px}.contact-message-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-message-form label{display:grid;gap:6px}.contact-message-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.contact-message-form input,.contact-message-form textarea{width:100%;padding:15px 16px;border:1px solid #c8c1b7;background:#fff;color:#333;font:15px Poppins,sans-serif}.contact-message-form textarea{min-height:170px;resize:vertical}.contact-message-field{grid-column:1/-1}.contact-message-form button{justify-self:start;padding:12px 25px;border:0;border-radius:25px;background:var(--sand);color:#fff;font:600 16px Oswald,sans-serif;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer}.contact-message-form .public-form-turnstile,.contact-message-form .public-form-status{grid-column:1/-1}.contact-info{width:min(1080px,92%);margin:auto;padding:65px 0;display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.contact-info h4{font-size:23px}.not-found{min-height:68vh;padding:110px 20px;text-align:center;background:#ead7af;color:#333}.not-found>p:first-child{margin:0;color:#84aeba;font:700 90px/1 Lora,serif}.not-found h1{margin:15px 0;font-size:52px}.admin-shell{min-height:100vh;background:#f2eee6;color:#2f2a24;font-family:Poppins,sans-serif}.admin-access-gate{width:min(680px,calc(100% - 40px));margin:10vh auto;padding:42px;border:1px solid #d5d1ca;border-radius:12px;background:#fff;box-shadow:0 18px 50px #111f301f}.admin-access-gate>p:first-child{color:#607b82;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.admin-access-gate h1,.admin-access-gate h2{margin:8px 0 16px}.admin-access-gate a{display:inline-block;margin-top:12px;padding:12px 18px;border-radius:4px;background:#0b1839;color:#fff;font-weight:800;text-decoration:none}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:32px max(4vw,35px);background:#273f3a;color:#fff}.admin-header p{margin:0;color:#d1ad8d;text-transform:uppercase;letter-spacing:2px;font-size:12px}.admin-header h1{margin:4px 0 0;font-size:36px}.admin-header a{padding:10px 18px;border:1px solid #fff;border-radius:24px}.admin-nav{display:flex;gap:8px;padding:14px max(4vw,35px);background:#fff;border-bottom:1px solid #ddd}.admin-nav a{padding:10px 15px;border-radius:6px}.admin-nav a.active{background:#84aeba;color:#fff}.admin-workspace{width:min(1200px,92%);margin:auto;padding:55px 0 90px}.admin-workspace>h2{font-size:40px}.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.admin-cards a{padding:28px;background:#fff;border:1px solid #ddd;border-radius:10px}.admin-table{margin:30px 0 55px;background:#fff;border:1px solid #ddd}.admin-table>div{display:grid;grid-template-columns:60px 1fr 1fr 1fr auto;gap:18px;align-items:center;padding:10px 16px;border-bottom:1px solid #eee}.admin-table img{width:48px;height:48px;object-fit:cover;border-radius:50%}.admin-table strong a{color:#273f3a;text-decoration:underline;text-underline-offset:3px}.admin-hound-image{display:block;line-height:0}.admin-row-actions{display:flex;align-items:center;gap:10px}.admin-row-actions>a{border:1px solid #273f3a;border-radius:6px;padding:9px 12px;color:#273f3a;white-space:nowrap}.admin-table button,.admin-form button,.protected-settings button{border:0;border-radius:6px;padding:10px 15px;background:#273f3a;color:#fff;cursor:pointer}.hound-profile-page{background:#fff;color:#273f3a}.hound-profile-hero{min-height:520px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);background:#e8eee9}.hound-profile-hero>img{width:100%;height:520px;object-fit:cover}.hound-profile-hero>div{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(35px,7vw,110px)}.hound-profile-hero h1{margin:8px 0 12px;font-size:clamp(52px,7vw,96px);line-height:.95}.hound-profile-status{color:#987346;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hound-profile-content{max-width:1180px;margin:0 auto;padding:70px 30px 100px}.hound-profile-content>p{max-width:760px;font-size:20px;line-height:1.75}.hound-profile-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:42px 0}.hound-profile-gallery img{width:100%;height:520px;object-fit:contain;background:#f1f1ee}.recovered-full-profile{padding:80px 0 0}.recovered-profile-intro{width:min(1180px,calc(100% - 60px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:30px 0 70px}.recovered-profile-heading h5{margin:0 0 8px;color:#00000073;font-family:Oswald,sans-serif;font-size:20px;letter-spacing:3px;text-transform:uppercase}.recovered-profile-heading h3{margin:0;font-size:clamp(52px,7vw,88px);line-height:1.05}.recovered-profile-intro>img{width:100%;max-height:680px;object-fit:contain;border-radius:8px;background:#f3f2ef;box-shadow:0 40px 60px -35px #00000040}.recovered-profile-tabs{width:min(1180px,calc(100% - 60px));margin:0 auto 70px;display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);border-radius:8px;overflow:hidden;box-shadow:0 10px 70px #0000001f}.recovered-profile-tabs article{padding:45px;background:#fff}.recovered-profile-tabs article:first-child{background:#f2eee8}.recovered-profile-tabs h2{font-family:Oswald,sans-serif;font-size:16px;letter-spacing:3px;text-transform:uppercase}.recovered-profile-tabs p{font-family:Lora,serif;font-size:20px;line-height:2}.recovered-profile-gallery{width:min(1180px,calc(100% - 60px));margin:0 auto 80px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.recovered-profile-gallery img{width:100%;height:430px;object-fit:contain;border-radius:8px;background:#f3f2ef}.recovered-profile-cta{padding:80px max(30px,calc((100% - 1100px)/2));background:#d29f68;color:#232220}.recovered-profile-cta h2{margin-top:0;font-size:clamp(38px,5vw,64px)}.recovered-profile-cta p{max-width:980px;font-family:Lora,serif;font-size:20px;line-height:2}.admin-notice{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding:14px 18px;border-left:4px solid #84aeba;background:#fff}.admin-notice button{border:0;background:transparent;font-size:22px;cursor:pointer}.admin-title-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.admin-title-row h2{margin-bottom:5px}.admin-form{display:grid;gap:15px;padding:28px;margin:25px 0 40px;background:#fff;border:1px solid #ddd;border-radius:10px}.admin-form h3{margin:0;grid-column:1/-1}.admin-add-form{grid-template-columns:repeat(3,1fr)}.hound-records~.admin-title-row,.hound-records~.admin-add-form,.hound-records~.admin-table,.hound-records~h3,.hound-records~p{display:none}.hound-records{display:grid;gap:18px}.hound-records>h3{margin:22px 0 0}.hound-profile-form{gap:28px}.hound-form-heading{display:flex;justify-content:space-between;align-items:start;gap:25px}.hound-form-heading h3{margin-bottom:5px}.hound-form-heading p{margin:0}.hound-form-heading>label{min-width:190px;display:grid;gap:7px;font-weight:700}.hound-profile-form fieldset{display:grid;gap:18px;min-width:0;padding:24px;border:1px solid #d6d1c8;border-radius:9px}.hound-profile-form legend{padding:0 9px;font:700 21px Lora,serif}.hound-profile-form fieldset>label,.hound-form-grid>label{display:grid;gap:7px;font-weight:700}.hound-profile-form small{color:#716d66;font-weight:400;line-height:1.4}.hound-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hound-radio-field{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;min-height:44px}.hound-radio-field>span{flex-basis:100%;font-weight:700}.hound-radio-field label{display:flex;align-items:center;gap:6px}.hound-radio-field input{width:auto!important;min-height:0!important}.hound-profile-form select[multiple]{min-height:180px}.attached-hound-images{display:grid;gap:14px;padding:18px;border:1px solid #b7c8c4;border-radius:8px;background:#f3f8f6}.attached-image-caption{display:grid;gap:6px;padding:0 10px 12px}.attached-image-caption span{font-weight:700;line-height:1.2}.attached-image-caption textarea{width:100%;min-height:68px;padding:9px;resize:vertical;font:inherit;line-height:1.4}.attached-images-heading{display:grid;gap:4px}.attached-images-heading small{color:#61706c}.attached-images-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.attached-images-grid article{position:relative;overflow:hidden;border:1px solid #d2d9d7;border-radius:6px;background:#fff}.attached-images-grid img{display:block;width:100%;height:150px;object-fit:contain;background:#e5e9e8}.attached-images-grid span{display:block;padding:8px;color:#475550;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.attached-image-trash{position:absolute;top:8px;right:8px;display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:50%;background:#6f1f1feb;color:#fff;font-size:20px;cursor:pointer;opacity:0;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease;box-shadow:0 3px 12px #00000047}.attached-images-grid article:hover .attached-image-trash,.attached-image-trash:focus-visible{opacity:1;transform:translateY(0)}.attached-image-trash span{padding:0;color:inherit;font-size:inherit;line-height:1}.attached-image-order{position:absolute;top:8px;left:8px;display:flex;gap:5px;opacity:0;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease}.attached-image-order button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:#273f3aeb;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 3px 12px #0000003d}.attached-image-order button:disabled{opacity:.35;cursor:not-allowed}.attached-images-grid article:hover .attached-image-order,.attached-image-order:focus-within{opacity:1;transform:translateY(0)}.hound-image-confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:22px;background:#181f1d9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hound-image-confirm-modal article{display:grid;gap:15px;width:min(520px,calc(100vw - 44px));padding:30px;border-top:7px solid #84aeba;border-radius:12px;background:#f7f3eb;box-shadow:0 28px 80px #00000061}.hound-image-confirm-modal img{width:100%;height:220px;object-fit:contain;border-radius:7px;background:#dfe5e2}.hound-image-confirm-modal h3{margin:0;font-size:30px}.hound-image-confirm-modal p{margin:0;line-height:1.6}.image-caption-editor{display:grid;gap:7px;margin-top:12px}.image-caption-editor span{font-weight:700}.image-caption-editor textarea{width:100%;min-height:84px;padding:10px;resize:vertical;font:inherit}.hound-profile-gallery figure{position:relative;margin:0;overflow:hidden}.hound-profile-gallery figure img{display:block;width:100%}.hound-profile-gallery figcaption{position:absolute;right:0;bottom:0;left:0;padding:14px 16px;color:#fff;background:linear-gradient(transparent,#141918e0);font-size:.94rem;line-height:1.45;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.hound-profile-gallery figure.has-caption:hover figcaption,.hound-profile-gallery figure.has-caption:focus-within figcaption{opacity:1;transform:none}@media(hover:none){.hound-profile-gallery figure.has-caption figcaption{opacity:1;transform:none}}.hound-confirm-brand{color:#557a7d;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.hound-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.hound-confirm-actions button{padding:11px 17px;border:1px solid #273f3a;border-radius:6px;background:#fff;color:#273f3a;font-weight:700;cursor:pointer}.hound-confirm-actions .confirm-unattach{border-color:#762f2f;background:#762f2f;color:#fff}.hound-form-submit{display:flex;justify-content:flex-end}.hound-form-submit button{padding:14px 22px;border:0;border-radius:6px;background:#273f3a;color:#fff;font:700 16px inherit;cursor:pointer}.admin-form input,.admin-form select,.admin-form textarea,.protected-settings input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #c8c5bf;border-radius:5px;font:inherit}.admin-form textarea{min-height:100px}.admin-upload-button{display:inline-flex;padding:11px 18px;border-radius:6px;background:#273f3a;color:#fff;cursor:pointer}.admin-upload-button input{display:none}.vault-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px}.vault-actions>span{color:#61706c;font-size:13px}.vault-actions>span.is-dirty{color:#9b5b19;font-weight:700}.admin-save-button,.admin-secondary-button{border:0;border-radius:6px;padding:11px 16px;cursor:pointer}.admin-save-button{background:#273f3a;color:#fff}.admin-save-button:disabled{opacity:.45;cursor:not-allowed}.admin-secondary-button{background:#ddd8cf;color:#332f2b}.focus-editor{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:25px;margin-bottom:35px;padding:24px;background:#fff;border:1px solid #ccc;border-radius:10px}.focus-preview{display:grid;place-items:center;min-height:540px;padding:18px;overflow:hidden;background:#dedbd4}.focus-image-stage{position:relative;display:inline-block;max-width:100%;max-height:540px;line-height:0}.focus-preview img{display:block;width:auto;height:auto;max-width:100%;max-height:540px;cursor:crosshair}.focus-marker{position:absolute;width:24px;height:24px;border:3px solid #fff;border-radius:50%;background:#d16740;box-shadow:0 0 0 2px #273f3a,0 2px 8px #0006;transform:translate(-50%,-50%);pointer-events:none}.focus-controls{display:grid;align-content:start;gap:16px}.focus-controls h3{margin:0}.focus-controls label{display:grid;gap:7px;font-weight:600}.focus-controls input{width:100%}.focus-controls button{justify-self:start;border:0;border-radius:6px;padding:10px 15px;background:#273f3a;color:#fff;cursor:pointer}.never-crop-control{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:12px!important;padding:16px;border:1px solid #b7c8c4;border-radius:8px;background:#f3f8f6;cursor:pointer}.never-crop-control input{width:20px!important;height:20px;margin-top:2px}.never-crop-control span{display:grid;gap:4px}.never-crop-control small{color:#61706c;font-weight:400;line-height:1.45}.never-crop-notice{padding:14px;border-left:4px solid #84aeba;background:#eef6f5}.never-crop-preview{background:#cbd8d5}.never-crop-preview .focus-image-stage:after{content:"Never crop";position:absolute;right:10px;bottom:10px;padding:7px 10px;border-radius:5px;background:#273f3ae0;color:#fff;font:700 11px/1.2 sans-serif;letter-spacing:1px;text-transform:uppercase}.image-vault-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.image-vault-grid article{overflow:hidden;background:#fff;border:1px solid #ddd;border-radius:8px}.image-vault-grid article.is-selected{border-color:#273f3a;box-shadow:0 0 0 2px #84aeba}.vault-image-button{display:block;width:100%;padding:0;border:0;background:#e3e0d9;cursor:pointer}.image-vault-grid img{width:100%;height:260px;object-fit:contain}.image-vault-grid article div{display:grid;gap:5px;padding:12px}.image-vault-grid span{color:#777;font-size:12px;text-transform:uppercase}.image-vault-grid button{justify-self:start;padding:5px 0;border:0;background:transparent;color:#9a342d;cursor:pointer}.event-admin-list{display:grid;gap:15px}.event-manager-panel~h2,.event-manager-panel~.admin-add-form,.event-manager-panel~.event-admin-list{display:none}.event-manager-panel{display:grid;gap:25px}.event-manager-toolbar{display:flex;justify-content:space-between;align-items:end;gap:22px}.event-manager-toolbar h2{margin-bottom:5px}.event-manager-toolbar p{margin:0}.event-manager-toolbar>div:last-child{display:flex;gap:10px}.event-manager-toolbar button,.event-editor-heading button{padding:11px 17px;border:1px solid #273f3a;border-radius:6px;background:#fff;color:#273f3a;font-weight:700;cursor:pointer}.event-manager-toolbar .primary{background:#273f3a;color:#fff}.event-manager-workspace{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px}.event-manager-workspace>aside,.event-manager-workspace>article{padding:24px;border:1px solid #d7d2ca;border-radius:10px;background:#fff}.event-manager-workspace aside>div{display:grid;gap:8px}.event-manager-workspace aside>div>button{display:grid;gap:5px;padding:14px;border:1px solid #ddd8cf;border-radius:7px;background:#faf9f6;text-align:left;cursor:pointer}.event-manager-workspace aside>div>button.active{border-color:#273f3a;box-shadow:0 0 0 2px #84aeba}.event-manager-workspace aside span,.event-manager-workspace aside small{color:#6e716e}.event-manager-workspace aside small{width:max-content;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.event-status-published{background:#dcecdf;color:#285b32!important}.event-status-draft{background:#eee8d5;color:#785e14!important}.event-status-private{background:#e4e3e7;color:#514d5a!important}.event-past{background:#f2dede;color:#7c3030!important}.event-editor-heading{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:24px}.event-editor-heading p{margin:0;color:#769eaa;font-weight:800;letter-spacing:2px;text-transform:uppercase}.event-editor-heading h3{margin:5px 0 0;font-size:30px}.event-editor-heading .danger{border-color:#8b3030;color:#8b3030}.event-editor-form{display:grid;gap:18px}.event-editor-form label{display:grid;gap:7px;font-weight:700}.event-editor-form input,.event-editor-form select,.event-editor-form textarea{width:100%;min-height:45px;padding:10px 12px;border:1px solid #c8c5bf;border-radius:5px;font:inherit}.event-editor-form small{color:#6e716e;font-weight:400}.event-fields-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.event-fields-row.two{grid-template-columns:1fr 1fr}.event-admin-list article{display:flex;justify-content:space-between;gap:25px;padding:25px;background:#fff;border:1px solid #ddd}.event-admin-list article span{text-transform:uppercase;color:#777;font-size:12px}.event-admin-list button{align-self:center;border:0;background:transparent;color:#9a342d;cursor:pointer}.settings-form{max-width:760px}.admin-stat-form{max-width:760px;margin:28px 0 36px;grid-template-columns:minmax(0,1fr) 180px auto;align-items:end}.admin-stat-form h3,.admin-stat-form p{margin:0}.admin-stat-form p{margin-top:7px}.settings-form label,.protected-settings label{display:grid;gap:6px;font-weight:600}.protected-settings{max-width:760px;display:grid;gap:15px;padding:28px;background:#fff8e8;border:1px solid #decda4;border-radius:10px}.protected-configuration{display:grid;gap:22px;margin-top:55px}.protected-configuration>header code{display:block;margin-top:8px;color:#6d6962;overflow-wrap:anywhere}.configuration-card{display:grid;gap:20px;padding:28px;background:#fff;border:1px solid #d5d1ca;border-radius:10px}.configuration-card h4{margin:0;font-size:24px}.configuration-drafts{display:grid;gap:14px}.configuration-draft{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(240px,1fr) auto;gap:12px;align-items:end;padding:15px;border:1px solid #ddd8cf;border-radius:8px;background:#faf9f6}.configuration-draft label,.configuration-modal label{display:grid;gap:7px;font-weight:700}.configuration-draft input,.configuration-inventory-header input,.configuration-modal input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #c8c5bf;border-radius:5px;font:inherit}.configuration-value{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.configuration-value button,.configuration-buttons button{padding:10px 16px;border:1px solid #273f3a;border-radius:5px;background:#fff;color:#273f3a;cursor:pointer}.configuration-text-button,.configuration-actions button{border:0;background:transparent;color:#273f3a;cursor:pointer}.configuration-buttons{display:flex;justify-content:flex-end;gap:10px}.configuration-buttons .primary{background:#273f3a;color:#fff}.configuration-buttons button:disabled{opacity:.45;cursor:not-allowed}.configuration-message{padding:13px 16px;border-left:4px solid #84aeba;background:#fff}.configuration-inventory-header{display:flex;justify-content:space-between;gap:20px;align-items:center}.configuration-inventory-header p{margin:4px 0 0;text-transform:uppercase;letter-spacing:2px;font-size:12px}.configuration-inventory-header input{width:min(100%,280px);border-radius:999px}.configuration-table{overflow-x:auto;border:1px solid #ddd8cf;border-radius:8px}.configuration-row{display:grid;grid-template-columns:minmax(190px,.8fr) minmax(360px,1.5fr) 70px 140px;gap:14px;min-width:800px;padding:14px 16px;align-items:center;border-top:1px solid #ddd8cf}.configuration-row:first-child{border-top:0}.configuration-row.head{background:#ece9e2;color:#666;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.configuration-row code{overflow:hidden;text-overflow:ellipsis;color:#777}.configuration-actions{display:flex;justify-content:flex-end;gap:12px}.configuration-actions .danger{color:#9f1239}.configuration-empty{padding:18px}.configuration-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#0000007a}.configuration-modal article{display:grid;gap:18px;width:min(680px,calc(100vw - 40px));padding:32px;background:#fff;border-radius:10px}.configuration-modal h3{margin:0}.danger-modal{border-top:6px solid #9f1239}.danger-button{border-color:#9f1239!important;color:#9f1239!important}.legacy-hero,.merch-hero{display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:#eee9df}.legacy-hero>img,.merch-hero>img{width:100%;height:100%;max-height:760px;object-fit:cover}.legacy-hero>div,.merch-hero>div{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(35px,7vw,110px)}.legacy-hero h1,.merch-hero h1,.legacy-heading h2,.merch-copy h1,.merch-group>h1{font-size:clamp(44px,5vw,72px);line-height:1.05}.legacy-hero p,.merch-hero p,.legacy-story p,.legacy-residents p,.merch-copy p{font-family:Lora,serif;line-height:1.9}.legacy-support{display:grid;grid-template-columns:1fr 1fr;gap:32px;width:min(1180px,calc(100% - 60px));margin:80px auto}.legacy-support article{padding:45px;background:#766f67;color:#fff}.legacy-support button{padding:13px 22px;border:0;background:#d6ae87;color:#fff;font:inherit}.legacy-story,.merch-copy{width:min(960px,calc(100% - 60px));margin:90px auto;text-align:center}.legacy-heading{padding:150px 30px 180px;background:#d6b89a;text-align:center}.legacy-heading:before{top:0;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M640 140L1280 0H0z' fill-opacity='.5'/%3E%3Cpath d='M640 98l640-98H0z'/%3E%3C/g%3E%3C/svg%3E")}.legacy-heading:after{bottom:0;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='140' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M1280 0l-266 91.52a72.59 72.59 0 0 1-30.76 3.71L0 0v140h1280z' fill-opacity='.5'/%3E%3Cpath d='M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z'/%3E%3C/g%3E%3C/svg%3E")}.legacy-heading h2{margin:0 0 12px}.legacy-residents article{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.legacy-residents article.reverse .legacy-identity{order:2}.legacy-residents article>.legacy-story-copy{align-self:center;padding:60px clamp(30px,7vw,100px)}.legacy-identity{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden;padding:42px clamp(20px,4vw,58px) 48px;text-align:center;background:linear-gradient(#fff 0,#fff 15%,#b99d87 15%,#b99d87)}.legacy-identity>a{color:inherit;text-decoration:none}.legacy-photo{width:min(82%,520px);aspect-ratio:1;margin:0 auto 24px;overflow:hidden;border:8px solid #5b4a3e;border-radius:50%;background:#edd8ad}.legacy-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.legacy-identity h2{max-width:100%;margin:0;color:#fff;font-family:Lora,serif;font-size:clamp(44px,7vw,104px);font-weight:400;line-height:.92;overflow-wrap:anywhere;text-shadow:6px 6px 0 #765f50}.legacy-identity .legacy-details{margin:28px 0 0;color:#111;font-family:Arial,sans-serif;font-size:clamp(19px,2.3vw,31px);font-style:italic;line-height:1.2;text-transform:uppercase}.merch-card h2{font-size:38px}.merch-hero{background:#d3b28e}.merch-group{padding:30px max(30px,calc((100% - 1260px)/2)) 90px}.merch-group>h1{text-align:center;margin:45px 0 55px}.merch-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.merch-card{display:flex;flex-direction:column;overflow:hidden;background:#f4f1eb;color:inherit;text-decoration:none}.merch-card img{width:100%;aspect-ratio:4/5;object-fit:contain;background:#e7e1d8}.merch-card>div{padding:22px}.merch-card h2{margin:0 0 15px;font-size:25px}.merch-card span{font-size:12px;text-transform:uppercase;letter-spacing:2px}.merch-card p{margin-bottom:0}@media(max-width:900px){.event-manager-workspace{grid-template-columns:1fr}.attached-images-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.merch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{height:auto}.header-inner{min-height:90px}.menu-toggle{display:block;margin-left:auto}.site-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 8px 20px #00000029}.site-header nav.is-open{display:block}.site-header nav>ul{display:block;width:min(92%,1080px);margin:auto;padding:10px 0 20px}.site-header nav a{padding:11px 8px;border-radius:7px}.site-header nav>ul>li:hover>.menu-parent-row>a,.site-header nav>ul>li:focus-within>.menu-parent-row>a{transform:none}.menu-parent-row{width:100%}.menu-parent-row>a{flex:1}.submenu-toggle{display:grid;width:42px;height:42px;margin-left:auto;padding:0;place-items:center;border:0;background:transparent;color:#222;font-size:20px;cursor:pointer}.submenu-toggle span{transition:transform .2s ease}.submenu-open>.menu-parent-row .submenu-toggle span{transform:rotate(180deg)}.submenu,.has-submenu:hover>.submenu,.has-submenu:focus-within>.submenu{display:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.has-submenu.submenu-open>.submenu{display:block}.submenu{position:static;min-width:0;max-height:none!important;width:auto!important;margin-left:18px;padding:0;border:0;border-radius:0;box-shadow:none}.submenu li a{padding:8px;color:#555}.hero-section{min-height:calc(100svh - 90px);align-items:flex-end;padding:52vh 6vw 85px}.hero-photo{width:100%;height:100%;background-position:70% center}.hero-panel{width:min(620px,88vw);padding:38px}.services-grid{grid-template-columns:1fr 1fr}.involved-grid,.mission-grid{grid-template-columns:1fr}}@media(max-width:600px){.admin-stat-form{grid-template-columns:1fr}.foster-strip{padding-top:84px;padding-bottom:120px}.hounds-section,.notes-section{padding-top:90px;padding-bottom:120px}.public-event-grid article{grid-template-columns:1fr}.event-manager-toolbar,.event-editor-heading{align-items:stretch;flex-direction:column}.event-fields-row,.event-fields-row.two{grid-template-columns:1fr}.attached-images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hound-form-heading{flex-direction:column}.hound-form-heading>label{width:100%}.hound-form-grid,.configuration-draft{grid-template-columns:1fr}.configuration-inventory-header{align-items:stretch;flex-direction:column}.legacy-hero,.merch-hero,.legacy-support,.legacy-residents article{grid-template-columns:1fr}.legacy-hero>img,.merch-hero>img{height:auto;max-height:none}.legacy-residents article.reverse .legacy-identity{order:0}.legacy-identity{min-height:620px}.merch-grid{grid-template-columns:1fr}.social-links{display:none}.hero-section{display:block;min-height:0;padding:0 0 80px;background:#fffaf0}.hero-photo{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:4/3;background-position:72% center;background-size:cover;transform:none}.hero-section:before{display:none}.hero-panel{width:calc(100% - 36px);margin:24px 18px 0;padding:32px 24px;border-radius:26px 58px 26px 26px;box-shadow:0 14px 36px #102b3a2e}.hero-panel h1{font-size:34px;margin-bottom:24px}.hounds-page-hero{min-height:760px;padding:48px 6% 220px}.hounds-hero-photo{background-position:center,center 62%;background-size:cover,175% auto}.hounds-page-hero h1{font-size:48px}.hounds-page-hero>p,.hounds-page-hero>h1{transform:translateY(-32px)}.hounds-hero-actions{right:8%;bottom:55px;left:8%;align-items:stretch;flex-direction:column;gap:8px}.hounds-hero-actions .live-button{margin:0;text-align:center}.analytics-metrics,.analytics-grid{grid-template-columns:1fr}.analytics-header{align-items:stretch;flex-direction:column}.hero-panel p{font-size:20px}.hero-buttons{align-items:stretch;flex-direction:column}.hero-buttons .live-button{text-align:center}.services-grid,.hound-grid,.notes-grid,.footer-grid,.all-hounds-grid,.adoption-table,.split-page,.about-intro,.about-sections,.events-layout,.forms-grid,.contact-intro,.contact-actions,.contact-info{grid-template-columns:1fr}.honky-hero,.honky-flyer,.honky-split,.honky-share>div,.honky-card-grid,.honky-card-grid.three{grid-template-columns:1fr}.honky-hero{padding-top:45px}.honky-hero h1{font-size:48px}.contact-message-section,.contact-message-form{grid-template-columns:1fr}.contact-message-field{grid-column:auto}.copied-form-intro{grid-template-columns:1fr;gap:30px}.copied-live-form{width:94%;padding:25px 18px}.copied-input-grid,.copied-form-choices,.admin-cards{grid-template-columns:1fr}.admin-nav{display:flex;position:static;inset:auto;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;box-shadow:none;-webkit-overflow-scrolling:touch}.admin-nav a{flex:0 0 auto}.admin-table>div{grid-template-columns:48px 1fr auto}.admin-table span{display:none}.admin-row-actions>a{display:none}.hound-profile-hero{min-height:0;grid-template-columns:1fr}.hound-profile-hero>img{height:420px;object-fit:contain}.hound-profile-hero>div{padding:45px 25px}.hound-profile-gallery{grid-template-columns:1fr}.hound-profile-gallery img{height:auto;max-height:520px}.recovered-full-profile{padding-top:35px}.recovered-profile-intro,.recovered-profile-tabs{grid-template-columns:1fr;gap:30px;width:min(100% - 34px,1180px)}.recovered-profile-tabs{gap:0}.recovered-profile-tabs article{padding:30px 24px}.recovered-profile-gallery{width:min(100% - 34px,1180px);grid-template-columns:1fr}.recovered-profile-gallery img{height:auto;max-height:520px}.admin-add-form,.image-vault-grid,.focus-editor{grid-template-columns:1fr}.focus-preview{min-height:360px}.focus-image-stage,.focus-preview img{max-height:360px}.admin-title-row{align-items:start;flex-direction:column}.adoption-table article{border-right:0;border-bottom:1px solid #b8b0a7}.section-title h2,.mission-grid h2{font-size:40px}.foster-strip h2{font-size:27px}}
