.elementor-6 .elementor-element.elementor-element-c3ee89a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d71fe5 */.two-pups-embed {--lavender: #D4D0E4;
            --lavender-light: #E8E5F0;
            --lavender-soft: #F0EEF5;
            --lavender-pale: #F8F7FA;
            --lavender-dark: #B8B0D0;
            --lavender-deep: #9A8FC4;
            --lavender-muted: #C5C0D8;
            
            
            --plum: #6B5B7A;
            --plum-light: #8A7A99;
            --plum-dark: #4A3D5C;
            --charcoal: #2D2A33;
            --charcoal-soft: #3D3A45;
            
            
            --white: #FFFFFF;
            --cream: #FDFCFE;
            --gray-light: #E8E6EC;
            --gray: #9994A8;
            
            
            --text-dark: #2D2A33;
            --text-medium: #5A5566;
            --text-light: #7A7588;}

.two-pups-embed * {margin: 0;
            padding: 0;
            box-sizing: border-box;}

.two-pups-embed {scroll-behavior: smooth;}

.two-pups-embed {font-family: "Fredoka", sans-serif;
            background: var(--lavender-pale);
            color: var(--text-dark);
            overflow-x: hidden;
            line-height: 1.7;
            font-weight: 400;}

.two-pups-embed ::-webkit-scrollbar {width: 10px;}

.two-pups-embed ::-webkit-scrollbar-track {background: var(--lavender-light);}

.two-pups-embed ::-webkit-scrollbar-thumb {background: linear-gradient(180deg, var(--lavender-deep), var(--plum-light));
            border-radius: 5px;
            border: 2px solid var(--lavender-light);}

.two-pups-embed ::-webkit-scrollbar-thumb:hover {background: linear-gradient(180deg, var(--plum-light), var(--lavender-deep));}

.two-pups-embed 40% {transform: translateY(-8px);}

.two-pups-embed }
        
       
        @keyframes floatA {0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-25px) rotate(5deg); }}

@keyframes floatB {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(10px, -30px) rotate(-8deg); }
        }

@keyframes floatC {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-35px) rotate(10deg); }
        }

.two-pups-embed .nav {position: fixed;
            top: 0;
            
            
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1000;
            padding: 1.25rem 1.5rem;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}

.two-pups-embed .nav.scrolled {background: rgba(212, 208, 228, 0.95);
            backdrop-filter: blur(20px);
            padding: 0.75rem 1.5rem;
            box-shadow: 0 4px 30px rgba(107, 91, 122, 0.15);}

.two-pups-embed .nav-content {position: relative; max-width: 1200px; width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;}

.two-pups-embed .nav-logo {height: 74px;
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
            filter: drop-shadow(0 2px 8px rgba(107, 91, 122, 0.15));}

.two-pups-embed .nav.scrolled .nav-logo {height: 60px;}

.two-pups-embed .nav-logo:hover {transform: scale(1.08);}

.two-pups-embed .nav-links {display: flex;
            gap: 2.5rem;
            list-style: none;}

.two-pups-embed .nav-links a {color: var(--plum-dark);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: 0.03em;
            position: relative;
            padding: 0.5rem 0;
            transition: all 0.3s ease;}

.two-pups-embed .nav-links a::before {content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background: var(--lavender-deep);
            border-radius: 1px;
            transition: all 0.3s ease;
            transform: translateX(-50%);}

.two-pups-embed .nav-links a:hover {color: var(--plum);}

.two-pups-embed .nav-links a:hover::before {width: 100%;}

.two-pups-embed .menu-toggle {display: none;
            flex-direction: column;
            gap: 6px;
            cursor: pointer;
            padding: 10px;
            z-index: 1001;}

.two-pups-embed .menu-toggle span {width: 28px;
            height: 2px;
            background: var(--plum-dark);
            border-radius: 2px;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}

.two-pups-embed .menu-toggle.active span:nth-child(1) {transform: rotate(45deg) translate(6px, 6px);}

.two-pups-embed .menu-toggle.active span:nth-child(2) {opacity: 0;
            transform: scaleX(0);}

.two-pups-embed .menu-toggle.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}

