:root {
      --cream:       #E8DBC5;
      --white:       #FBFBFF;
      --teal:        #0B4F6C;
      --teal-bright: #14B8B4;
      --teal-light:  #d0f0ee;
      --coral:       #FF686B;
      --coral-dark:  #e84f52;
      --coral-light: #ffe0e0;
      --yellow:      #a1b0ab;
      --yellow-light:#dde4e2;
      --ink:         #0B4F6C;
      --muted:       #3d6b7a;
      --border:      #d4c8b0;
      --radius-md:   28px;
      --radius-lg:   52px;
      --shadow:      0 18px 50px rgba(11,79,108,0.10);
      --max-width:   1180px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, a { transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
    .container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }

    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 28px; border-radius: 999px; font-weight: 700; font-size: 1rem; }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { color: white; background: var(--coral); }
    .btn-primary:hover { background: var(--coral-dark); }
    .btn-secondary { border: 2px solid var(--teal); color: var(--teal); background: transparent; }
    .btn-secondary:hover { background: var(--teal); color: white; }
    .btn-white { background: white; color: var(--teal); }
    .btn-white:hover { background: var(--cream); }

    /* Header — dog canvas is absolutely positioned inside */
    .site-header {
      padding: 14px 0;
      background: rgba(232,219,197,0.97);
      position: sticky; top: 0; z-index: 100;
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      overflow: hidden;
    }
    #dog-canvas {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      pointer-events: none; z-index: 2;
    }
    .nav { display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; z-index: 1; }
    .brand { display: flex; align-items: center; gap: 12px; }
    .brand-mark { width: 52px; height: 52px; border-radius: 50%; background: var(--teal-light); display: grid; place-items: center; font-size: 24px; }
    .brand-text { display: flex; flex-direction: column; }
    .brand-name { font-family: "DM Serif Display", serif; font-size: 28px; line-height: 1; color: var(--teal); }
    .brand-tagline { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }
    .nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 0.95rem; }
    .nav-links a:hover { color: var(--coral); }

    #paw-canvas { position: fixed; inset: 0; pointer-events: none; z-index: 9999; overflow: hidden; }
    .paw-print { position: absolute; font-size: 20px; opacity: 0; animation: pawFade 1.8s ease-out forwards; pointer-events: none; user-select: none; }
    @keyframes pawFade {
      0%   { opacity: 0; transform: scale(0.4) rotate(var(--r)); }
      20%  { opacity: 0.65; transform: scale(1.1) rotate(var(--r)); }
      60%  { opacity: 0.45; transform: scale(1) rotate(var(--r)); }
      100% { opacity: 0; transform: scale(0.8) rotate(var(--r)) translateY(10px); }
    }

    .bone-float { position: fixed; bottom: 28px; right: 28px; font-size: 2rem; z-index: 500; animation: boneWobble 3s ease-in-out infinite; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15)); pointer-events: none; }
    @keyframes boneWobble {
      0%,100% { transform: rotate(-8deg) translateY(0); }
      25%     { transform: rotate(6deg) translateY(-6px); }
      50%     { transform: rotate(-4deg) translateY(-10px); }
      75%     { transform: rotate(8deg) translateY(-4px); }
    }

    .hero { padding: 60px 0 72px; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 64px; }
    .hero-copy { position: relative; }
    .hero-copy::before { content: ""; position: absolute; width: 200px; height: 110px; background: var(--yellow); border-radius: 60% 40% 70% 30%; left: -140px; top: -100px; z-index: -1; transform: rotate(-10deg); opacity: 0.9; }
    .eyebrow { color: var(--coral); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; margin-bottom: 14px; }
    .hero h1 { font-family: "DM Serif Display", serif; font-size: clamp(52px, 7vw, 86px); line-height: 0.97; margin-bottom: 26px; }
    .hero h1 .accent { color: var(--coral); }
    .hero-sub { max-width: 500px; font-size: 19px; color: var(--muted); margin-bottom: 32px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

    .hero-photo-wrap { position: relative; }
    .hero-photo-wrap::after { content: ""; position: absolute; width: 150px; height: 110px; right: -55px; bottom: 20px; background: var(--yellow); border-radius: 60% 40% 50% 50%; z-index: -1; transform: rotate(-8deg); }
    .flipbook { position: relative; height: 560px; border-radius: 130px 50px 130px 110px; overflow: hidden; box-shadow: var(--shadow); }
    .flip-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0s; }
    .flip-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .flip-slide.active { opacity: 1; transition: opacity 0.6s ease; }
    .flip-slide.leaving { opacity: 0; transform: perspective(800px) rotateY(-8deg) scale(0.97); transition: opacity 0.5s ease, transform 0.5s ease; }
    .flipbook-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 10; }
    .flipbook-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.3s, transform 0.3s; border: none; padding: 0; }
    .flipbook-dot.active { background: white; transform: scale(1.3); }

    .stats-bar { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
    .stat-item { padding: 26px 20px; text-align: center; border-right: 1px solid var(--border); }
    .stat-item:last-child { border-right: none; }
    .stat-num { font-family: "DM Serif Display", serif; font-size: 2rem; color: var(--teal); display: block; line-height: 1; }
    .stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 5px; }

    .section { padding: 80px 0; }
    .section-heading { text-align: center; margin-bottom: 52px; }
    .section-heading h2 { font-family: "DM Serif Display", serif; font-size: clamp(36px, 5vw, 54px); line-height: 1.1; }
    .section-heading h2::after { content: ""; display: block; width: 44px; height: 3px; background: var(--coral); margin: 14px auto 0; border-radius: 2px; }
    .section-heading p { margin-top: 12px; color: var(--muted); font-size: 18px; }

    .services { background: linear-gradient(180deg, transparent 0%, rgba(20,184,180,0.05) 100%); }
    .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .service-card { text-align: center; padding: 32px 22px 28px; border-radius: var(--radius-md); background: rgba(251,251,255,0.7); border: 1px solid var(--border); transition: transform 0.2s, box-shadow 0.2s; }
    .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .service-icon { width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 44% 56% 55% 45%; display: grid; place-items: center; font-size: 44px; }
    .service-card:nth-child(1) .service-icon { background: var(--teal-light); }
    .service-card:nth-child(2) .service-icon { background: var(--yellow-light); }
    .service-card:nth-child(3) .service-icon { background: var(--coral-light); }
    .service-card:nth-child(4) .service-icon { background: var(--teal-light); }
    .service-card h3 { font-family: "DM Serif Display", serif; font-size: 22px; margin-bottom: 10px; }
    .service-card:nth-child(1) h3 { color: var(--teal); }
    .service-card:nth-child(2) h3 { color: #c8920a; }
    .service-card:nth-child(3) h3 { color: var(--coral); }
    .service-card:nth-child(4) h3 { color: var(--teal); }
    .service-card p { color: var(--muted); margin-bottom: 18px; font-size: 0.9rem; min-height: 60px; }
    .service-link { color: var(--teal); font-weight: 800; font-size: 1.2rem; }
    .service-link:hover { color: var(--coral); }

    .about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: center; }
    .about-copy h2 { font-family: "DM Serif Display", serif; font-size: clamp(42px, 5vw, 60px); line-height: 1.05; margin-bottom: 20px; }
    .about-copy p { color: var(--muted); font-size: 17px; margin-bottom: 22px; }
    .trust-list { list-style: none; display: grid; gap: 13px; }
    .trust-list li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
    .trust-icon { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-light); color: var(--teal); flex-shrink: 0; font-size: 0.85rem; }
    .about-image-wrap { position: relative; }
    .about-image { height: 460px; object-fit: cover; object-position: center top; border-radius: 90px 70px 110px 80px; box-shadow: var(--shadow); }
    .about-image-wrap::after { content: ""; position: absolute; width: 100px; height: 140px; right: -28px; bottom: -22px; background: var(--yellow); z-index: -1; border-radius: 60% 40% 55% 45%; }

    .testimonial-section { padding: 0 0 80px; }
    .testimonial-inner { background: var(--teal-bright); border-radius: var(--radius-lg); padding: 60px 72px; position: relative; overflow: hidden; color: white; }
    .testimonial-inner::before { content: "\201C"; font-family: "DM Serif Display", serif; font-size: 16rem; color: rgba(255,255,255,0.08); position: absolute; top: -50px; left: 40px; line-height: 1; pointer-events: none; }
    .testimonial-quote { font-family: "DM Serif Display", serif; font-style: italic; font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.55; margin-bottom: 24px; position: relative; max-width: 820px; }
    .testimonial-attr { font-size: 0.9rem; font-weight: 700; color: rgba(255,255,255,0.75); letter-spacing: 0.04em; }

    .photos { padding: 0 0 80px; }
    .photos .eyebrow { margin-bottom: 28px; }
    .photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .photo-grid img { aspect-ratio: 3/4; object-fit: cover; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.2s; }
    .photo-grid img:hover { transform: scale(1.02); }

    .cta { padding: 0 0 80px; }
    .cta-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: center; gap: 40px; padding: 40px 56px; background: var(--teal-bright); border-radius: var(--radius-lg); color: white; position: relative; overflow: hidden; }
    .cta-inner::after { content: "🐾"; font-size: 9rem; position: absolute; right: 200px; top: -10px; opacity: 0.07; pointer-events: none; }
    .cta h2 { font-family: "DM Serif Display", serif; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.05; }
    .cta p { margin-top: 8px; font-size: 17px; opacity: 0.85; }
    .cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; flex-shrink: 0; }
    .cta-phone { color: white; font-weight: 600; font-size: 0.9rem; opacity: 0.85; }
    .cta-phone:hover { opacity: 1; }

    .site-footer { padding: 40px 0 52px; border-top: 1px solid var(--border); }
    .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
    .footer-brand-name { font-family: "DM Serif Display", serif; font-size: 1.5rem; color: var(--teal); margin-bottom: 10px; }
    .footer-desc { color: var(--muted); font-size: 0.88rem; line-height: 1.65; max-width: 220px; }
    .footer-col-title { color: var(--ink); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
    .footer-links { display: grid; gap: 8px; }
    .footer-links a { color: var(--muted); font-size: 0.88rem; }
    .footer-links a:hover { color: var(--teal); }
    .footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--muted); }

    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 900px) {
      .nav-links { display: none; }
      .hero-grid, .about-grid, .cta-inner { grid-template-columns: 1fr; }
      .flipbook { height: 420px; border-radius: 60px 30px 70px 50px; }
      .service-grid { grid-template-columns: repeat(2, 1fr); }
      .stats-inner { grid-template-columns: repeat(2, 1fr); }
      .stat-item:nth-child(2) { border-right: none; }
      .photo-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .testimonial-inner { padding: 40px 36px; }
    }
    @media (max-width: 600px) {
      .hero h1 { font-size: 52px; }
      .flipbook { height: 360px; border-radius: 50px 24px 60px 40px; }
      .service-grid, .footer-grid { grid-template-columns: 1fr; }
      .photo-grid { grid-template-columns: repeat(2, 1fr); }
      .about-image { height: 340px; }
      .cta-inner { padding: 30px 26px; }
      .stats-inner { grid-template-columns: repeat(2,1fr); }
      .site-header .btn { display: none; }
      .bone-float { font-size: 1.5rem; bottom: 16px; right: 16px; }
    }