:root {
  --bg: #f6e9d9;
  --cream: #fff3e6;
  --dark: #2d2118;
  --accent: #8b5e3c;
  --brown: #6b4b28;
  --orange: #ed7c1b;
  --orange-soft: #fcb46f;
  --teal: #2b8b93;
  --muted: #53443a;
  --surface: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--dark);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  padding: 1rem 0;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.95rem;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}

.brand {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.brand { display:inline-flex; align-items:center; gap:1.1rem; }
.brand-img { width:120px; height:120px; object-fit:contain; border-radius:12px; background:#fff; padding:8px; }
.brand-text { font-size:1.2rem; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 2rem;
  background: radial-gradient(circle at top left, #fff2d7 0%, #f7d8b3 40%, #f1c990 100%);
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.hero-shape-1 {
  width: 18rem;
  height: 18rem;
  background: #f9c17d;
  top: -5rem;
  left: -5rem;
}

.hero-shape-2 {
  width: 12rem;
  height: 12rem;
  background: #ffe2b7;
  top: 6rem;
  right: -4rem;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0;
}

.hero-copy {
  max-width: 34rem;
}

.eyebrow {
  margin: 0 0 1rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--orange);
  font-size: 0.85rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  line-height: 1.02;
}

.hero-copy p {
  margin: 1.5rem 0 2rem;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(180deg, var(--brown), #5a3b23);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(107,68,38,0.12);
  color: var(--brown);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: end;
}

.hero-visual img {
  border-radius: 2rem;
  box-shadow: 0 35px 70px rgba(45, 33, 24, 0.18);
  max-width: 100%;
}

/* Slideshow styles */
.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  display: block;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 1.75rem;
  object-fit: cover;
}

.slide.active {
  opacity: 1;
  position: relative;
}

.slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
}

.slide-nav.prev { left: 0.5rem; }
.slide-nav.next { right: 0.5rem; }

.slide-indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  display: flex;
  gap: 0.5rem;
}

.slide-indicators button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
}

.slide-indicators button.active { background: #fff; }

.section-company {
  position: relative;
  background: linear-gradient(180deg, #3b2620 0%, #5d3e2d 100%);
  color: #f3e4d0;
  padding: 5rem 0;
}

.section-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08) 0%, transparent 22%),
    radial-gradient(circle at 80% 15%, rgba(255,255,255,0.08) 0%, transparent 20%);
  opacity: 0.65;
}

.company-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.company-copy h2,
.section-heading h2,
.section-services h2,
.gallery-heading h2,
.section-contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.company-copy p {
  color: #e5d7c9;
  max-width: 32rem;
}

.company-cards {
  display: grid;
  gap: 1rem;
}

.company-cards article {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 1.5rem;
  border-radius: 1.5rem;
}

.company-cards h3 {
  margin: 0.75rem 0 0.5rem;
  text-transform: capitalize;
}

.company-cards p {
  margin: 0;
  color: #f0e3d7;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.15);
  font-size: 1.25rem;
}

.section-products,
.section-services,
.section-gallery,
.section-contact {
  padding: 5rem 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-label {
  text-transform: lowercase;
  letter-spacing: 0.35em;
  color: var(--orange);
  margin-bottom: 1rem;
  display: block;
}

.section-heading h2,
.services-copy h2,
.gallery-heading h2,
.section-contact h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
}

.section-products {
  position: relative;
  background: #fff;
}

.product-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-item {
  background: #fff8f0;
  border-radius: 2rem;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(45, 33, 24, 0.08);
}

.product-item img {
  border-radius: 1.5rem;
  margin-bottom: 1.25rem;
}

.product-item p {
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}

.section-services {
  background: #f3ede7;
}

.services-copy {
  text-align: center;
  margin-bottom: 2.5rem;
}

.services-copy p {
  color: var(--muted);
  max-width: 42rem;
  margin: 1.15rem auto 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.service-pill {
  background: #fff;
  border: 1px solid rgba(45, 33, 24, 0.12);
  padding: 1rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark);
}