@media (max-width: 768px) {
.two-pups-embed .nav {padding: 1rem 1rem;}
.two-pups-embed .nav-logo {height: 64px;}
.two-pups-embed .nav.scrolled .nav-logo {height: 52px;}
.two-pups-embed .menu-toggle {display: flex;}
.two-pups-embed .nav-links {position: absolute;
                top: calc(100% + 0.75rem);
                right: 0;
                width: min(320px, calc(100vw - 2rem));
                max-width: 320px;
                height: auto; min-height: 0; opacity: 0; visibility: hidden; pointer-events: none; border-radius: 24px;
                background: linear-gradient(135deg, var(--lavender) 0%, var(--lavender-light) 100%);
                flex-direction: column;
                padding: 5.5rem 2rem 2rem;
                gap: 2rem;
                transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                box-shadow: -20px 0 60px rgba(107, 91, 122, 0.2);}
.two-pups-embed .nav-links.active {right: 0; opacity: 1; visibility: visible; pointer-events: auto;}
.two-pups-embed .nav-links a {font-size: 1.2rem;}
}

.two-pups-embed .hero {min-height: 100vh;
            background: var(--lavender);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding: 9rem 2rem 2rem;}

.two-pups-embed .hero-bg {position: absolute;
            inset: 0;
            background: 
                radial-gradient(circle at 20% 80%, rgba(154, 143, 196, 0.2) 0%, transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(154, 143, 196, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, rgba(154, 143, 196, 0.08) 0%, transparent 60%);}

.two-pups-embed .hero-pattern {position: absolute;
            inset: 0;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='6' fill='%236B5B7A'/%3E%3C/svg%3E");
            background-size: 80px 80px;
            animation: patternFloat 40s linear infinite;}

@keyframes patternFloat {
            0% { background-position: 0 0; }
            100% { background-position: 80px 80px; }
        }

.two-pups-embed .hero-sparkles {position: absolute;
            inset: 0;
            overflow: hidden;
            pointer-events: none;}

.two-pups-embed .sparkle {position: absolute;
            width: 5px;
            height: 5px;
            background: var(--lavender-deep);
            border-radius: 50%;
            animation: sparkle 4s ease-in-out infinite;}

@keyframes sparkle {
            0%, 100% { opacity: 0; transform: scale(0); }
            50% { opacity: 0.6; transform: scale(1); }
        }

.two-pups-embed .hero-logo-container {position: relative;
            margin-bottom: 2.5rem;}

.two-pups-embed .hero-logo-ring {position: absolute;
            inset: -25px;
            border: 2px solid rgba(154, 143, 196, 0.3);
            border-radius: 50%;
            animation: ringPulse 4s ease-in-out infinite;}

.two-pups-embed .hero-logo-ring:nth-child(2) {inset: -45px;
            border-width: 1px;
            border-color: rgba(154, 143, 196, 0.2);
            animation-delay: 0.7s;}

@keyframes ringPulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.03); opacity: 0.5; }
        }

.two-pups-embed .hero-logo {width: min(280px, 60vw);
            position: relative;
            z-index: 2;
            animation: logoEntrance 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), logoBounce 5s ease-in-out 1.2s infinite;
            filter: drop-shadow(0 15px 40px rgba(107, 91, 122, 0.2));}

@keyframes logoEntrance {
            0% { 
                opacity: 0;
                transform: scale(0.5) translateY(30px);
            }
            100% { 
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

@keyframes logoBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-12px); }
        }

.two-pups-embed .hero-tagline {font-family: "Playfair Display", serif;
            font-size: clamp(2rem, 6vw, 3.5rem);
            color: var(--plum-dark);
            text-align: center;
            margin-bottom: 1rem;
            animation: fadeSlideUp 0.8s ease-out 0.5s both;
            font-weight: 500;
            letter-spacing: -0.01em;}

.two-pups-embed .hero-subtitle {font-size: clamp(1rem, 3vw, 1.25rem);
            color: var(--text-medium);
            text-align: center;
            max-width: 550px;
            animation: fadeSlideUp 0.8s ease-out 0.7s both;
            font-weight: 400;}

@keyframes fadeSlideUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

.two-pups-embed .hero-badges {display: flex;
            gap: 1rem;
            margin-top: 2.5rem;
            flex-wrap: wrap;
            justify-content: center;
            animation: fadeSlideUp 0.8s ease-out 0.9s both;}

