:root {
  --teal:#2f9b94;
  --teal-dark:#1f6f6b;
  --cream:#f5edcf;
  --sand:#d6b777;
  --brown:#4b2419;
  --charcoal:#273036;
  --sunset:#df6a48;
  --paper:#fffaf0;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(39,48,54,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--paper);color:var(--charcoal);line-height:1.6}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,92%);margin:0 auto}
.topbar{background:var(--brown);color:var(--cream);font-size:.95rem;padding:.5rem 0;text-align:center;letter-spacing:.02em}
header{position:sticky;top:0;z-index:20;background:rgba(255,250,240,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(75,36,25,.1)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:900;color:var(--brown)}
.brand img{width:74px;height:74px;object-fit:contain}
.brand span{font-size:1.2rem}
nav ul{display:flex;gap:.35rem;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:flex-end}
nav a{display:inline-block;text-decoration:none;font-weight:700;padding:.65rem .8rem;border-radius:999px;color:var(--brown)}
nav a:hover,nav a.active{background:var(--cream)}
.hero{background:linear-gradient(135deg,rgba(47,155,148,.14),rgba(223,106,72,.11));padding:4.5rem 0 3.8rem;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--cream);color:var(--brown);font-weight:800;padding:.45rem .8rem;border-radius:999px;margin-bottom:1rem}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--brown);line-height:1.12}
h1{font-size:clamp(2.7rem,5.4vw,5.2rem);margin:.2rem 0 1rem}
h2{font-size:clamp(2rem,3.5vw,3.2rem);margin:.2rem 0 1rem}
h3{font-size:1.45rem;margin:.4rem 0}
.lead{font-size:1.2rem;max-width:650px}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}
.btn{display:inline-block;text-decoration:none;font-weight:900;border-radius:14px;padding:.9rem 1.15rem;border:2px solid transparent}
.btn-primary{background:var(--teal-dark);color:#fff}
.btn-secondary{border-color:var(--brown);color:var(--brown);background:transparent}
.hero-collage{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative}
.hero-collage img{width:100%;height:260px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.hero-collage img:first-child{grid-row:span 2;height:532px}
.license-badge{position:absolute;right:20px;bottom:20px;background:var(--brown);color:#fff;padding:.9rem 1rem;border-radius:14px;font-weight:900;box-shadow:var(--shadow)}
.section{padding:4.5rem 0}
.section.alt{background:#fff}
.section-intro{max-width:760px;margin-bottom:2rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.card{background:#fff;border:1px solid rgba(75,36,25,.11);border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px rgba(39,48,54,.08)}
.card .icon{font-size:1.55rem;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--cream)}
.photo-band{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.photo-band img{height:310px;width:100%;object-fit:cover;border-radius:18px}
.photo-band img:nth-child(2){object-position:center 28%}
.cta{background:linear-gradient(135deg,var(--brown),#6a3425);color:#fff;border-radius:28px;padding:2.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.cta h2{color:var(--cream);margin:0 0 .5rem}
.cta p{margin:0;max-width:700px}
.page-hero{padding:3.3rem 0;background:linear-gradient(135deg,rgba(47,155,148,.16),rgba(214,183,119,.19));text-align:center}
.page-hero .logo-small{width:120px;margin:0 auto 1rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.two-col img{border-radius:24px;box-shadow:var(--shadow);max-height:580px;width:100%;object-fit:cover}
.list-clean{padding-left:1.1rem}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.5rem}
.contact-card{background:#fff;border-radius:22px;padding:1.7rem;box-shadow:var(--shadow)}
form{display:grid;gap:1rem}
label{font-weight:800;color:var(--brown)}
input,textarea{width:100%;font:inherit;padding:.85rem .95rem;border:1px solid #ccbfae;border-radius:12px;background:#fff}
textarea{min-height:150px;resize:vertical}
.notice{font-size:.92rem;background:var(--cream);padding:1rem;border-radius:14px}
.baby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.baby-card{overflow:hidden;background:#fff;border-radius:20px;box-shadow:var(--shadow)}
.baby-card img{height:280px;width:100%;object-fit:cover}
.baby-card .body{padding:1.2rem}
.status{display:inline-block;font-weight:900;color:var(--teal-dark);background:#dff4f1;border-radius:999px;padding:.25rem .65rem;font-size:.86rem}
.store-placeholder{background:#fff;border:2px dashed rgba(75,36,25,.25);border-radius:24px;padding:3rem;text-align:center}
footer{background:var(--charcoal);color:#e9ecef;padding:2.6rem 0;margin-top:2rem}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:2rem}
footer h3{color:var(--cream)}
footer a{color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1rem;font-size:.9rem;color:#cbd3d6}
@media (max-width:850px){
  .hero-grid,.two-col,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .grid-3,.baby-grid{grid-template-columns:1fr 1fr}
  .nav{align-items:flex-start}
  .brand span{display:none}
  .hero{padding-top:3rem}
}
@media (max-width:600px){
  .nav{flex-direction:column;align-items:center}
  nav ul{justify-content:center}
  .brand img{width:88px;height:88px}
  .grid-3,.baby-grid{grid-template-columns:1fr}
  .hero-collage{grid-template-columns:1fr 1fr}
  .hero-collage img,.hero-collage img:first-child{height:220px;grid-row:auto}
  .license-badge{position:static;grid-column:1/-1;text-align:center}
  .photo-band{grid-template-columns:1fr 1fr}
  .photo-band img{height:220px}
  .cta{flex-direction:column;align-items:flex-start}
}

/* Available Babies — breeder listing layout */
.available-hero .lead{max-width:820px}
.baby-listings-section{padding-top:3.2rem}
.availability-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}
.availability-toolbar h2{margin-bottom:.4rem}
.availability-toolbar p{margin:0;max-width:700px}
.editor-note{background:#fff4d8;border:1px solid #e7cb80;border-left:5px solid var(--sand);padding:1rem 1.1rem;border-radius:14px;margin:1.25rem 0 2rem;color:#5d4726}
.joey-listing{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0;background:#fff;border:1px solid rgba(75,36,25,.1);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);margin:0 0 2rem}
.joey-photo{background:#f1e8d7;min-height:100%}
.joey-photo img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}
.joey-info{padding:2rem}
.listing-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(75,36,25,.12);padding-bottom:1.1rem;margin-bottom:1.15rem}
.listing-heading h3{font-size:2rem;margin:.55rem 0 0}
.listing-price{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:800;color:var(--brown);white-space:nowrap}
.joey-summary{font-size:1.05rem;margin-bottom:1.35rem}
.joey-facts{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:0}
.joey-facts div{background:#fbf7ee;border:1px solid rgba(75,36,25,.08);border-radius:14px;padding:.8rem .9rem}
.joey-facts dt{text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:900;color:var(--teal-dark);margin-bottom:.18rem}
.joey-facts dd{margin:0;font-weight:750;color:var(--brown)}
.listing-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.4rem}
.text-link{font-weight:850;color:var(--teal-dark)}
.status-available{color:#196b55;background:#ddf4e9}
.status-reserved{color:#7b4b08;background:#fff0cf}
.status-upcoming{color:#31546e;background:#e3eff8}
.availability-bottom-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:1.2rem;margin-top:2.5rem}
@media (max-width:850px){
  .joey-listing{grid-template-columns:1fr}
  .joey-photo img{height:390px;min-height:0}
    .availability-bottom-grid{grid-template-columns:1fr}
}
@media (max-width:600px){
  .availability-toolbar{align-items:flex-start;flex-direction:column}
  .joey-info{padding:1.25rem}
  .joey-photo img{height:320px}
      .listing-heading h3{font-size:1.65rem}
  .listing-price{font-size:1.55rem}
  .joey-facts{grid-template-columns:1fr}
  }

/* ================================================================
   DREAMWEAVER EDITING HELPERS
   These classes replace inline styles so most visual changes can be
   made from Dreamweaver's CSS Designer panel in one place.
   ================================================================ */
.centered-lead {
  margin-inline: auto;
}

.footer-logo {
  width: 120px;
}

.contact-photo {
  border-radius: 18px;
  margin-top: 1rem;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.store-logo {
  width: 180px;
  margin: 0 auto 1.2rem;
}

.centered-actions {
  justify-content: center;
}

.page-notice {
  margin-top: 2rem;
}