.section-gallery {
  background: #2a8f98;
  color: #fff;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-grid img {
  border-radius: 1.25rem;
  height: 12rem;
  object-fit: cover;
}

.section-contact {
  background: linear-gradient(180deg, #fff8f0 0%, #f8e7d6 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.contact-card {
  background: #0b0b0c;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 28px 80px rgba(11,8,10,0.6);
}

.contact-card h2 {
  margin-top: 0;
}

.contact-card p {
  color: var(--muted);
  margin: 1rem 0 2rem;
}

.contact-info {
  display: grid;
  gap: 1rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
}

/* Contact form styles - dark, rounded inputs and grouped sections */
.contact-form {
  display: grid;
  gap: 1rem;
}
.contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.contact-form label {
  display:block;
  font-size:0.85rem;
  margin-bottom:0.5rem;
  color: #e6e1e6;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width:100%;
  padding:0.85rem 1rem;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  color:#fff;
  outline:none;
}
.contact-form select option { color: #fff; background: rgba(11,11,12,0.9); }
.contact-form select::-ms-expand { color: #fff; }

#state, #state option { color: #fff; background: rgba(11,11,12,0.9); }
.contact-form textarea { resize:vertical; min-height:160px; }
.contact-form .field { display:flex; flex-direction:column; }
.contact-form .two-cols { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.section-box { background: rgba(255,255,255,0.02); border-radius:12px; padding:1rem; border-left:4px solid var(--accent); }
.section-box .section-title { font-weight:700; margin-bottom:0.5rem; color:#fff; }
.muted-note { color: #c7c0c9; font-size:0.9rem; margin-bottom:0.5rem; }

.contact-actions { display:flex; gap:1rem; align-items:center; margin-top:0.5rem; }
.btn.purple { background: linear-gradient(180deg,var(--accent), #6b4426); color:#fff; padding:0.9rem 1.5rem; border-radius:999px; font-weight:800; box-shadow:0 12px 36px rgba(107,68,38,0.12); }
.btn.call { background:transparent; border:1px solid rgba(255,255,255,0.08); color:#fff; padding:0.85rem 1.25rem; border-radius:999px; }

@media (max-width: 900px) {
  .contact-form .form-grid { grid-template-columns: 1fr; }
  .two-cols { grid-template-columns:1fr; }
}

/* Signature pad */
.signature-pad { background: rgba(255,255,255,0.02); border-radius:8px; padding:0.5rem; border:1px solid rgba(255,255,255,0.04); }
.sig-canvas { width:100%; height:140px; display:block; background: rgba(255,255,255,0.01); border-radius:6px; }

.contact-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.contact-line strong {
  color: var(--dark);
}

.site-footer {
  background: transparent;
  padding: 3rem 0 4rem;
}

.footer-shell {
  background: #111111;
  border-radius: 3rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #111111;
  font-weight: 800;
}
.footer-logo-img { width:100%; height:100%; object-fit:contain; border-radius:14px; }

@media (max-width: 640px) {
  .brand-img { width:56px; height:56px; padding:4px; }
  .brand-text { font-size:0.95rem; }
  .footer-logo { width:44px; height:44px; }
}

.footer-title {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}

.footer-note {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: #c3b7ae;
}

.footer-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  color: #e5e5e5;
  font-weight: 500;
  text-transform: lowercase;
}

.footer-social {
  display: flex;
  gap: 0.9rem;
}

.social-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1000px) {
  .hero-grid,
  .company-grid,
  .product-shelf,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .product-item {
    text-align: center;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .top-nav { justify-content: flex-start; }

  /* Menu toggle at the far left, navs next, brand/logo on the right */
  .header-top > .menu-toggle { order: 0; }
  .header-top > .top-nav.left-nav { order: 1; }
  .header-top > .top-nav.right-nav { order: 2; }
  .header-top > .brand { order: 3; }

  /* Make nav links easier to tap and read on phones */
  .top-nav a {
    display: inline-block;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    text-transform: lowercase;
  }
  
  /* Mobile menu toggle button */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(45,33,24,0.06);
    border-radius: 10px;
    cursor: pointer;
    margin: 0.4rem 0;
  }
  
  .menu-toggle .bar { display:block; width:22px; height:2px; background:var(--dark); border-radius:2px; position:relative; }
  .menu-toggle .bar::before, .menu-toggle .bar::after { content: ''; position:absolute; left:0; width:22px; height:2px; background:var(--dark); border-radius:2px; }
  .menu-toggle .bar::before { top:-7px; }
  .menu-toggle .bar::after { top:7px; }
  
  /* Hide navs visually by collapsing height so we can animate open/close */
  .top-nav { display:flex; flex-direction:column; gap:0.5rem; max-height:0; overflow:hidden; opacity:0; pointer-events:none; transition: max-height 360ms cubic-bezier(.2,.9,.3,1), opacity 220ms ease; }
  .top-nav a { transform: translateY(-8px); opacity:0; transition: transform 320ms ease, opacity 260ms ease; }
  .site-header.mobile-open .top-nav { max-height: 480px; opacity:1; pointer-events:auto; }
  .site-header.mobile-open .top-nav a { transform: translateY(0); opacity:1; }
  .site-header.mobile-open .top-nav.left-nav { transition-delay: 0ms; }
  .site-header.mobile-open .top-nav.right-nav { transition-delay: 60ms; }

  /* When the mobile menu is open, stack header contents vertically so navs appear below */
  .site-header.mobile-open .header-top { flex-direction: column; align-items: stretch; }

  /* Slight separation between nav rows */
  .top-nav.left-nav { margin-top: 0.6rem; }
  .top-nav.right-nav { margin-bottom: 0.6rem; }

  .hero {
    padding-top: 2rem;
  }

  .hero-copy,
  .hero-visual,
  .company-copy,
  .company-cards,
  .service-list,
  .contact-card,
  .contact-info {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .section-contact {
    padding: 3rem 0;
  }
}

/* Tighter mobile layout and improved touch targets for very small screens */
@media (max-width: 480px) {
  .brand-img { width:48px; height:48px; padding:4px; }
  .brand-text { font-size:0.95rem; }
  .top-nav { gap: 0.5rem; }
  .top-nav a { padding: 0.55rem 0.6rem; font-size:0.98rem; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-nav { gap: 0.75rem; }
  .footer-logo { width:48px; height:48px; }
}

.section-puppies {
  background: #ffffff;
  color: var(--dark);
  padding: 4rem 0 6rem;
}

.puppies-title {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  color: var(--dark);
}

.puppies-sub {
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.puppy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.puppy-card {
  background: linear-gradient(180deg, #151515 0%, #0f0f10 100%);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
}

/* Entrance animation and hover lift for puppy cards */
.puppy-card {
  transform: translateY(12px);
  opacity: 0;
  transition: transform 420ms cubic-bezier(.2,.9,.3,1), opacity 420ms ease, box-shadow 220ms ease;
  will-change: transform, opacity;
}

.puppy-card.in-view {
  transform: translateY(0);
  opacity: 1;
}

.puppy-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 60px rgba(16,12,10,0.12);
}

.puppy-media { position: relative; }
.puppy-media img { width: 100%; height: 300px; object-fit: cover; display: block; }

.badge {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  background: rgba(140, 87, 198, 0.12);
  color: #e6d6ff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.puppy-body { padding: 1rem 1rem 1.25rem; display:flex; flex-direction:column; gap:0.5rem; }
.puppy-body h3 { margin: 0; color: #fff; }
.puppy-sub { color: #bfa9d9; font-size: 0.95rem; }

.puppy-meta { list-style: none; padding: 0; margin: 0.5rem 0 0.8rem; display: grid; grid-template-columns: 1fr; gap: 0.45rem 0; color: #6e5a4b; }
.puppy-meta li { display:flex; justify-content:space-between; gap:0.5rem; }
.meta-key { color: #a7a7a7; }
.meta-val { color: #fff; font-weight:700; }

.puppy-footer { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-top:auto; }
.price { font-size:1.1rem; font-weight:900; color: #ffffff; }
.reserve-btn { background: linear-gradient(180deg,#8b5e3c,#6b4426); color: #fff; border: none; padding: 0.8rem 1.2rem; border-radius: 2rem; cursor: pointer; font-weight:700; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.reserve-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(107,68,38,0.14); background: linear-gradient(180deg,#9a6b47,#7a4e2a); }

@media (max-width: 1000px) {
  .puppy-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .puppy-grid { grid-template-columns: 1fr; }
  .puppy-media img { height: 260px; }
}

.section-faq { background: #fff; color: var(--dark); padding: 6rem 0; }
.faq-header { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1.5rem; }
.faq-header h2 { margin:0; font-size:2rem; }
.faq-controls { display:flex; gap:0.75rem; align-items:center; }
.faq-controls input[type="search"]{ padding:0.75rem 1rem; border-radius: 999px; border:1px solid rgba(45,33,24,0.12); min-width:220px; }
.small-btn{ background:transparent; border:1px solid rgba(107,68,38,0.08); color:var(--brown); padding:0.5rem 0.75rem; border-radius:999px; cursor:pointer; transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.12s ease; }

.small-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(107,68,38,0.08); background: rgba(107,68,38,0.03); }

.faq-list { display:grid; gap:1.25rem; }
.faq-item { background: #fff; border-radius:0.75rem; border:1px solid rgba(45,33,24,0.06); overflow:hidden; }
.faq-question { width:100%; text-align:left; padding:1.25rem 1.25rem; background:transparent; border:none; font-weight:700; font-size:1rem; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.faq-question::after { content: '+'; font-weight:900; }
.faq-question[aria-expanded="true"]::after { content: '−'; }
.faq-answer { padding:0 1.25rem; max-height:0; overflow:hidden; transition: max-height 320ms ease, padding 320ms ease; color:var(--muted); }
.faq-item.open .faq-answer { padding: 1rem 1.25rem 1.25rem; max-height: 20rem; }

@media (max-width: 720px){ .faq-header{ flex-direction:column; align-items:stretch; } .faq-controls{ justify-content:space-between; } }

/* Testimonials slider */
.section-testimonials { background: linear-gradient(180deg,#f8f3ee 0%, #f3e9e0 100%); padding: 4rem 0; }
.testimonials-header { text-align:center; margin-bottom:1.25rem; }
.testimonials-header h2 { margin:0; font-size:2rem; }
.testimonials-sub { color: var(--muted); margin:0.5rem 0 1.75rem; }

.testimonials-slider { position:relative; display:flex; align-items:center; gap:1rem; }
.ts-track-wrap { overflow:hidden; width:100%; }
.ts-track { display:flex; gap:1rem; padding:0; margin:0; list-style:none; transition: transform 400ms ease; }
.ts-item { min-width: calc(33.333% - 0.66rem); box-sizing:border-box; }

.ts-card { background:#fff; border-radius:1rem; padding:1.25rem; box-shadow:0 18px 40px rgba(45,33,24,0.06); height:100%; display:flex; flex-direction:column; justify-content:space-between; }
.ts-content { color: var(--dark); font-size:0.95rem; margin-bottom:1rem; }
.ts-author { font-weight:700; color:var(--brown); margin-bottom:0.5rem; }
.ts-stars { color:#f2b01e; font-weight:700; }

.ts-nav { background: #2d2118; color:#fff; border:none; width:3rem; height:3rem; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; }
.ts-nav:hover { background:#4a362f; }

@media (max-width: 1000px) {
  .ts-item { min-width: calc(50% - 0.75rem); }
}

@media (max-width: 620px) {
  .ts-item { min-width: 100%; }
  .ts-nav { display:none; }
}

/* CTA rounded dark highlight */
.cta-highlight { padding: 3.5rem 0; }
.cta-card {
  background: linear-gradient(180deg, #111013 0%, #0b0a0b 100%);
  border-radius: 28px;
  padding: 3.25rem 2rem;
  border: 1px solid rgba(183,98,220,0.12);
  box-shadow: 0 30px 80px rgba(16,12,18,0.6) inset, 0 12px 40px rgba(11,8,10,0.6);
  text-align: center;
}

.cta-card h2 { color: #fff; margin: 0 0 0.75rem; font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
.cta-card p { color: #cfc6d3; max-width: 820px; margin: 0 auto 1.25rem; }

.cta-actions { display:flex; gap:1rem; justify-content:center; margin:1.25rem 0; flex-wrap:wrap; }
.btn.large { padding: 0.95rem 2rem; border-radius: 999px; font-weight:800; }

.btn-primary.large { background: linear-gradient(180deg,#8b5e3c,#6b4426); color:#fff; box-shadow: 0 18px 40px rgba(107,68,38,0.14); }
.btn-secondary.large { background:transparent; border:1px solid rgba(255,255,255,0.06); color:#fff; }

/* Hover and focus effects for buttons */
.btn:hover, .btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(16,12,10,0.18);
}

.btn-primary.large:hover {
  background: linear-gradient(180deg,#9a6b47,#7a4e2a);
  box-shadow: 0 22px 60px rgba(122,78,42,0.16);
}

.btn-secondary.large:hover {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.12);
}

.btn:focus { outline: 3px solid rgba(167,127,95,0.14); outline-offset: 3px; }

.cta-contact { color:#bfb7bf; margin-top:0.25rem; }

@media (max-width: 720px) {
  .cta-card { padding: 2rem 1rem; border-radius:18px; }
  .cta-actions { flex-direction:column; gap:0.75rem; }
}

/* Highlights section under Available puppies */
.section-highlights { padding: 3.25rem 0 4rem; background: transparent; }
.highlights-grid { display: grid; grid-template-columns: 1fr 420px; gap: 2rem; align-items: start; }
.highlights-copy h3 { margin: 0 0 0.75rem; color: var(--dark); }
.highlights-copy p { color: var(--muted); margin-bottom: 1rem; }

.highlights-note {
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid rgba(107,68,38,0.18); /* brown border */
  box-shadow: 0 18px 40px rgba(16,12,10,0.04);
}
.highlights-note h4 { margin:0 0 0.75rem; color: var(--dark); }
.highlights-note ul { list-style: none; padding: 0; margin: 0; color: var(--muted); }
.highlights-note li { padding: 0.5rem 0; border-bottom: 1px dashed rgba(107,68,38,0.06); }

/* Reveal left/right animations */
.reveal-left, .reveal-right {
  opacity: 0;
  transform: translateX(24px);
  transition: transform 520ms cubic-bezier(.2,.9,.3,1), opacity 520ms ease;
}
.reveal-right { transform: translateX(-24px); }
.reveal-left.in-view, .reveal-right.in-view { transform: translateX(0); opacity: 1; }

@media (max-width: 920px) {
  .highlights-grid { grid-template-columns: 1fr; }
  .highlights-note { order: 2; }
}

/* Nanny delivery (informational) */
.section-nanny {
  background: #ffffff;
  color: var(--dark);
  padding: 3.5rem 0;
}
.section-nanny .container { max-width: 1120px; }
.section-nanny h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  line-height: 1.02;
  color: var(--dark);
}
.section-nanny p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 78ch;
  margin-top: 0.6rem;
}

@media (max-width: 720px) {
  .section-nanny { padding: 2.25rem 0; }
  .section-nanny h2 { font-size: 1.6rem; }
}