.two-pups-embed .hero-badge {display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.65rem 1.25rem;
            background: rgba(255, 255, 255, 0.6);
            border: 1px solid rgba(154, 143, 196, 0.3);
            border-radius: 50px;
            color: var(--plum);
            font-size: 0.9rem;
            font-weight: 500;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;}

.two-pups-embed .hero-badge:hover {background: rgba(255, 255, 255, 0.9);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(107, 91, 122, 0.15);}

.two-pups-embed .hero-scroll {position: absolute;
            bottom: 2.5rem;
            left: 50%;
            width: max-content;
            display: flex;
            justify-content: center;
            transform: translateX(-50%);
            animation: fadeSlideUp 0.8s ease-out 1.1s both;}

.two-pups-embed .hero-scroll a {display: flex;
            flex-direction: column;
            align-items: center;
            color: var(--plum);
            text-decoration: none;
            font-size: 0.75rem;
            letter-spacing: 0.15em;
            gap: 0.75rem;
            font-weight: 500;
            transition: all 0.3s ease;}

.two-pups-embed .hero-scroll a:hover {color: var(--plum-dark);}

.two-pups-embed .scroll-mouse {width: 24px;
            height: 38px;
            border: 2px solid var(--plum);
            border-radius: 12px;
            position: relative;
            transition: all 0.3s ease;}

.two-pups-embed .hero-scroll a:hover .scroll-mouse {border-color: var(--plum-dark);}

.two-pups-embed .scroll-wheel {position: absolute;
            top: 7px;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            height: 7px;
            background: var(--plum);
            border-radius: 2px;
            animation: scrollWheel 2s ease-in-out infinite;}

@keyframes scrollWheel {
            0%, 100% { opacity: 1; top: 7px; }
            50% { opacity: 0.3; top: 18px; }
        }

.two-pups-embed .section-divider {position: relative;
            height: 100px;
            margin-top: -1px;
            overflow: hidden;}

.two-pups-embed .section-divider svg {position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;}

.two-pups-embed .divider-wave svg path {fill: var(--lavender-pale);}

.two-pups-embed .divider-wave {background: var(--lavender);}

.two-pups-embed .divider-to-dark {background: var(--lavender-pale);}

.two-pups-embed .divider-to-dark svg path {fill: var(--plum-dark);}

.two-pups-embed .divider-to-light {background: var(--plum-dark);}

.two-pups-embed .divider-to-light svg path {fill: var(--lavender-pale);}

.two-pups-embed section {padding: 6rem 1.5rem;
            position: relative;}

.two-pups-embed section[id] {scroll-margin-top: 80px;}

@media (min-width: 768px) {
.two-pups-embed section {padding: 8rem 2rem;}
}

.two-pups-embed .section-title-wrapper {text-align: center;
            margin-bottom: 4rem;
            position: relative;}

.two-pups-embed .section-title {font-family: "Playfair Display", serif;
            font-size: clamp(2.5rem, 8vw, 4rem);
            color: var(--plum-dark);
            display: inline-block;
            position: relative;
            font-weight: 500;
            letter-spacing: -0.01em;}

.two-pups-embed .section-title-light {color: var(--lavender-light);}

.two-pups-embed .section-subtitle {font-size: 1.1rem;
            color: var(--text-medium);
            max-width: 600px;
            margin: 1rem auto 0;
            line-height: 1.8;}

.two-pups-embed .section-subtitle-light {color: var(--lavender-muted);}

.two-pups-embed .about {background: var(--lavender-pale);
            position: relative;
            overflow: hidden;}

.two-pups-embed .about-bg-decor {position: absolute;
            inset: 0;
            opacity: 0.02;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='25' stroke='%236B5B7A' stroke-width='1' fill='none'/%3E%3C/svg%3E");
            background-size: 150px 150px;}

.two-pups-embed .story-grid {max-width: 1150px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 3rem;
            align-items: start;}

@media (max-width: 920px) {
.two-pups-embed .story-grid {grid-template-columns: 1fr;}
}

