
:root{
  --pink:#ec1b72;
  --pink-dark:#b90e52;
  --ink:#121212;
  --charcoal:#252328;
  --soft:#ff88aa;
  --paper:#ffffff;
  --muted:#66616a;
  --line:#ece3e7;
  --shadow:0 18px 45px rgba(18,18,18,.14);
  --radius:22px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff,#fde1ed 45%,#fff);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px 12px;z-index:99}.skip-link:focus{top:0}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}.brand img{width:58px;height:58px;object-fit:contain}.brand span{display:block}.brand small{display:block;color:var(--pink);font-size:.68rem;letter-spacing:.18em;margin-top:-2px}
.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800}.nav{display:flex;align-items:center;gap:6px}.nav a{padding:10px 12px;border-radius:999px;font-weight:750;color:#312d32}.nav a:hover,.nav a[aria-current="page"]{background:var(--soft);color:var(--pink-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:850;border:2px solid transparent;transition:.18s ease;cursor:pointer}.btn-primary{background:var(--pink);color:#fff;box-shadow:0 10px 24px rgba(236,27,114,.28)}.btn-primary:hover{background:var(--pink-dark);transform:translateY(-1px)}.btn-secondary{background:#fff;border-color:#1b1b1b;color:#111}.btn-secondary:hover{background:#111;color:#fff}.btn-light{background:#fff;color:#111}.eyebrow{color:var(--pink);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;margin:0 0 10px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 16px}h1{font-size:clamp(2.6rem,7vw,5.8rem);letter-spacing:-.05em}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.035em}h3{font-size:1.55rem}.lead{font-size:1.2rem;color:#373238;max-width:760px}.section{padding:82px 0}.section-tight{padding:48px 0}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}.hero .container{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center;min-height:690px;padding:70px 0}.hero p{color:#f6eaf0}.hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:36px;padding:30px;box-shadow:var(--shadow)}.hero-logo{width:min(440px,100%);margin:auto;filter:drop-shadow(0 22px 40px rgba(0,0,0,.35))}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.trust-bar{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.trust-item{background:#fff;padding:22px;text-align:center;font-weight:800}.trust-item span{display:block;color:var(--pink);font-family:Georgia,serif;font-size:1.7rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(18,18,18,.06);overflow:hidden}.card-body{padding:28px}.card-accent{border-top:7px solid var(--pink)}.feature-list{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}.feature-list li{display:flex;gap:12px}.feature-list li::before{content:"✦";color:var(--pink);font-weight:900}.photo-frame{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff;background:#eee}.band{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}.band p{color:#e9dee4}.quote{font-family:Georgia,serif;font-size:1.7rem;line-height:1.3;border-left:6px solid var(--pink);padding-left:22px}.page-hero{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff;padding:92px 0}.page-hero p{color:#f4e4eb}.crumbs{font-weight:800;color:#ffd4e7;font-size:.88rem;margin-bottom:18px}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;color:#413b42}.pink-panel{background:linear-gradient(135deg,var(--pink),#f75e9f);color:#fff;border-radius:32px;padding:38px;box-shadow:var(--shadow)}.pink-panel p{color:#fff}.dog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.dog-card button,.dog-card a.profile-link{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer}.dog-img{aspect-ratio:1.05/1;object-fit:cover;width:100%;background:#ddd}.dog-meta{padding:24px}.tag{display:inline-block;background:var(--soft);color:var(--pink-dark);font-weight:900;border-radius:999px;padding:5px 9px;font-size:.75rem;margin:0 4px 7px 0}.modal{border:0;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.35);max-width:840px;width:min(92vw,840px);padding:0}.modal::backdrop{background:rgba(0,0,0,.62)}.modal-inner{padding:34px}.modal-close{float:right;border:0;background:#111;color:#fff;border-radius:999px;padding:8px 12px;cursor:pointer}.profile-table{width:100%;border-collapse:collapse;margin-top:18px}.profile-table th,.profile-table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.profile-table th{width:210px;color:var(--muted)}.article-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.article a{font-weight:900;color:var(--pink-dark);text-decoration:underline;text-underline-offset:4px}.notice{background:#fff8df;border:1px solid #f1d37a;border-radius:18px;padding:18px}.form{display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-weight:850}input,select,textarea{width:100%;margin-top:6px;border:1px solid #d9cfd4;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}textarea{min-height:150px;resize:vertical}.footer{background:#101010;color:#fff;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px}.footer a{color:#ffd9e8}.footer-logo{width:96px}.copyright{border-top:1px solid rgba(255,255,255,.16);margin-top:34px;padding-top:18px;color:#d6cbd0;font-size:.9rem}.small{font-size:.94rem;color:var(--muted)}
@media (max-width:900px){.nav-toggle{display:inline-flex}.nav{display:none;position:absolute;top:84px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{border-radius:14px}.hero .container,.grid-2{grid-template-columns:1fr}.hero .container{min-height:unset}.trust-grid,.grid-3,.grid-4,.dog-grid,.article-list,.footer-grid{grid-template-columns:1fr 1fr}.hero-card{order:-1}.form-row{grid-template-columns:1fr}}
@media (max-width:620px){.container{width:min(100% - 28px,1160px)}.brand span{font-size:.78rem}.brand img{width:48px;height:48px}.hero-actions{flex-direction:column}.trust-grid,.grid-3,.grid-4,.dog-grid,.article-list,.footer-grid{grid-template-columns:1fr}.section{padding:58px 0}.page-hero{padding:64px 0}.card-body,.dog-meta{padding:22px}.pink-panel{padding:26px}}

/* Added for Magnolia Heritage dog and breeder photos */
.dog-img{object-fit:cover;object-position:center;}
.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center;}

.gallery-grid .card{background:#fff;color:var(--ink)}.gallery-grid .dog-img{aspect-ratio:4/3;object-fit:cover}.band .gallery-grid .card p{color:var(--muted)}

/* Breed information resource library readability */
.resource-library{display:grid;gap:34px;margin-top:26px}.resource-group>h3{color:#fff;margin-bottom:16px}.article p{color:#2f2a30}.article h3{color:#171417}.article-list{margin-bottom:6px}.article a{display:inline-block;margin-top:6px}

a.pill{text-decoration:none;display:inline-block}
.dog-card{scroll-margin-top:110px}

.equal-card-grid{align-items:stretch}
.equal-card-grid .card{height:100%}
.sire-link-row{align-items:center}
.sire-pill{border-radius:999px;padding:9px 14px;font-size:.9rem;text-decoration:none}

.home-feature-cards .card{color:var(--ink)}
.home-feature-cards .card-body{height:100%;display:flex;flex-direction:column}
.home-feature-cards .card h3{color:var(--ink)}
.home-feature-cards .card p{color:#2b252c}
.home-feature-cards .btn{align-self:center;margin-top:auto;min-width:170px;text-align:center}

.pedigree-link{color:var(--pink);font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
.pedigree-link:hover{color:var(--pink-dark)}
.profile-table a.pedigree-link{word-break:break-word}

.gallery-card button{height:100%}
.gallery-dog-grid .card{height:100%}
.gallery-album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.gallery-album-photo{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.gallery-album-photo img{width:100%;height:auto;max-height:520px;object-fit:contain;display:block;background:#fff}
.gallery-album-photo figcaption{padding:10px 12px;font-weight:800;color:var(--ink);font-size:.92rem}
.gallery-modal .modal-inner{max-width:980px}

.gallery-album-photo{display:flex;flex-direction:column;justify-content:space-between}
.gallery-album-photo figcaption{min-height:44px}

.home-feature-cards{counter-reset:none}
.home-feature-cards .card::before,
.home-feature-cards .card-body::before,
.home-feature-cards h3::before{content:none!important;display:none!important}

.shared-values-cards .card h3{color:var(--ink)}
.shared-values-cards .card p{color:#2b252c}

.article .article-button{display:inline-flex;margin-top:12px;text-decoration:none;align-self:flex-start}
.article-list .article{display:flex;flex-direction:column}
.article-list .article p{flex:1}

.article .article-button,
.article .article-button:visited{color:#fff}
.article .article-button:hover{color:#fff}

.contact-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}
.contact-hero-logo{width:210px;max-width:32%;border-radius:50%;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.18)}
@media (max-width:760px){.contact-hero-inner{flex-direction:column;text-align:center}.contact-hero-logo{max-width:220px;width:60%}}

.home-logo-card{display:flex;align-items:center;justify-content:center;background:transparent;border:0;box-shadow:none;padding:18px}
.home-hero-logo{width:min(440px,100%);max-width:100%;border-radius:50%;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.18)}

.noble-logo-frame{display:flex;align-items:center;justify-content:center;background:transparent;border:0;box-shadow:none;padding:18px;overflow:visible}
.noble-logo-frame .home-hero-logo{width:min(440px,100%);max-width:100%}

.brand img{background:#fff;border-radius:50%;box-shadow:0 8px 18px rgba(0,0,0,.16)}
.footer-logo{background:#fff;border-radius:50%;box-shadow:0 12px 26px rgba(0,0,0,.18);padding:0}

.modal .pedigree-link,
.modal .pedigree-link:visited{
display:inline-flex;
align-items:center;
justify-content:center;
padding:.55rem 1rem;
margin:.18rem .35rem .18rem 0;
border-radius:999px;
background:var(--pink);
color:#fff !important;
font-weight:800;
text-decoration:none;
line-height:1.3;
box-shadow:0 8px 16px rgba(177,63,113,.18)
}
.modal .pedigree-link:hover,
.modal .pedigree-link:focus{
background:var(--pink-dark);
color:#fff !important;
text-decoration:none
}


/* Mobile optimization pass: desktop styles remain unchanged above 900px */
@media (max-width:900px){
  body{overflow-x:hidden}
  .site-header{position:sticky;top:0;z-index:50}
  .header-inner{min-height:74px}
  .brand{min-width:0}
  .brand img{width:56px;height:56px;flex:0 0 auto}
  .brand span{line-height:1.05}
  .nav{top:78px;max-height:calc(100vh - 96px);overflow:auto}
  .nav a{padding:12px 14px}

  .hero .container{gap:24px;padding:48px 0}
  .hero-card{max-width:440px;margin:0 auto}
  .page-hero.contact-hero{padding:64px 0}
  .contact-hero-inner{gap:22px}
  .contact-hero-logo{width:190px;max-width:36%}

  .grid-2.equal-card-grid{align-items:stretch}
  .dog-grid,.gallery-dog-grid{gap:18px}
  .dog-card button,.gallery-card button{min-height:100%}
  .dog-meta{display:block}
  .btn,.sire-pill,.article .article-button{min-height:44px}

  .modal{width:min(94vw,840px);max-height:88vh;overflow:auto}
  .modal-inner{padding:28px}
  .modal-close{position:sticky;top:0;z-index:2;float:none;margin-left:auto;display:flex;width:max-content}

  .gallery-album-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-modal .modal-inner{max-width:100%}
  .gallery-album-photo img{max-height:420px}
}

@media (max-width:620px){
  .container{width:min(100% - 28px,1160px)}
  .header-inner{gap:10px}
  .brand img{width:46px;height:46px}
  .brand span{font-size:.76rem;max-width:150px}
  .brand small{font-size:.66rem}
  .nav-toggle{padding:10px 12px;min-height:44px}

  h1{font-size:clamp(2.2rem,12vw,3.7rem)}
  h2{font-size:clamp(1.75rem,8vw,2.45rem)}
  .lead{font-size:1.03rem}
  .hero .container{padding:34px 0}
  .hero-actions{gap:12px}
  .hero-actions .btn,.card .btn,.pink-panel .btn,.article .article-button{width:100%;text-align:center}
  .home-logo-card{padding:8px}
  .home-hero-logo{width:min(300px,86vw)}
  .contact-hero-logo{width:175px;max-width:62%}
  .page-hero.contact-hero{padding:52px 0}
  .page-hero .lead{max-width:100%}

  .trust-item{padding:18px 14px}
  .section,.section-tight{padding-left:0;padding-right:0}
  .grid-2,.grid-3,.grid-4,.dog-grid,.gallery-dog-grid,.article-list,.footer-grid{grid-template-columns:1fr}
  .card-body,.dog-meta{padding:20px}
  .pink-panel{padding:24px}
  .photo-frame{border-width:7px;border-radius:24px}
  .noble-logo-frame{padding:8px}
  .noble-logo-frame .home-hero-logo{width:min(300px,86vw)}

  .modal{width:94vw;border-radius:20px}
  .modal-inner{padding:20px}
  .profile-table,.profile-table tbody,.profile-table tr,.profile-table th,.profile-table td{display:block;width:100%}
  .profile-table tr{border-bottom:1px solid var(--line);padding:10px 0}
  .profile-table th,.profile-table td{border-bottom:0;padding:5px 0}
  .profile-table th{width:100%;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
  .modal .pedigree-link,.modal .pedigree-link:visited{width:100%;margin:.22rem 0;text-align:center;white-space:normal}

  .gallery-album-grid{grid-template-columns:1fr;gap:14px}
  .gallery-album-photo img{max-height:76vh}
  .gallery-album-photo figcaption{min-height:auto}

  .form-row{grid-template-columns:1fr}
  input,select,textarea{font-size:16px}
  .footer{padding:40px 0 24px}
  .footer-logo{width:82px}
}

@media (max-width:420px){
  .brand span{max-width:118px;font-size:.68rem}
  .brand small{font-size:.6rem}
  .nav-toggle{font-size:.9rem}
  .contact-hero-logo{width:150px}
  .btn{padding:12px 16px}
  .card-body,.dog-meta,.modal-inner{padding:18px}
}


.hamburger-toggle{width:46px;height:46px;padding:0;align-items:center;justify-content:center}
.hamburger-lines{display:flex;flex-direction:column;gap:5px;width:22px}
.hamburger-lines span{display:block;height:2.5px;width:100%;background:currentColor;border-radius:999px;transition:transform .18s ease,opacity .18s ease}
.nav-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}







/* Future content pages */
.page-hero.contact-hero + .section .card .btn{margin-top:12px}


/* Header refinement for expanded navigation */
.header-inner{position:relative}
.brand{flex:0 0 auto;position:relative;z-index:2}
.nav{flex:1;max-width:calc(100% - 280px);justify-content:flex-end;flex-wrap:wrap;gap:6px 5px}
.nav a{padding:8px 9px;font-size:.86rem;line-height:1.05;white-space:nowrap}

@media (max-width:1180px){
  .nav-toggle{display:inline-flex}
  .nav{display:none;position:absolute;top:84px;left:20px;right:20px;max-width:none;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch;gap:4px;z-index:60}
  .nav.open{display:flex}
  .nav a{border-radius:14px;padding:12px 14px;font-size:.95rem;line-height:1.2}
}
@media (min-width:1181px){
  .header-inner{align-items:center}
}


/* Home page section alternation refinement */
.home-philosophy-section{background:#fde1ed}
.home-philosophy-section .lead,
.home-philosophy-section p,
.home-philosophy-section li{color:#2b252c}
.home-buyer-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.home-buyer-section p{color:#f2e8ee}
.home-buyer-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:38px;box-shadow:var(--shadow)}
.home-buyer-card p{color:#fff}
.home-quote-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:38px}
.home-quote-card .quote{color:#fff;border-left-color:var(--pink)}
.home-quote-card .small{color:#efe2e8}
.home-meet-breeder-section{background:#fde1ed}
.home-meet-breeder-section .card{background:#fff}


/* Home pink section backgrounds intentionally match About > Who we are page tint: #fde1ed. */


/* Home Start with Education card refinement */
.home-buyer-card{background:var(--pink);color:var(--ink)}
.home-buyer-card h2,
.home-buyer-card p,
.home-buyer-card .eyebrow{color:var(--ink)}
.home-buyer-card .btn-light{background:#111;color:#fff;border-color:#111}
.home-buyer-card .btn-light:hover{background:#fff;color:#111;border-color:#111}


/* Home Start with Education text returned to white */
.home-buyer-card h2,
.home-buyer-card p,
.home-buyer-card .eyebrow{color:#fff}


/* About page Our Commitments section */
.about-commitments-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.about-commitments-section h2{color:#fff}
.about-commitments-section .eyebrow{color:#ffd4e7}
.about-commitments-section .card{background:#fff;color:var(--ink)}
.about-commitments-section .card p{color:#2b252c}


/* Home serious puppy buyer section heading */
.home-buyer-section-heading{color:var(--pink);margin-bottom:24px}


/* Home Our Philosophy eyebrow color matches About > Who we are */
.home-philosophy-section .eyebrow{color:var(--pink)}


/* Meet Our Dogs separated dog section */
.meet-dog-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.meet-dog-section h2{color:#fff}
.meet-dog-section .eyebrow{color:var(--pink)}
.meet-dog-section .card{background:#fff;color:var(--ink)}
.meet-dog-section .card p{color:#2b252c}


/* From Noble Beginnings partnership section backgrounds */
.noble-bryn-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.noble-bryn-section .card{background:#fff;color:var(--ink)}
.noble-bryn-section .card p{color:#2b252c}
.noble-majestic-section{background:#fde1ed}
.noble-majestic-section .card{background:#fff}
.noble-majestic-section .card p{color:#2b252c}


/* Contact page Before You Send alignment */
.contact-before-section .grid-2{align-items:start}
.contact-before-section .card{align-self:start}


/* Home For Serious Puppy Buyers section mirrors the Ancient guardians hero gradient */


/* Black-background sections now mirror the Home hero subtle hot-pink gradient. */


/* Page hero banners now mirror the Home hero subtle hot-pink gradient. */


/* Light pink section tint adjusted from original #fff8fb to a 15% deeper brand-pink tint: #fde1ed. */


/* Light pink section tint reduced 5% from #fcd7e6 to #fde1ed. */


/* Home Our Philosophy background matched to From Noble Beginnings light-pink section: #fde1ed. */


/* Health Testing page */
.health-test-grid{align-items:stretch;margin-top:28px}
.health-test-card{height:100%;background:#fff;color:var(--ink)}
.health-test-card p{color:#2b252c}
.health-timing-section{background:#fde1ed}
.health-resource-library{margin-top:24px}
.health-resource-library .resource-item{display:flex;flex-direction:column}
.health-resource-library .article-button{align-self:flex-start;margin-top:auto;text-decoration:none;color:#fff}


/* Puppy Process page */
.puppy-process-pink{background:#fde1ed}
.puppy-process-grid{align-items:stretch;margin-top:28px}
.puppy-process-grid .card{height:100%}
.puppy-dark-card{background:#fff;color:var(--ink)}
.puppy-dark-card p{color:#2b252c}
.puppy-dark-card .eyebrow{color:var(--pink)}


/* Puppy Process refinements */
.puppy-wait-section .grid-2{align-items:stretch}
.puppy-wait-section .card{height:100%}
.puppy-pickup-section .grid-2,
.puppy-support-section .grid-2,
.puppy-testimonials-section .grid-2{align-items:stretch}
.puppy-pickup-section .card,
.puppy-support-section .card,
.puppy-testimonials-section .card{height:100%}
.puppy-testimonials-section h2,
.puppy-testimonials-section p{color:#fff}
.puppy-testimonials-section .puppy-dark-card h2,
.puppy-testimonials-section .puppy-dark-card h3,
.puppy-testimonials-section .puppy-dark-card p{color:var(--ink)}
.puppy-testimonials-section .puppy-dark-card .eyebrow{color:var(--pink)}


/* Puppy Application page */
.puppy-application-card{overflow:visible}
.puppy-application-form fieldset{border:1px solid var(--line);border-radius:22px;padding:22px;margin:0 0 22px;background:#fff}
.puppy-application-form legend{font-family:Georgia,"Times New Roman",serif;font-weight:900;font-size:1.35rem;padding:0 8px;color:var(--ink)}
.puppy-application-form fieldset label{display:block;margin-top:14px}
.puppy-application-form button{justify-self:start}


/* Mobile hamburger menu color */
.nav-toggle.hamburger-toggle{color:#111}
.nav-toggle.hamburger-toggle:hover,
.nav-toggle.hamburger-toggle:focus{color:#111}


/* About page alternating section rhythm */
.about-who-section{background:#fde1ed}
.about-who-section p,
.about-who-section li{color:#2b252c}
.about-name-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.about-name-section h2{color:#fff}
.about-name-section .eyebrow{color:var(--pink)}
.about-name-section .lead{color:#fff;max-width:1050px}
.about-commitments-section{background:#fde1ed;color:var(--ink)}
.about-commitments-section h2{color:var(--ink)}
.about-commitments-section .eyebrow{color:var(--pink)}
.about-commitments-section .card{background:#fff;color:var(--ink)}
.about-commitments-section .card p{color:#2b252c}


/* Meet the Breeder page */
.breeder-welcome-section,
.breeder-purpose-section,
.breeder-background-section{background:#fde1ed}
.breeder-welcome-section p,
.breeder-purpose-section p,
.breeder-background-section p{color:#2b252c}
.breeder-band-card{background:#fff;color:var(--ink);height:100%}
.breeder-band-card p{color:#2b252c}
.breeder-band-card .pill{background:#fff0f6}
.breeder-life-section .grid-2,
.breeder-signoff-section .grid-2{align-items:stretch}
.breeder-puppies-section .equal-card-grid{margin-top:28px}
.breeder-puppies-section .lead{color:#fff;max-width:980px}
.breeder-signoff-section .quote{color:#fff;border-left-color:var(--pink);margin-top:26px}


/* Breed Information breed standard section */
.breed-standard-section{background:#fde1ed}
.breed-standard-section p{color:#2b252c}
.breed-standard-grid{align-items:stretch;margin-top:28px}
.breed-standard-grid .card{height:100%}
.breed-standard-button{margin-top:28px}


/* Breed Information page alternating section rhythm */
.breed-reality-section{background:#fde1ed}
.breed-reality-section p,
.breed-reality-section li{color:#2b252c}
.breed-standard-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.breed-standard-section h2,
.breed-standard-section h3{color:#fff}
.breed-standard-section .lead,
.breed-standard-section p{color:#f2e8ee}
.breed-standard-section .card{background:#fff;color:var(--ink)}
.breed-standard-section .card h3{color:var(--ink)}
.breed-standard-section .card p{color:#2b252c}
.breed-questions-section{background:#fde1ed}
.breed-questions-section p,
.breed-questions-section li{color:#2b252c}


/* Meet the Breeder button links */
.breeder-button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}


/* Meet the Breeder dog photo card */
.breeder-dog-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}
.breeder-dog-photo-item{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.breeder-dog-photo-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;border:1px solid var(--line);box-shadow:0 10px 22px rgba(0,0,0,.12)}
.breeder-dog-photo-item .btn{width:100%;justify-content:center;text-align:center}
@media (max-width:720px){
  .breeder-dog-photo-grid{grid-template-columns:1fr}
}


/* Meet the Breeder warm letter layout */
.breeder-letter-section{background:#fde1ed}
.breeder-letter-grid{align-items:start}
.breeder-letter-copy{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.breeder-letter-copy p{color:#2b252c}
.breeder-letter-copy p + p{margin-top:18px}
.breeder-letter-copy .lead{color:#2b252c}
.breeder-letter-copy strong{color:var(--ink)}
.breeder-letter-signoff{margin-top:26px;color:var(--ink);border-left-color:var(--pink)}
.breeder-letter-aside{display:grid;gap:22px}
.breeder-letter-note p{color:#2b252c}
.breeder-dogs-section .lead{color:#fff;max-width:980px}
.breeder-dogs-wide-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}
.breeder-dogs-wide-grid .breeder-dog-photo-item{background:#fff;border:1px solid rgba(255,255,255,.35);border-radius:22px;padding:12px;box-shadow:0 14px 30px rgba(0,0,0,.22)}
@media (max-width:980px){
  .breeder-dogs-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .breeder-letter-copy{padding:24px}
  .breeder-dogs-wide-grid{grid-template-columns:1fr}
}


/* Breed Information page final alternating section rhythm */
.breed-reality-section{background:#fde1ed}
.breed-reality-section p,
.breed-reality-section li{color:#2b252c}

.breed-standard-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.breed-standard-section h2,
.breed-standard-section h3{color:#fff}
.breed-standard-section .lead,
.breed-standard-section p{color:#f2e8ee}
.breed-standard-section .card{background:#fff;color:var(--ink)}
.breed-standard-section .card h3{color:var(--ink)}
.breed-standard-section .card p{color:#2b252c}

.breed-noble-section{background:#fde1ed;color:var(--ink)}
.breed-noble-section h2,
.breed-noble-section h3{color:var(--ink)}
.breed-noble-section p{color:#2b252c}
.breed-noble-section .article-card,
.breed-noble-section .card{background:#fff;color:var(--ink)}
.breed-noble-section .article-card p,
.breed-noble-section .card p{color:#2b252c}

.breed-questions-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.breed-questions-section h2,
.breed-questions-section h3{color:#fff}
.breed-questions-section p{color:#f2e8ee}
.breed-questions-section .card{background:#fff;color:var(--ink)}
.breed-questions-section .card h3{color:var(--ink)}
.breed-questions-section .card p{color:#2b252c}


/* Breed Information reordered section rhythm */
.breed-questions-section{background:#fde1ed;color:var(--ink)}
.breed-questions-section h2,
.breed-questions-section h3{color:var(--ink)}
.breed-questions-section p{color:#2b252c}
.breed-questions-section .card{background:#fff;color:var(--ink)}
.breed-questions-section .card h3{color:var(--ink)}
.breed-questions-section .card p{color:#2b252c}

.breed-noble-section{background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);color:#fff}
.breed-noble-section h2,
.breed-noble-section h3{color:#fff}
.breed-noble-section p{color:#f2e8ee}
.breed-noble-section .article-card,
.breed-noble-section .card{background:#fff;color:var(--ink)}
.breed-noble-section .article-card h3,
.breed-noble-section .card h3{color:var(--ink)}
.breed-noble-section .article-card p,
.breed-noble-section .card p{color:#2b252c}


/* Debbie Mayer resource cards readability fix */
.breed-noble-section .resource-item,
.breed-noble-section .article-card,
.breed-noble-section .card{color:#111}
.breed-noble-section .resource-item h3,
.breed-noble-section .resource-item p,
.breed-noble-section .article-card h3,
.breed-noble-section .article-card p,
.breed-noble-section .card h3,
.breed-noble-section .card p{color:#111}


/* Debbie Mayer article box text color final override */
.breed-noble-section .resource-grid .resource-item,
.breed-noble-section .resource-grid .resource-item *,
.breed-noble-section .article-grid .article-card,
.breed-noble-section .article-grid .article-card *,
.breed-noble-section a.article-card,
.breed-noble-section a.article-card *,
.breed-noble-section .resource-card,
.breed-noble-section .resource-card *{
  color:#111 !important;
}
.breed-noble-section .resource-grid .resource-item .btn,
.breed-noble-section .resource-grid .resource-item .btn *,
.breed-noble-section .article-grid .article-card .btn,
.breed-noble-section .article-grid .article-card .btn *,
.breed-noble-section a.article-card .btn,
.breed-noble-section a.article-card .btn *{
  color:#fff !important;
}
.breed-noble-section .resource-grid .resource-item a:not(.btn),
.breed-noble-section .article-grid .article-card a:not(.btn){
  color:#111 !important;
}


/* Debbie Mayer resources restored to v132-style readability */
.breed-noble-section{
  background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);
  color:#fff;
}
.breed-noble-section h2,
.breed-noble-section > .container > .eyebrow,
.breed-noble-section > .container > .lead{color:#fff}
.breed-noble-section .resource-group h3{color:#fff}
.breed-noble-section .article{
  background:#fff;
  color:var(--ink);
}
.breed-noble-section .article h3,
.breed-noble-section .article p{
  color:var(--ink) !important;
}
.breed-noble-section .article .btn,
.breed-noble-section .article .btn *{
  color:#fff !important;
}


/* Puppy Application alternating section rhythm */
.puppy-application-form-section{
  background:radial-gradient(circle at 90% 10%,rgba(236,27,114,.2),transparent 36%),linear-gradient(135deg,#141414,#28232a 55%,#0e0e0f);
  color:#fff;
}
.puppy-application-form-section h2,
.puppy-application-form-section .eyebrow{color:#fff}
.puppy-application-form-section .puppy-application-card{background:#fff;color:var(--ink)}
.puppy-application-form-section .puppy-application-card h2,
.puppy-application-form-section .puppy-application-card h3,
.puppy-application-form-section .puppy-application-card legend,
.puppy-application-form-section .puppy-application-card label,
.puppy-application-form-section .puppy-application-card p{color:var(--ink)}
.puppy-application-form-section .puppy-application-card .eyebrow{color:var(--pink)}
.puppy-application-blog-section{background:#fde1ed;color:var(--ink)}
.puppy-application-blog-section h2,
.puppy-application-blog-section p{color:var(--ink)}
.puppy-application-blog-section .puppy-dark-card{background:#fff;color:var(--ink)}


/* Blog page first post */
.blog-feature-section{background:#fde1ed}
.blog-post-card{max-width:980px;margin:0 auto}
.blog-post-card p{color:#2b252c}
.blog-post-card .small{color:#6b5b63}


/* Blog expandable posts */
.blog-post-full{margin-top:18px;border-top:1px solid rgba(255,255,255,.22);padding-top:16px}
.card .blog-post-full p{color:#2b252c}
.blog-read-toggle{margin-top:10px}


/* Michelle's Blog card text readability */
.blog-feature-section .card,
.blog-feature-section .card *,
.blog-post-card,
.blog-post-card *,
.blog-feature-section .blog-post-full,
.blog-feature-section .blog-post-full *,
.blog .card,
.blog .card *{
  color:#111;
}
.blog-feature-section .btn,
.blog-feature-section .btn *,
.blog-feature-section .button,
.blog-feature-section .button *,
.blog .btn,
.blog .btn *,
.blog .button,
.blog .button *{
  color:#fff;
}

/* Blog page lower card section text */
body:has(.blog-feature-section) .band .card,
body:has(.blog-feature-section) .band .card h3,
body:has(.blog-feature-section) .band .card p,
body:has(.blog-feature-section) .band .card .tag,
body:has(.blog-feature-section) .band .blog-post-full,
body:has(.blog-feature-section) .band .blog-post-full p{
  color:#111 !important;
}
body:has(.blog-feature-section) .band .button,
body:has(.blog-feature-section) .band .button *{
  color:#fff !important;
}
