:root{--orange:#ec6b15;--orange-bg:#ec6b1514}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}.header{z-index:1000;background:linear-gradient(#0009 0%,#0000 100%);padding:2rem 0;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 3rem;display:flex}.header-left{align-items:center;gap:2.5rem;display:flex}.logo img{width:auto;height:60px}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:1.125rem;font-weight:400;text-decoration:none;transition:opacity .3s}.nav-link:hover{color:var(--orange);opacity:1}.header-right{align-items:center;gap:1.5rem;display:flex}.social-links{align-items:center;gap:1.25rem;display:flex}.social-link{color:#fff;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.social-link:hover{color:var(--orange);opacity:1}.social-link svg{width:24px;height:24px}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:0;display:none}.menu-toggle span{background-color:#fff;width:30px;height:2px;transition:all .3s}.mobile-menu{z-index:2000;background-color:#000;flex-direction:column;width:100%;max-width:400px;height:100vh;padding:2rem;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #00000080}.mobile-menu.active{right:0}.mobile-menu:before{content:"";z-index:-1;opacity:0;pointer-events:none;background-color:#000c;width:100vw;transition:opacity .3s;position:fixed;inset:0 100vw 0 -100vw}.mobile-menu.active:before{opacity:1;pointer-events:auto;left:0;right:0}body.menu-open{overflow:hidden}.mobile-menu-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.mobile-menu-header .logo img{height:40px}.menu-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .3s;display:flex}.menu-close:hover{color:var(--orange);opacity:1}.mobile-nav{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.mobile-nav-link{color:#fff;letter-spacing:.02em;padding:.5rem 0;font-size:1.5rem;font-weight:500;text-decoration:none;transition:opacity .3s}.mobile-nav-link:hover{color:var(--orange);opacity:1}.mobile-social{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.mobile-social-link{color:#fff;border:1px solid #fff3;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.mobile-social-link:hover{border-color:var(--orange);background-color:var(--orange-bg);color:var(--orange)}.hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-wrapper{background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:contain;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video--desktop{display:block}.hero-video--mobile{display:none}.hero-mask{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:1025px){.hero-mask{background:linear-gradient(90deg,#000 0%,#000000fa 2%,#000000f2 4%,#000000e6 6%,#000c 8%,#000000b3 10%,#0000008c 12%,#0006 14%,#00000040 16%,#00000026 18%,#00000014 20%,#00000008 22%,#0000 25% 75%,#00000008 78%,#00000014 80%,#00000026 82%,#00000040 84%,#0006 86%,#0000008c 88%,#000000b3 90%,#000c 92%,#000000e6 94%,#000000f2 96%,#000000fa 98%,#000 100%)}}.hero-content{z-index:10;text-align:center;width:100%;max-width:1600px;margin:0 auto;padding:0 2rem;position:relative}.hero-title{letter-spacing:.1em;text-transform:uppercase;color:#fff;text-shadow:0 4px 20px #00000080;margin-bottom:0;font-size:clamp(3rem,5vw,8rem);font-weight:700}.scroll-indicator{z-index:20;animation:2s infinite bounce;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{filter:drop-shadow(0 2px 8px #00000080);width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.about{color:#fff;background:linear-gradient(#000 0%,#1a1a1a 20%,#2a2a2a 50%,#1a1a1a 80%,#000 100%);padding:6rem 0}.about-container{max-width:1280px;margin:0 auto;padding:0 3rem}.about-title{letter-spacing:.08em;text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.about-layout{grid-template-columns:45% 55%;align-items:start;gap:4rem;display:grid}.about-photos{flex-direction:column;gap:1rem;display:flex}.about-photo-main{aspect-ratio:4/3;border-radius:12px;width:100%;overflow:hidden}.about-photo-main img{object-fit:cover;width:100%;height:100%}.about-photo-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-photo-secondary{aspect-ratio:1;border-radius:12px;overflow:hidden}.about-photo-secondary img{object-fit:cover;width:100%;height:100%}.about-text{color:#a0a0a0;flex-direction:column;gap:1.25rem;font-size:1.0625rem;font-weight:400;line-height:1.85;display:flex}.about-text p{margin:0}.dogs{color:#fff;background:linear-gradient(#000 0%,#1a1a1a 20%,#2a2a2a 50%,#1a1a1a 80%,#000 100%);padding:6rem 0 4rem;overflow:hidden}.dogs-header{margin-bottom:4rem}.dogs-header-container{grid-template-columns:1fr 2fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;padding:0 3rem;display:grid}.dogs-title{letter-spacing:.08em;padding-right:3rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;position:relative}.dogs-title:after{content:"";background-color:#fff;width:2px;height:120%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.dogs-description{color:#a0a0a0;font-size:1.125rem;line-height:1.8}.carousel-wrapper{margin-bottom:4rem;overflow:hidden}.carousel{width:100%}.carousel-track{gap:2rem;width:fit-content;animation:40s linear infinite scroll;display:flex}.carousel-item{border-radius:12px;flex-shrink:0;width:320px;height:400px;overflow:hidden}.carousel-item img{object-fit:cover;width:100%;height:100%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-4160px - 26rem))}}@keyframes scrollReverse{0%{transform:translate(calc(-4160px - 26rem))}to{transform:translate(0)}}.carousel-wrapper--mobile{display:none}.carousel-track--reverse{animation:40s linear infinite scrollReverse}.dogs-footer{text-align:right;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 3rem;display:flex}.dogs-footer-text{letter-spacing:.1em;font-size:clamp(2rem,4vw,3rem);font-weight:700}.dogs-view-all{color:#fff;letter-spacing:.1em;border:2px solid #fff6;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.dogs-view-all:hover{border-color:var(--orange);background:var(--orange-bg);color:var(--orange)}.reserve{background-image:url(/assets/reserve-puppies.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative}.reserve:before{content:"";background:linear-gradient(90deg,#00000080 0%,#0003 50%,#000000b3 100%);position:absolute;inset:0}.reserve-container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 3rem;position:relative}.reserve-content{color:#fff;text-align:left;max-width:560px;margin-left:auto}.reserve-title{letter-spacing:.08em;flex-direction:column;align-items:flex-start;margin-bottom:2rem;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.2;display:flex}.reserve-arrow{color:#fff;margin-top:1rem}.reserve-description{color:#b0b0b0;margin-bottom:3rem;font-size:1.125rem;line-height:1.8}.reserve-button{color:#fff;letter-spacing:.08em;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50px;padding:1.25rem 3.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.reserve-button:hover{background-color:var(--orange);border-color:var(--orange);color:#fff}.social-section{color:#fff;background:linear-gradient(#000 0%,#1a1a1a 20% 80%,#000 100%);padding:6rem 0}.social-container{max-width:1280px;margin:0 auto;padding:0 3rem}.social-title{letter-spacing:.08em;text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.social-grid{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;display:grid}.social-embeds{flex-wrap:wrap;gap:2rem;display:flex}.instagram-embed,.tiktok-embed{background-color:#ffffff0d;border-radius:12px;flex:1;justify-content:center;align-items:center;width:400px;min-width:350px;padding:1rem;display:flex}.instagram-embed iframe,.tiktok-embed iframe{border-radius:8px;width:100%;max-width:500px;height:400px}.social-info{flex-direction:column;gap:3rem;display:flex}.social-description{color:#a0a0a0;font-size:1.125rem;line-height:1.8}.social-links-large{flex-direction:column;gap:1.5rem;display:flex}.social-link-large{color:#fff;border:2px solid #fff3;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.social-link-large:hover{border-color:var(--orange);background-color:var(--orange-bg);color:var(--orange)}.social-link-large svg{flex-shrink:0}.footer{color:#fff;background-color:#000;border-top:1px solid #ffffff1a;padding:3rem 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 3rem}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-logo img{width:auto;height:50px}.footer-text{color:#666;font-size:.875rem}@media (min-width:769px){.mobile-menu{display:none}}@media (max-width:1024px){.header-container{padding:0 2rem}.header-left{gap:2rem}.nav{gap:1.5rem}.nav-link{font-size:1rem}.logo img{height:50px}.social-link svg{width:22px;height:22px}.about-container{padding:0 2rem}.about{padding:5rem 0}.about-layout{gap:3rem}.dogs{padding:5rem 0 3rem}.dogs-header-container{gap:3rem;padding:0 2rem}.carousel-item{width:280px;height:350px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-3640px - 26rem))}}@keyframes scrollReverse{0%{transform:translate(calc(-3640px - 26rem))}to{transform:translate(0)}}.dogs-footer,.reserve-container{padding:0 2rem}.reserve-content{max-width:500px}.reserve-description{font-size:1rem}.social-container{padding:0 2rem}.social-section{padding:5rem 0}.social-grid{grid-template-columns:1fr;gap:3rem}.social-embeds{gap:1.5rem}.instagram-embed,.tiktok-embed{width:100%;min-width:300px}.footer-container{padding:0 2rem}}@media (max-width:768px){.header-container{padding:0 1.5rem}.header{padding:1.5rem 0}.logo img{height:40px}.nav,.social-links{display:none}.menu-toggle{display:flex}.header-left{gap:0}.about-container{padding:0 1.5rem}.about{padding:4rem 0}.about-title{margin-bottom:3rem}.about-layout{grid-template-columns:1fr;gap:2.5rem}.about-text{font-size:1rem}.dogs{padding:4rem 0 3rem}.dogs-header-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.dogs-title{padding-bottom:1.5rem;padding-right:0}.dogs-title:after{width:80px;height:2px;top:auto;bottom:0;left:0;transform:none}.dogs-description{font-size:1rem}.carousel-item{width:240px;height:300px}.carousel-wrapper{margin-bottom:2rem}.carousel-wrapper--mobile{display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-3120px - 26rem))}}@keyframes scrollReverse{0%{transform:translate(calc(-3120px - 26rem))}to{transform:translate(0)}}.dogs-footer{padding:0 1.5rem}.reserve{min-height:80vh;padding:4rem 0}.reserve-container{padding:0 1.5rem}.reserve-content{text-align:left;max-width:100%;margin:0 auto}.reserve-title{align-items:flex-start;margin-bottom:1.5rem}.reserve-description{color:#fff;margin-bottom:2.5rem}.reserve .puppies-form-label{color:#ffffffbf}.reserve .puppies-form-input{background:#1a1a1a;border-color:#ffffff4d}.reserve-button{width:100%;max-width:100%}.social-container{padding:0 1.5rem}.social-section{padding:4rem 0}.social-title{margin-bottom:3rem}.social-grid{grid-template-columns:1fr;gap:3rem}.social-embeds{order:1}.instagram-embed iframe,.tiktok-embed iframe{max-width:100%;height:500px}.social-info{order:2;gap:2rem}.instagram-embed,.tiktok-embed{width:100%;max-width:100%}.social-description{text-align:center;font-size:1rem}.footer-container{padding:0 1.5rem}.footer-content{text-align:center;flex-direction:column;gap:1.5rem}.footer-logo img{height:40px}}@media (max-width:480px){.header-container,.hero-content{padding:0 1rem}.hero-video--desktop{display:none}.hero-video--mobile{display:block}.hero-title{letter-spacing:.05em;font-size:clamp(2.5rem,12vw,4rem)}.scroll-indicator{bottom:2rem}.scroll-indicator svg{width:20px;height:20px}.about-container{padding:0 1rem}.about-text{font-size:.9375rem}.dogs-header-container{padding:0 1rem}.dogs-description{font-size:.9375rem}.carousel-item{width:200px;height:250px}.carousel-track{gap:1.5rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-2600px - 19.5rem))}}@keyframes scrollReverse{0%{transform:translate(calc(-2600px - 19.5rem))}to{transform:translate(0)}}.dogs-footer{padding:0 1rem}.dogs-footer-text{font-size:1.75rem}.reserve{min-height:70vh}.reserve-container{padding:0 1rem}.reserve-description{color:#fff;margin-bottom:2rem;font-size:.9375rem}.reserve-button{padding:1rem 2.5rem;font-size:.9375rem}.reserve-arrow{width:32px;height:32px}.social-container{padding:0 1rem}.social-description{font-size:.9375rem}.social-link-large{padding:.875rem 1.25rem;font-size:1rem}.social-link-large svg{width:28px;height:28px}.instagram-embed iframe,.tiktok-embed iframe{height:450px}.instagram-embed,.tiktok-embed{min-width:280px}.footer-container{padding:0 1rem}.footer{padding:2rem 0}.mobile-menu{max-width:100%;padding:1.5rem}.mobile-nav-link{font-size:1.25rem}}.header--solid{background:#000!important}.page-main{color:#fff;background:linear-gradient(#000 0%,#1a1a1a 20%,#2a2a2a 50%,#1a1a1a 80%,#000 100%);min-height:100vh}.page-hero{text-align:center;background:0 0;padding:calc(100px + 5rem) 3rem 4rem}.page-hero-label{letter-spacing:.2em;color:#666;text-transform:uppercase;margin-bottom:1rem;font-size:.8125rem;font-weight:600}.page-hero-title{letter-spacing:.08em;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1}.page-hero-desc{color:#a0a0a0;max-width:680px;margin:1.75rem auto 0;font-size:1.0625rem;line-height:1.8}.page-back{color:#666;letter-spacing:.06em;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.page-back:hover{color:var(--orange)}.dogs-page-section{max-width:1400px;margin:0 auto;padding:4rem 3rem 6rem}.dogs-list{flex-direction:column;display:flex}.dog-section{border-bottom:1px solid #1e1e1e;padding:4rem 0}.dog-section:last-child{border-bottom:none}.dog-section-inner{align-items:flex-start;gap:4rem;display:flex}.dog-section-inner--reverse{flex-direction:row-reverse}.dog-section-image{cursor:zoom-in;border-radius:12px;flex-shrink:0;width:42%;position:relative;overflow:hidden}.dog-section-image img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .5s;display:block}.dog-section-image:hover img{transform:scale(1.03)}.dog-section-image-overlay{color:#fff0;background:0 0;justify-content:flex-end;align-items:flex-end;padding:1rem;transition:all .2s;display:flex;position:absolute;inset:0}.dog-section-image:hover .dog-section-image-overlay{color:#fffc;background:#0003}.dog-section-info{flex-direction:column;flex:1;gap:.75rem;padding-top:.5rem;display:flex}.dog-section-name{letter-spacing:.04em;margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.1}.dog-section-fullname{color:#ec6b15;margin:0;font-size:.9rem;font-style:italic}.dog-section-meta{flex-wrap:wrap;gap:.5rem;margin:.25rem 0;display:flex}.dog-section-meta-item{letter-spacing:.1em;text-transform:uppercase;color:#666;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.dog-section-meta-item--male{color:#60a5fa;background:#60a5fa14;border-color:#60a5fa40}.dog-section-meta-item--female{color:#f9a8d4;background:#f9a8d414;border-color:#f9a8d440}.dog-section-desc{color:#a0a0a0;margin:0;font-size:.95rem;line-height:1.7}.dog-section-gallery{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.dog-section-thumb{cursor:zoom-in;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:border-color .2s;overflow:hidden}.dog-section-thumb:hover{border-color:#ec6b15}.dog-section-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.dog-section-thumb:hover img{transform:scale(1.08)}.hof-section{max-width:1280px;margin:0 auto;padding:4rem 3rem 6rem}.hof-list{flex-direction:column;display:flex}.hof-section-item{border-bottom:1px solid #1e1e1e;padding:4rem 0}.hof-section-item:last-child{border-bottom:none}.hof-section-inner{align-items:flex-start;gap:4rem;display:flex}.hof-section-inner--reverse{flex-direction:row-reverse}.hof-section-image{cursor:zoom-in;border-radius:12px;flex-shrink:0;width:42%;position:relative;overflow:hidden}.hof-section-image img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .5s;display:block}.hof-section-image:hover img{transform:scale(1.03)}.hof-section-image-overlay{color:#fff0;justify-content:flex-end;align-items:flex-end;padding:1rem;transition:all .2s;display:flex;position:absolute;inset:0}.hof-section-image:hover .hof-section-image-overlay{color:#fffc;background:#0003}.hof-section-info{flex-direction:column;flex:1;gap:.75rem;padding-top:.5rem;display:flex}.hof-section-trophy{align-items:center;margin-bottom:.25rem;display:flex}.hof-section-name{letter-spacing:.04em;margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.1}.hof-section-meta{flex-wrap:wrap;gap:.5rem;margin:.25rem 0;display:flex}.hof-section-meta-item{letter-spacing:.1em;text-transform:uppercase;color:#888;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.hof-section-meta-year{color:#c9a84c;background:#c9a84c14;border-color:#c9a84c4d}.hof-section-desc{color:#a0a0a0;margin:0;font-size:.95rem;line-height:1.7}.breed-info-section{border-bottom:1px solid #ffffff14;padding:5rem 0 4rem}.breed-info-container{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;max-width:1280px;margin:0 auto;padding:0 3rem;display:grid}.breed-info-heading{flex-direction:column;gap:.75rem;display:flex;position:sticky;top:7rem}.breed-info-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ec6b15;margin:0;font-size:.75rem;font-weight:500}.breed-info-title{letter-spacing:.06em;color:#fff;margin:0;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.breed-info-body{flex-direction:column;gap:1.5rem;display:flex}.breed-info-lead{color:#ffffffe6;margin:0;font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.65}.breed-info-body p{color:#fff9;margin:0;font-size:1rem;line-height:1.8}@media (max-width:1024px){.breed-info-container{grid-template-columns:1fr;gap:2rem}.breed-info-heading{position:static}.breed-info-section{padding:3.5rem 0 3rem}.breed-info-container{padding:0 2rem}.dog-section-inner{gap:2.5rem}.dog-section-image{width:45%}.hof-section-inner{gap:2.5rem}.hof-section-image{width:45%}.dogs-page-section,.hof-section{padding:3rem 2rem 5rem}}@media (max-width:768px){.page-hero{padding:calc(80px + 3.5rem) 1.5rem 3rem}.breed-info-section{padding:2.5rem 0}.breed-info-container{padding:0 1.5rem}.dog-section-inner,.dog-section-inner--reverse{gap:1.5rem;flex-direction:column!important}.dog-section-image{width:100%}.dog-section-image img{aspect-ratio:4/3}.dog-section{padding:2.5rem 0}.dog-section-thumb{width:64px;height:64px}.hof-section-inner,.hof-section-inner--reverse{gap:1.5rem;flex-direction:column!important}.hof-section-image{width:100%}.hof-section-image img{aspect-ratio:4/3}.hof-section-item{padding:2.5rem 0}.dogs-page-section,.hof-section{padding:2.5rem 1.5rem 4rem}.dogs-footer{flex-direction:column;align-items:flex-start;gap:1.25rem}.dogs-view-all{padding:.625rem 1.25rem;font-size:.8125rem}}@media (max-width:480px){.page-hero-title{font-size:clamp(2.5rem,12vw,4rem)}.breed-info-section{padding:2rem 0}.breed-info-container{padding:0 1rem}.dogs-page-section,.hof-section{padding:2rem 1rem 3rem}}.puppies-page-section{max-width:1400px;margin:0 auto;padding:4rem 3rem 6rem}.puppies-list{flex-direction:column;display:flex}.puppy-section{border-bottom:1px solid #1e1e1e;padding:4rem 0}.puppy-section:last-child{border-bottom:none}.puppy-section-inner{align-items:flex-start;gap:4rem;display:flex}.puppy-section-inner--reverse{flex-direction:row-reverse}.puppy-section-image{cursor:zoom-in;border-radius:12px;flex-shrink:0;width:42%;position:relative;overflow:hidden}.puppy-section-image img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .5s;display:block}.puppy-section-image:hover img{transform:scale(1.03)}.puppy-section-image-overlay{color:#fff0;background:0 0;justify-content:flex-end;align-items:flex-end;padding:1rem;transition:all .2s;display:flex;position:absolute;inset:0}.puppy-section-image:hover .puppy-section-image-overlay{color:#fffc;background:#0003}.puppy-section-info{flex-direction:column;flex:1;gap:1.25rem;padding-top:.5rem;display:flex}.puppy-section-badges{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.puppy-section-gender{letter-spacing:.1em;text-transform:uppercase;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.puppy-section-gender--male{color:#60a5fa;background:#60a5fa14;border:1px solid #60a5fa40}.puppy-section-gender--female{color:#f9a8d4;background:#f9a8d414;border:1px solid #f9a8d440}.puppy-section-status{letter-spacing:.1em;text-transform:uppercase;border-radius:20px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.puppy-section-status--available{color:#4ade80;background:#4ade8014;border:1px solid #4ade8040}.puppy-section-status--reserved{color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2440}.puppy-section-status--sold{color:#666;background:#ffffff08;border:1px solid #2a2a2a}.puppy-section-details{flex-direction:column;gap:.6rem;display:flex}.puppy-section-row{gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.puppy-section-row-label{color:#555;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;min-width:36px;padding-top:.1em;font-size:.8rem}.puppy-section-row-value{color:#ccc}.puppy-section-gallery{flex-wrap:wrap;gap:.5rem;display:flex}.puppy-section-thumb{cursor:zoom-in;border-radius:8px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.puppy-section-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.puppy-section-thumb:hover img{transform:scale(1.08)}.puppies-empty{background-image:url(/assets/reserve-puppies.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative}.puppies-empty-overlay{background:linear-gradient(135deg,#000000bf 0%,#0000008c 60%,#000000b3 100%);position:absolute;inset:0}.puppies-empty-content{z-index:1;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;max-width:640px;margin:0 auto;padding:0 3rem;display:flex;position:relative}.puppies-empty-back{color:#ffffff73;margin-bottom:0}.puppies-empty-back:hover{color:#ec6b15}.puppies-empty-label{letter-spacing:.18em;text-transform:uppercase;color:#ec6b15;margin:0;font-size:.75rem;font-weight:500}.puppies-empty-title{letter-spacing:.06em;color:#fff;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.puppies-empty-desc{color:#fff9;max-width:480px;margin:0;font-size:1rem;line-height:1.8}.puppies-form{text-align:left;flex-direction:column;gap:1rem;width:100%;display:flex}.puppies-form-field{flex-direction:column;gap:.4rem;display:flex}.puppies-form-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-size:.78rem;font-weight:500}.puppies-form-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.puppies-form-input::placeholder{color:#ffffff40}.puppies-form-input:focus{border-color:#ec6b1599}.puppies-form-textarea{resize:vertical;line-height:1.6}.puppies-form-btn{color:#fff;letter-spacing:.08em;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50px;align-self:flex-start;padding:.9rem 2.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.puppies-form-btn:hover{background:#ec6b15;border-color:#ec6b15}.puppies-form-success{text-align:left;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;display:flex}.puppies-form-success-title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.puppies-form-success-desc{color:#ffffff8c;margin:0;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.puppy-section-inner{gap:2.5rem}.puppy-section-image{width:45%}}@media (max-width:768px){.puppies-page-section{padding:2.5rem 1.5rem 4rem}.puppy-section-inner,.puppy-section-inner--reverse{gap:1.5rem;flex-direction:column!important}.puppy-section-image{width:100%}.puppy-section-image img{aspect-ratio:4/3}.puppy-section{padding:2.5rem 0}.puppies-empty-content{padding:0 1.5rem}}@media (max-width:480px){.puppies-page-section{padding:2rem 1rem 3rem}.puppies-empty-content{padding:0 1rem}.puppies-empty-title{font-size:clamp(2rem,10vw,3rem)}}