.two-pups-embed .story-panel {background: var(--white);
            border-radius: 28px;
            padding: 2.5rem;
            box-shadow: 
                0 8px 40px rgba(107, 91, 122, 0.08),
                0 2px 8px rgba(107, 91, 122, 0.04);
            position: relative;
            overflow: hidden;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 1px solid rgba(154, 143, 196, 0.15);}

.two-pups-embed .story-panel:hover {transform: translateY(-5px);
            box-shadow: 
                0 20px 60px rgba(107, 91, 122, 0.12),
                0 8px 20px rgba(107, 91, 122, 0.06);}

.two-pups-embed .story-panel::before {content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--lavender-deep), var(--plum-light), var(--lavender-deep));}

@media (min-width: 920px) {
.two-pups-embed .story-panel {position: sticky;
                top: 100px;}
}

.two-pups-embed .story-badge {display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.55rem 1rem;
            border-radius: 50px;
            background: var(--lavender-soft);
            border: 1px solid var(--lavender-dark);
            font-weight: 500;
            color: var(--plum);
            font-size: 0.9rem;
            margin-bottom: 1.25rem;}

.two-pups-embed .story-panel h3 {font-family: "Playfair Display", serif;
            font-size: 2.25rem;
            color: var(--plum-dark);
            margin-bottom: 1.25rem;
            line-height: 1.2;
            font-weight: 500;}

.two-pups-embed .story-panel p {color: var(--text-medium);
            font-size: 1.05rem;
            line-height: 1.85;}

.two-pups-embed .story-highlights {margin-top: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 0.9rem;}

.two-pups-embed .highlight {display: flex;
            gap: 1rem;
            align-items: flex-start;
            padding: 1rem 1.15rem;
            border-radius: 18px;
            background: var(--lavender-soft);
            border: 1px solid var(--lavender-muted);
            transition: all 0.3s ease;}

.two-pups-embed .highlight:hover {transform: translateX(8px);
            background: var(--lavender-light);
            box-shadow: 0 4px 20px rgba(107, 91, 122, 0.08);}

.two-pups-embed .highlight-icon {font-size: 1.4rem;
            flex-shrink: 0;}

.two-pups-embed .highlight strong {display: block;
            font-weight: 600;
            color: var(--plum-dark);
            margin-bottom: 0.2rem;}

.two-pups-embed .highlight span {color: var(--text-medium);
            font-size: 0.95rem;}

.two-pups-embed .story-timeline {position: relative;
            padding-left: 2rem;}

.two-pups-embed .story-step {position: relative;
            background: var(--white);
            border-radius: 24px;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 
                0 6px 30px rgba(107, 91, 122, 0.08),
                0 2px 8px rgba(107, 91, 122, 0.04);
            border: 1px solid rgba(154, 143, 196, 0.12);
            transition: all 0.4s ease;}

.two-pups-embed .story-step:hover {transform: translateX(10px);
            box-shadow: 
                0 15px 50px rgba(107, 91, 122, 0.12),
                0 5px 15px rgba(107, 91, 122, 0.06);}

.two-pups-embed .step-header {display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 0.75rem;}

.two-pups-embed .step-icon {width: 48px;
            height: 48px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--lavender-soft);
            border: 1px solid var(--lavender-muted);
            font-size: 1.4rem;
            flex-shrink: 0;}

.two-pups-embed .story-step h4 {font-family: "Playfair Display", serif;
            font-size: 1.75rem;
            color: var(--plum-dark);
            line-height: 1.2;
            font-weight: 500;}

.two-pups-embed .story-step p {color: var(--text-medium);
            font-size: 1.02rem;
            line-height: 1.85;}

.two-pups-embed .pup-gallery {display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-top: 1.5rem;}

.two-pups-embed .pup-card {background: var(--lavender-soft);
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--lavender-muted);
            box-shadow: 0 8px 25px rgba(107, 91, 122, 0.08);
            transition: all 0.4s ease;}

.two-pups-embed .pup-card:hover {transform: translateY(-8px) rotate(2deg);
            box-shadow: 0 20px 50px rgba(107, 91, 122, 0.15);}

.two-pups-embed .pup-card:nth-child(2):hover {transform: translateY(-8px) rotate(-2deg);}

.two-pups-embed .pup-card img {width: 100%;
            height: 180px;
            object-fit: cover;}

.two-pups-embed .pup-card figcaption {padding: 0.85rem 1.1rem;
            font-weight: 600;
            color: var(--plum-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.95rem;}

@media (max-width: 500px) {
.two-pups-embed .pup-gallery {grid-template-columns: 1fr;}
}

.two-pups-embed .gallery {background: var(--lavender-pale);
            position: relative;
            overflow: hidden;}

.two-pups-embed .gallery-bg-shapes {position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;}

.two-pups-embed .gallery-bg-shapes .shape {position: absolute;
            border-radius: 50%;
            background: rgba(154, 143, 196, 0.06);}

.two-pups-embed .gallery-bg-shapes .shape:nth-child(1) {width: 400px;
            height: 400px;
            top: -100px;
            left: -100px;}

.two-pups-embed .gallery-bg-shapes .shape:nth-child(2) {width: 300px;
            height: 300px;
            bottom: -50px;
            right: -50px;}

.two-pups-embed .gallery-grid {max-width: 1250px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;}

.two-pups-embed .gallery-item {position: relative;
            border-radius: 24px;
            overflow: hidden;
            aspect-ratio: 1;
            cursor: pointer;
            box-shadow: 0 8px 30px rgba(107, 91, 122, 0.1);
            transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
            border: 2px solid transparent;}

.two-pups-embed .gallery-item:hover {transform: scale(1.02) rotate(1deg);
            box-shadow: 0 25px 60px rgba(107, 91, 122, 0.18);
            border-color: var(--lavender-deep);}

.two-pups-embed .gallery-item img {width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;}

.two-pups-embed .gallery-item:hover img {transform: scale(1.1);}

.two-pups-embed .gallery-overlay {position: absolute;
            inset: 0;
            background: linear-gradient(
                0deg,
                rgba(74, 61, 92, 0.95) 0%,
                rgba(74, 61, 92, 0.4) 40%,
                transparent 100%
            );
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 2rem;
            opacity: 0;
            transition: opacity 0.4s ease;}

.two-pups-embed .gallery-item:hover .gallery-overlay {opacity: 1;}

.two-pups-embed .gallery-overlay h4 {font-family: "Playfair Display", serif;
            font-size: 1.75rem;
            color: var(--lavender-light);
            margin-bottom: 0.35rem;
            transform: translateY(20px);
            transition: transform 0.4s ease 0.1s;
            font-weight: 500;}

.two-pups-embed .gallery-item:hover .gallery-overlay h4 {transform: translateY(0);}

.two-pups-embed .gallery-overlay p {color: var(--lavender-muted);
            font-size: 0.95rem;
            transform: translateY(20px);
            transition: transform 0.4s ease 0.2s;}

.two-pups-embed .gallery-item:hover .gallery-overlay p {transform: translateY(0);}

.two-pups-embed .gallery-overlay .view-icon {position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            width: 48px;
            height: 48px;
            background: var(--lavender-deep);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transform: scale(0) rotate(-90deg);
            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;}

.two-pups-embed .gallery-item:hover .gallery-overlay .view-icon {transform: scale(1) rotate(0);}

.two-pups-embed .treat-modal {position: fixed;
            inset: 0;
            z-index: 2000;
            background: rgba(74, 61, 92, 0.7);
            backdrop-filter: blur(15px);
            display: none;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;}

.two-pups-embed .treat-modal.open {display: flex;}

.two-pups-embed .treat-modal__dialog {width: min(1000px, 100%);
            background: var(--white);
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 40px 100px rgba(74, 61, 92, 0.4);
            border: 2px solid var(--lavender-muted);
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            animation: modalEnter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);}

@keyframes modalEnter {
            from {
                opacity: 0;
                transform: scale(0.9) translateY(20px);
            }
            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

@media (max-width: 860px) {
.two-pups-embed .treat-modal__dialog {grid-template-columns: 1fr;}
}

.two-pups-embed .treat-modal__media {background: var(--lavender);
            position: relative;
            min-height: 300px;}

.two-pups-embed .treat-modal__media img {width: 100%;
            height: 100%;
            object-fit: cover;}

.two-pups-embed .treat-modal__content {padding: 2rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;}

.two-pups-embed .treat-modal__close {position: absolute;
            top: 1rem;
            right: 1rem;
            width: 45px;
            height: 45px;
            background: var(--lavender-deep);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.4rem;
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;}

.two-pups-embed .treat-modal__close:hover {background: var(--plum);
            transform: rotate(90deg) scale(1.1);}

.two-pups-embed .treat-modal__title {font-family: "Playfair Display", serif;
            font-size: 2.5rem;
            color: var(--plum-dark);
            line-height: 1.1;
            font-weight: 500;}

.two-pups-embed .treat-modal__desc {color: var(--text-medium);
            font-size: 1.02rem;
            line-height: 1.8;}

.two-pups-embed .treat-modal__meta {margin-top: auto;
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;}

.two-pups-embed .pill {background: var(--lavender-soft);
            border: 1px solid var(--lavender-muted);
            color: var(--plum);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 500;}

.two-pups-embed .instagram {background: var(--plum-dark);
            position: relative;
            overflow: hidden;}

.two-pups-embed .instagram-bg {position: absolute;
            inset: 0;
            background: 
                radial-gradient(circle at 30% 20%, rgba(154, 143, 196, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 70% 80%, rgba(154, 143, 196, 0.1) 0%, transparent 40%);}

.two-pups-embed .instagram-container {max-width: 1250px;
            margin: 0 auto;
            position: relative;
            z-index: 1;}

.two-pups-embed .instagram-feed {display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.25rem;
            margin-bottom: 3rem;}

.two-pups-embed .instagram-card {position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: var(--charcoal-soft);
            aspect-ratio: 1;
            transition: all 0.4s ease;
            text-decoration: none;
            display: block;
            border: 2px solid transparent;}

.two-pups-embed .instagram-card:hover {transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
            border-color: var(--lavender-deep);}

.two-pups-embed .ig-media {width: 100%;
            height: 100%;}

.two-pups-embed .ig-media img {width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;}

.two-pups-embed .instagram-card:hover .ig-media img {transform: scale(1.1);}

.two-pups-embed .ig-meta {position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1.25rem;
            background: linear-gradient(0deg, rgba(45, 42, 51, 0.95) 0%, transparent 100%);
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;}

.two-pups-embed .instagram-card:hover .ig-meta {opacity: 1;
            transform: translateY(0);}

.two-pups-embed .ig-handle {color: var(--lavender-light);
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 0.3rem;}

.two-pups-embed .ig-caption {color: var(--lavender-muted);
            font-size: 0.85rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;}

.two-pups-embed .instagram-cta {text-align: center;}

.two-pups-embed .btn {display: inline-flex;
            align-items: center;
            gap: 0.9rem;
            padding: 1.1rem 2.5rem;
            background: linear-gradient(135deg, var(--lavender-deep), var(--plum-light));
            color: var(--white);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.02rem;
            border-radius: 50px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(154, 143, 196, 0.3);}

.two-pups-embed .btn::before {content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;}

.two-pups-embed .btn:hover {transform: translateY(-3px) scale(1.02);
            box-shadow: 0 15px 50px rgba(154, 143, 196, 0.4);}

.two-pups-embed .btn:hover::before {left: 100%;}

.two-pups-embed .btn-icon {font-size: 1.2rem;
            transition: transform 0.3s ease;}

.two-pups-embed .btn:hover .btn-icon {transform: translateX(5px);}

.two-pups-embed .contact {background: var(--lavender-pale);
            text-align: center;
            position: relative;
            overflow: hidden;}

.two-pups-embed .contact-content {max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 1;}

.two-pups-embed .contact-card {background: var(--white);
            border: 1px solid var(--lavender-muted);
            border-radius: 28px;
            padding: 3rem 2.5rem;
            margin-top: 2rem;
            box-shadow: 0 10px 40px rgba(107, 91, 122, 0.08);}

.two-pups-embed .contact-intro {color: var(--text-medium);
            font-size: 1.08rem;
            margin-bottom: 2rem;
            line-height: 1.8;}

.two-pups-embed .contact-methods {display: flex;
            flex-direction: column;
            gap: 1.25rem;}

.two-pups-embed .contact-item {display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.25rem;
            padding: 1.5rem 2rem;
            background: var(--lavender-soft);
            border: 1px solid var(--lavender-muted);
            border-radius: 18px;
            transition: all 0.4s ease;
            text-decoration: none;
            color: var(--plum-dark);}

.two-pups-embed .contact-item:hover {background: var(--lavender-light);
            border-color: var(--lavender-deep);
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(107, 91, 122, 0.12);}

.two-pups-embed .contact-text {font-size: 1.1rem;
            font-weight: 500;}

@media (min-width: 600px) {
.two-pups-embed .contact-methods {flex-direction: row;
                justify-content: center;}
.two-pups-embed .contact-item {flex: 1;
                max-width: 300px;}
}

.two-pups-embed footer {background: var(--lavender);
            padding: 4rem 1.5rem 2rem;
            position: relative;}

.two-pups-embed footer::before {content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--lavender-deep), transparent);}

.two-pups-embed .footer-content {max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2rem;}

.two-pups-embed .footer-logo {height: 100px;
            transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
            filter: drop-shadow(0 8px 20px rgba(107, 91, 122, 0.15));}

.two-pups-embed .footer-logo:hover {transform: scale(1.08);}

.two-pups-embed .footer-tagline {font-family: "Playfair Display", serif;
            font-size: 1.5rem;
            color: var(--plum-dark);
            text-align: center;
            font-style: italic;}

.two-pups-embed .footer-social {display: flex;
            gap: 1rem;}

.two-pups-embed .social-link {width: 52px;
            height: 52px;
            background: var(--white);
            border: 1px solid var(--lavender-muted);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: var(--plum);
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);}

.two-pups-embed .social-link:hover {background: var(--lavender-deep);
            color: var(--white);
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(154, 143, 196, 0.3);}

.two-pups-embed .footer-bottom {width: 100%;
            padding-top: 2rem;
            margin-top: 1rem;
            border-top: 1px solid var(--lavender-muted);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            text-align: center;}

.two-pups-embed .footer-bottom p {color: var(--text-medium);
            font-size: 0.9rem;}

.two-pups-embed .footer-credit {display: flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--text-light);
            font-size: 0.85rem;}

.two-pups-embed .footer-credit a {color: var(--plum);
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 500;}

.two-pups-embed .footer-credit a:hover {color: var(--lavender-deep);}

@media (min-width: 768px) {
.two-pups-embed .footer-bottom {flex-direction: row;
                justify-content: space-between;}
}

.two-pups-embed .icon-svg {width: 22px;
            height: 22px;
            display: inline-block;
            flex: 0 0 auto;}

.two-pups-embed .icon-svg path {fill: currentColor;}

.two-pups-embed .scroll-reveal {opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);}

.two-pups-embed .scroll-reveal.revealed {opacity: 1;
            transform: translateY(0);}

.two-pups-embed .scroll-reveal.delay-1 {transition-delay: 0.1s;}

.two-pups-embed .scroll-reveal.delay-2 {transition-delay: 0.2s;}

.two-pups-embed .scroll-reveal.delay-3 {transition-delay: 0.3s;}

.two-pups-embed .scroll-reveal.delay-4 {transition-delay: 0.4s;}

.two-pups-embed .cursor-glow {position: fixed;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(154, 143, 196, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
            transform: translate(-50%, -50%);
            transition: opacity 0.3s ease;}

@media (max-width: 768px) {
.two-pups-embed .cursor-glow {display: none;}
}
@media (max-width: 768px) {
  /* Hero section, keep enough room so the scroll icon does not collide */
  .two-pups-embed .hero,
  .hero {
    min-height: 100svh;
    padding: 7.5rem 1.5rem 7rem;
  }

  /* Center the scroll prompt properly on mobile */
  .two-pups-embed .hero-scroll,
  .hero-scroll {
    left: 50%;
    right: auto;
    bottom: 1.25rem;
    transform: translateX(-50%);
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    z-index: 5;
  }

  .two-pups-embed .hero-scroll a,
  .hero-scroll a {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* About section layout, remove the mobile left offset */
  .two-pups-embed .story-grid,
  .story-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
  }

  .two-pups-embed .story-timeline,
  .story-timeline {
    padding-left: 0;
    margin: 0;
  }

  /* Center each card and let it size cleanly on mobile */
  .two-pups-embed .story-panel,
  .two-pups-embed .story-step,
  .story-panel,
  .story-step {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Slightly tighter mobile spacing */
  .two-pups-embed .story-panel,
  .story-panel {
    padding: 2rem 1.5rem;
  }

  .two-pups-embed .story-step,
  .story-step {
    padding: 1.75rem 1.25rem;
    margin-bottom: 1.25rem;
  }

  /* Keep the pup cards aligned nicely too */
  .two-pups-embed .pup-gallery,
  .pup-gallery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 500px) {
  .two-pups-embed .hero,
  .hero {
    padding: 7rem 1rem 6.5rem;
  }

  .two-pups-embed .hero-scroll,
  .hero-scroll {
    bottom: 1rem;
  }

  .two-pups-embed .story-panel,
  .two-pups-embed .story-step,
  .story-panel,
  .story-step {
    max-width: 100%;
  }
}
.two-pups-embed .hero-scroll,
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  z-index: 5;
  pointer-events: none;
}

.two-pups-embed .hero-scroll a,
.hero-scroll a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 auto;
  text-align: center;
  pointer-events: auto;
}

.two-pups-embed .scroll-mouse,
.scroll-mouse {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .two-pups-embed .hero,
  .hero {
    min-height: 100svh;
    padding-bottom: 7rem;
  }

  .two-pups-embed .hero-scroll,
  .hero-scroll {
    bottom: 1.25rem;
  }
}

@media (max-width: 500px) {
  .two-pups-embed .hero,
  .hero {
    padding-bottom: 6.5rem;
  }

  .two-pups-embed .hero-scroll,
  .hero-scroll {
    bottom: 1rem;
  }
}
/* ---- Flip card container ---- */
.two-pups-embed .pup-flip {
    perspective: 800px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    cursor: pointer;
}
.two-pups-embed .pup-flip:hover {
    transform: none;
    box-shadow: none;
}
 
.two-pups-embed .pup-flip-inner {
    position: relative;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}
 
/* Flip on hover (desktop) */
.two-pups-embed .pup-flip:hover .pup-flip-inner,
.two-pups-embed .pup-flip.flipped .pup-flip-inner {
    transform: rotateY(180deg);
}
 
/* Front and back shared styles */
.two-pups-embed .pup-flip-front,
.two-pups-embed .pup-flip-back {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    background: var(--lavender-soft);
    border: 1px solid var(--lavender-muted);
    box-shadow: 0 8px 25px rgba(107, 91, 122, 0.08);
}
 
.two-pups-embed .pup-flip-front {
    position: relative;
    z-index: 2;
}
 
.two-pups-embed .pup-flip-back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    background: linear-gradient(135deg, var(--lavender-soft) 0%, var(--white) 100%);
    border: 2px dashed var(--lavender-deep);
}
 
/* Photo side */
.two-pups-embed .pup-flip-front img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
 
/* Illustration side — contain, don't crop */
.two-pups-embed .pup-flip-back img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
    padding: 0.75rem;
    background: var(--lavender-pale);
}
 
/* Captions */
.two-pups-embed .pup-flip-front figcaption,
.two-pups-embed .pup-flip-back figcaption {
    padding: 0.85rem 1.1rem;
    font-weight: 600;
    color: var(--plum-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}
 
/* "tap to flip" / "art by" hint */
.two-pups-embed .pup-flip-hint {
    margin-left: auto;
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.two-pups-embed .pup-flip-hint a {
    color: var(--plum);
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}
.two-pups-embed .pup-flip-hint a:hover {
    color: var(--lavender-deep);
}
 
/* On touch devices, disable hover-flip (use tap via JS instead) */
@media (hover: none) {
    .two-pups-embed .pup-flip:hover .pup-flip-inner {
        transform: none;
    }
    .two-pups-embed .pup-flip.flipped .pup-flip-inner {
        transform: rotateY(180deg);
    }
}
 
/* ---- Footer credits row (single line with dot separator) ---- */
.two-pups-embed .footer-credits-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}
 
.two-pups-embed .footer-credit-dot {
    color: var(--text-light);
    font-size: 0.85rem;
    line-height: 1;
}
 
@media (min-width: 768px) {
    .two-pups-embed .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    .two-pups-embed .footer-credits-row {
        justify-content: flex-end;
    }
}/* End custom CSS */