

.poof-puppies {display:none!important; }
/* =========================================================
   4C KENNELS — SITE-WIDE COMPONENT CSS
   Requires the existing atomic stylesheet. Do not duplicate
   atomic sizing, spacing, alignment, display, or width rules here.
   ========================================================= */

/* =========================================================
   1. COLOR SYSTEM
   Text class + matching -bg background class
   ========================================================= */
.color-Gold { color: #b58a45 !important; }
.color-Gold-bg { background-color: #b58a45 !important; }

.color-GoldLight { color: #c49a55 !important; }
.color-GoldLight-bg { background-color: #c49a55 !important; }

.color-Cream { color: #f3f3db !important; }
.color-Cream-bg { background-color: #f3f3db !important; }

.color-CreamSoft { color: #e8dfcf !important; }
.color-CreamSoft-bg { background-color: #e8dfcf !important; }

.color-CreamDark { color: #d8cab3 !important; }
.color-CreamDark-bg { background-color: #d8cab3 !important; }

.color-Muted { color: #b6b8b4 !important; }
.color-Muted-bg { background-color: #b6b8b4 !important; }

.color-GreenLight { color: #606255 !important; }
.color-GreenLight-bg { background-color: #606255 !important; }

.color-GreenDark { color: #323325 !important; }
.color-GreenDark-bg { background-color: #323325 !important; }

.color-Panel { color: #1a1b1f !important; }
.color-Panel-bg { background-color: #1a1b1f !important; }

.color-PanelDeep { color: #151918 !important; }
.color-PanelDeep-bg { background-color: #151918 !important; }

.color-Brown { color: #6a482f !important; }
.color-Brown-bg { background-color: #6a482f !important; }


.color-Grey { color: #1a1b1f !important; }
.color-Grey-bg { background-color: #1a1b1f !important; }

.color-White { color: #ffffff !important; }
.color-White-bg { background-color: #ffffff !important; }

/* Existing color aliases retained during HTML migration. */
.greenLT { background-color: #606255; }
.greenDk { background-color: #323325; }
.greyBlock { background-color: #1a1b1f; }

/* =========================================================
   2. PAGE SURFACES AND WIDTHS
   ========================================================= */
body.text-light { background-color: #323325 !important; }

.bg-secondary {
  background-color: #1a1b1f !important;
  color: #f3f3db !important;
  border-top: 2px solid #606255 !important;
}

.StdMaxWidth,
.container-fluid {
  max-width: 1200px;
  margin-right: auto !important;
  margin-left: auto !important;
}

main .clearfix.text-formatted,
.block-content-main {
  max-width: 1200px;
  margin-right: auto !important;
  margin-bottom: 20px;
  margin-left: auto !important;
  padding: 30px 3% 40px;
  color: #f3f3db !important;
  background-color: #1a1b1f !important;
  border: 2px solid #606255 !important;
  border-radius: 7px;
}

.CleanFirstElement .clearfix.text-formatted {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.region-footer .clearfix.text-formatted {
  max-width: 1200px;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0;
}



.layout-builder,
.layout-builder-block { background-color: transparent !important; }

/* =========================================================
   4C KENNELS SITE FOOTER
   Uses existing:
   .text-Gold
   .text-Muted
   .allcaps
   .text-14
   .text-12
   .round3
   .cleanlink
   .CTA-gold-outline
   .hr-Golden
   ========================================================= */

.site-footer-4ck {
  position: relative;
  width: 100%;
  color: #f3f3db;

  /*
   * Style-guide gray at the top,
   * fading into the olive green at the bottom.
   */
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(181, 138, 69, 0.08),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #333237 0%,
      #292a27 38%,
      #303224 68%,
      #45452a 100%
    );

  border-top: 1px solid #606255;
  box-shadow:
    inset 0 1px 0 rgba(181, 138, 69, 0.12),
    0 -8px 25px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}


/* =========================================================
   BRAND
   ========================================================= */

.site-footer-brand {
  padding-right: clamp(20px, 4vw, 65px);
}

.site-footer-logo-link {
  display: inline-block;
  border: 0 !important;
}

.site-footer-logo {
  display: block;
  width: min(100%, 260px);
  height: auto;
  margin-bottom: 22px;
}

.site-footer-tagline {
  max-width: 390px;
  margin: 0 0 24px;
}


/* =========================================================
   NAVIGATION GROUPS
   ========================================================= */

.site-footer-heading {
  margin: 0 0 18px;
}

.site-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-nav li {
  margin: 0 0 12px;
}

.site-footer-nav li:last-child {
  margin-bottom: 0;
}

.site-footer-nav a,
.site-footer-contact a:not(.CTA-gold-outline) {
  color: #f3f3db !important;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 180ms ease,
    padding-left 180ms ease,
    text-shadow 180ms ease;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible,
.site-footer-contact a:not(.CTA-gold-outline):hover,
.site-footer-contact a:not(.CTA-gold-outline):focus-visible {
  color: #c49a55 !important;
  text-shadow: 0 0 10px rgba(181, 138, 69, 0.3);
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  padding-left: 4px;
}


/* =========================================================
   NEWS PREVIEW — MINIMAL COMPONENT CSS
   ========================================================= */
.field--name-field-top-image,
.field--name-field-top-image .field__item {
  width: 100%;
}

.field--name-field-top-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.path-info .view-content {
  display: grid;
  gap: 20px;
}

.news-preview {
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #1a1b1f 0%,
      #141615 60%,
      #20231a 100%
    );
  border-color: rgba(181, 138, 69, 0.55);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.news-preview:hover {
  border-color: #b58a45;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.3),
    0 0 16px rgba(181, 138, 69, 0.08);
  transform: translateY(-2px);
}


/* Featured image */

.news-preview-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 275px;
  overflow: hidden;
  background-color: #141414;
}

.news-preview-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 275px;
  object-fit: cover;
  object-position: center;
  transition: transform 400ms ease;
}

.news-preview:hover .news-preview-media img {
  transform: scale(1.025);
}
.news-preview-meta a,
.news-preview-meta a:visited {
  color: inherit !important;
  text-decoration: none;
}

.news-preview-meta a:hover,
.news-preview-meta a:focus-visible {
  color: #c49a55 !important;
  text-decoration: none;
}

/* Content */

.news-preview-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-preview-meta {
  margin-bottom: 10px;
  letter-spacing: 0.16em;
}

.news-preview-title {
  margin: 0 0 14px;
  line-height: 1.15;
}

.news-preview-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.news-preview-summary {
  flex: 1;
  margin-bottom: 22px;
}

.news-preview-summary p:last-child {
  margin-bottom: 0;
}

.news-preview-action {
  margin-top: auto;
}


/* Mobile: image moves above content */

@media (max-width: 767.98px) {
  .news-preview-media,
  .news-preview-media img {
    min-height: 220px;
    max-height: 280px;
  }

  .news-preview-title {
    font-size: 22px !important;
  }

  .news-preview-action .CTA-gold-outline {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-preview,
  .news-preview-media img {
    transition: none;
  }

  .news-preview:hover {
    transform: none;
  }

  .news-preview:hover .news-preview-media img {
    transform: none;
  }
}


/* =========================================================
   4C NEWS — FULL ARTICLE
   ========================================================= */

.node--type-blog-news.node--view-mode-full {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
}

/* ARTICLE META */

.node--type-blog-news.node--view-mode-full .node__meta {
  margin: 0 0 14px;
  padding: 0;
}

.node--type-blog-news.node--view-mode-full .profile {
  display: none;
}

.node--type-blog-news.node--view-mode-full .node__submitted {
  color: #b58a45;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.node--type-blog-news.node--view-mode-full .node__submitted a,
.node--type-blog-news.node--view-mode-full .node__submitted a:visited {
  color: inherit !important;
  text-decoration: none;
}

.node--type-blog-news.node--view-mode-full .node__submitted a:hover {
  color: #c49a55 !important;
  text-decoration: underline;
}

/* HERO IMAGE */

.node--type-blog-news.node--view-mode-full .field--name-field-top-image,
.node--type-blog-news.node--view-mode-full .field--name-field-top-image a,
.node--type-blog-news.node--view-mode-full .field--name-field-top-image img {
  display: block;
  width: 100%;
  max-width: none;
}

.node--type-blog-news.node--view-mode-full .field--name-field-top-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #606255;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.node--type-blog-news.node--view-mode-full .field--name-field-top-image img {
  aspect-ratio: 2500 / 1111;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* ARTICLE BODY */

.node--type-blog-news.node--view-mode-full .field--name-field-body-top {
  margin: 0;
  padding: 32px;
  overflow: hidden;
  color: #f3f3db !important;
  background-color: #1a1b1f !important;
  border: 1px solid #606255 !important;
  border-radius: 0 0 7px 7px !important;
  font-size: 16px;
  line-height: 1.65;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top .field__item {
  width: 100%;
  max-width: none;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top p {
  margin: 0 0 18px;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top p:last-child {
  margin-bottom: 0;
}

/* ARTICLE HEADINGS */

.node--type-blog-news.node--view-mode-full .field--name-field-body-top h2,
.node--type-blog-news.node--view-mode-full .field--name-field-body-top h3 {
  margin: 30px 0 10px;
  color: #f3f3db;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top h2 {
  font-size: 32px;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top h3 {
  font-size: 27px;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top h2:first-child,
.node--type-blog-news.node--view-mode-full .field--name-field-body-top h3:first-child {
  margin-top: 0;
}

/* LISTS */

.node--type-blog-news.node--view-mode-full .field--name-field-body-top ul {
  margin: 12px 0 24px;
  padding-left: 24px;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top li {
  margin-bottom: 8px;
  padding-left: 5px;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top li::marker {
  color: #b58a45;
}

/* LINKS */

.node--type-blog-news.node--view-mode-full .field--name-field-body-top a,
.node--type-blog-news.node--view-mode-full .field--name-field-body-top a:visited {
  color: #b58a45 !important;
  font-weight: 600;
  text-decoration: none;
}

.node--type-blog-news.node--view-mode-full .field--name-field-body-top a:hover {
  color: #c49a55 !important;
  text-decoration: underline;
}

/* MOBILE */

@media (max-width: 767.98px) {
  .node--type-blog-news.node--view-mode-full {
    margin-bottom: 24px;
  }

  .node--type-blog-news.node--view-mode-full .field--name-field-body-top {
    padding: 20px;
    font-size: 15px;
  }

  .node--type-blog-news.node--view-mode-full .field--name-field-body-top h2 {
    font-size: 27px;
  }

  .node--type-blog-news.node--view-mode-full .field--name-field-body-top h3 {
    font-size: 24px;
  }

  .node--type-blog-news.node--view-mode-full .field--name-field-top-image img {
    min-height: 230px;
    object-fit: cover;
  }
}




/* =========================================================
   CONTACT
   ========================================================= */

.site-footer-contact-line {
  margin: 0 0 12px;
  color: #f3f3db;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.site-footer-contact-button {
  margin-top: 12px;
}


/* =========================================================
   SOCIAL SVG ICONS
   ========================================================= */

.site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.site-footer-social-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #e8dfcf !important;
  background-color: rgba(15, 16, 18, 0.55);
  border: 1px solid rgba(181, 138, 69, 0.55);
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.site-footer-social-link svg {
  display: block;
  width: 21px;
  height: 21px;
}

.site-footer-social-link:hover,
.site-footer-social-link:focus-visible {
  color: #171a18 !important;
  background-color: #b58a45;
  border-color: #c49a55;
  box-shadow:
    0 0 10px rgba(181, 138, 69, 0.4),
    0 6px 16px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.site-footer-divider {
  margin-top: 42px;
  margin-bottom: 20px;
  opacity: 0.65;
}

.site-footer-bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .site-footer-brand {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .site-footer-logo {
    width: min(100%, 230px);
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
  .site-footer-4ck {
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(181, 138, 69, 0.08),
        transparent 32%
      ),
      linear-gradient(
        180deg,
        #333237 0%,
        #303224 52%,
        #45452a 100%
      );
  }

  .site-footer-brand {
    text-align: center;
  }

  .site-footer-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer-tagline {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer-socials {
    justify-content: center;
  }

  .site-footer-bottom {
    display: block;
    text-align: center;
  }

  .site-footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
  .site-footer-group {
    text-align: center;
  }

  .site-footer-nav a:hover,
  .site-footer-nav a:focus-visible {
    padding-left: 0;
  }

  .site-footer-contact-button {
    width: 100%;
  }

  .site-footer-divider {
    margin-top: 32px;
  }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .site-footer-nav a,
  .site-footer-contact a,
  .site-footer-social-link {
    transition: none;
  }

  .site-footer-social-link:hover,
  .site-footer-social-link:focus-visible {
    transform: none;
  }
}

/* =========================================================
   3. BRAND TYPOGRAPHY — APPEARANCE ONLY
   Add atomic size/case classes in HTML.
   ========================================================= */

.PageTitleCentered {
    width: 100%;
    margin: 0 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.PageTitleCentered .hr-Golden {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

.text-Gold {
  color: #b58a45 !important;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.4;
}

.TitleCream {
  color: #e8dfcf !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.text-Cream {
  color: #f3f3db !important;
  line-height: 1.7;
}

.text-Muted {
  color: #b6b8b4 !important;
  line-height: 1.65;
}

.TitleCream a {
  color: inherit !important;
  text-decoration: none;
}

/* Temporary aliases; remove after HTML migration. */
.TitleGold,
.profile-card-eyebrow {
  color: #b58a45 !important;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.4;
}

.text-4cTitle,
.stud-name,
.profile-card-title,
.stud-main-title,
.stud-terms-title {
  color: #e8dfcf !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

/* =========================================================
   4. CTA COMPONENTS
   ========================================================= */
.CTA-brown-raised,
.btn-custom-cta {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff !important;
  background-color: #6d4223;
  border: 1px solid #91613b;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
  transition: all .3s ease;
}

.CTA-brown-raised:hover,
.CTA-brown-raised:focus,
.btn-custom-cta:hover,
.btn-custom-cta:focus {
  color: #ffffff !important;
  background-color: #543118;
  border-color: #a37248;
  text-decoration: none;
  transform: translateY(-2px);
}

.CTA-gold-outline,
.CTA-golden {
  display: inline-block;
  padding: .9rem 1.5rem;
  color: #c49a55 !important;
  background-color: transparent;
  border: 1px solid #a87d3e;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.CTA-gold-outline:hover,
.CTA-gold-outline:focus,
.CTA-golden:hover,
.CTA-golden:focus {
  color: #171a18 !important;
  background-color: #b58a45;
  border-color: #c9a663;
  text-decoration: none;
}

.CTA-stud-outline,
.btn-stud-secondary {
  display: inline-block;
  padding: 12px 24px;
  color: #cfc6ba !important;
  background-color: rgba(15, 15, 18, 0.7);
  border: 1px solid #524233;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}

.CTA-stud-outline:hover,
.CTA-stud-outline:focus,
.btn-stud-secondary:hover,
.btn-stud-secondary:focus {
  color: #ffffff !important;
  background-color: rgba(25, 25, 30, 0.9);
  border-color: #8c5d37;
  text-decoration: none;
}

.CTA-stud-solid,
.CTA-gold-solid,
.CTA-golden-fill,
.btn-stud-primary {
  display: inline-block;
  padding: 12px 24px;
  color: #ffffff !important;
  background-color: #8c5d37;
  border: 1px solid #a37248;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}

.CTA-stud-solid:hover,
.CTA-stud-solid:focus,
.CTA-gold-solid:hover,
.CTA-gold-solid:focus,
.CTA-golden-fill:hover,
.CTA-golden-fill:focus,
.btn-stud-primary:hover,
.btn-stud-primary:focus {
  color: #ffffff !important;
  background-color: #734a29;
  border-color: #b88358;
}

/* =========================================================
   5. LISTS, DIVIDERS, AND IMAGES
   ========================================================= */
.bullet-golden {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.bullet-golden li {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 1.75rem;
}

.bullet-golden li::before {
  content: "◇";
  position: absolute;
  top: -.05em;
  left: 0;
  color: #b58a45;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.centered-feature-list {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.centered-feature-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
  color: #f5f0e6;
}

.centered-feature-list li:last-child {
  margin-bottom: 0;
}

.centered-feature-list li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #b58a45;
  content: "";
  transform: rotate(45deg);
}

.hr-Golden,
.hr-Green,
.hr-Brown {
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0;
  opacity: 1;
}

.hr-Golden { border-top: 1px solid #b58a45; }
.hr-Green { border-top: 1px solid #606255; }
.hr-Brown { border-top: 1px solid #6a482f; }

.gold-framed-img {
  height: auto;
  padding: 3px;
  background-color: #151918;
  border: 2px solid #8f6c35;
}

.gold-framed-double {
  background-color: #303224;
  border: 3px double #8f6c35;
}

/* =========================================================
   6. PANELS, CARDS, AND DATA ROWS
   ========================================================= */
.BlockGreen,
.ContentCard,
.profile-detail-card,
.stud-service-card {
  position: relative;
  background-color: #0f1012;
  border: 1px solid rgba(82, 66, 51, .4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.BlockGreen,
.profile-detail-card,
.stud-service-card {
  display: flex;
  flex-direction: column;
}

.BlockGreenLtBorder {
  color: #f3f3db;
  background-color: #1a1b1f;
  border: 2px solid #606255;
}

.BG-Green-Rare {
  background-color: #45452a !important;
  border: 2px solid rgba(181, 138, 69, .55) !important;
}

.stud-services-panel {
  width: 100%;
  color: #f5f0e6;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(96, 98, 85, 0.28),
      transparent 48%
    ),
    linear-gradient(
      135deg,
      #3d402b 0%,
      #303523 48%,
      #20291f 100%
    );

  border: 1px solid #8f6c35;

  box-shadow:
    inset 0 0 0 1px rgba(181, 138, 69, 0.15),
    0 12px 30px rgba(0, 0, 0, 0.3);

  overflow: hidden;
  box-sizing: border-box;
}

.profile-details-section {
  width: 100%;
  padding: 25px 0;
}

.profile-details-section > .row { align-items: stretch; }
.profile-details-section [class*="col-"] { display: flex; }

.profile-detail-card { width: 100%; min-height: 100%; color: #c9cac6; }

.stud-service-row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(232, 223, 207, .12);
}

.stud-service-name { color: #e8dfcf; }
.stud-service-status { color: #d4b677; text-align: right; }

/* =========================================================
   7. STUD FEATURE
   ========================================================= */
.stud-feature-section {
  position: relative;
  width: 100%;
  min-height: 550px;
  padding: 60px 0;
  color: #ffffff;
  background-image: linear-gradient(to right, rgba(10,10,12,.92) 0%, rgba(10,10,12,.75) 45%, rgba(10,10,12,.2) 100%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.FORCEimageInhere {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.stud-feature-section .text-content { z-index: 2; }

.status-badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 14px;
  background-color: rgba(15,15,18,.6);
  border: 1px solid #524233;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #48bb78;
  border-radius: 50%;
  box-shadow: 0 0 6px #48bb78;
}

.stud-tagline {
  margin-bottom: 20px;
  color: #b59b82;
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: 3px;
}

.stud-description {
  max-width: 480px;
  margin-bottom: 25px;
  color: #b0b3b8;
  line-height: 1.6;
}

/* =========================================================
   8. STUD RECORD AND STATISTICS
   ========================================================= */
.stud-record-section {
  padding: clamp(20px,4vw,55px) 0;
  color: #d6d6d1;
}

.stud-intro {
  max-width: 800px;
  margin-bottom: 2.5rem;
  color: #c9cac6;
  line-height: 1.75;
}

.stud-statistics {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 2rem;
  margin: 1.5rem 0 3rem;
}

.stud-stat {
  padding-top: 1.75rem;
  border-top: 2px solid #8f6c35;
}

.stud-stat-value {
  min-height: 2.25rem;
  margin-bottom: .75rem;
  color: #e8dfcf;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.stud-stat-label {
  color: #969985;
  font-weight: 600;
  letter-spacing: .18em;
}

.breeding-dog-link {
  color: var(--timeline-gold);
}

.breeding-dog-link a,
.breeding-dog-link a:visited {
  color: inherit !important;
  text-decoration: none;
}

.breeding-dog-link a:hover,
.breeding-dog-link a:focus-visible {
  color: var(--timeline-gold-light) !important;
  text-shadow:
    0 0 8px rgba(181, 138, 69, 0.6),
    0 0 18px rgba(181, 138, 69, 0.3);
}

/* =========================================================
   9. PEDIGREE PREVIEW AND TOGGLE
   ========================================================= */
.pedigree-preview { margin: 1.25rem 0 1.75rem; }

.pedigree-preview-row {
  display: grid;
  grid-template-columns: 85px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(181,138,69,.25);
}

.pedigree-preview-row-last { border-bottom: 0; }
.pedigree-preview-label { color: #83877f; font-weight: 600; letter-spacing: .12em; }
.pedigree-preview-value { color: #d8cab3; font-family: Georgia,"Times New Roman",serif; line-height: 1.35; }
#full-pedigree { scroll-margin-top: 110px; }

.pedigree-native-accordion { width: 100%; }
.pedigree-native-accordion > summary { list-style: none; }
.pedigree-native-accordion > summary::-webkit-details-marker { display: none; }
.pedigree-native-accordion > summary::marker { display: none; content: ""; }

.pedigree-toggle {
  display: grid;
  grid-template-columns: minmax(40px,1fr) auto minmax(40px,1fr);
  gap: clamp(15px,3vw,35px);
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 34px clamp(20px,5vw,65px);
  color: #d7a64b;
  background-color: #303224;
  border: 0;
  cursor: pointer;
}

.pedigree-toggle-line { display: block; width: 100%; height: 1px; background: linear-gradient(90deg,transparent 0%,rgba(181,138,69,.35) 10%,#b58a45 100%); }
.pedigree-toggle-line:last-child { background: linear-gradient(90deg,#b58a45 0%,rgba(181,138,69,.35) 90%,transparent 100%); }
.pedigree-toggle-center { display: inline-flex; gap: 22px; align-items: center; justify-content: center; white-space: nowrap; }
.toggle-text-label { color: #e5d4b4; font-family: "Times New Roman",Georgia,serif; font-weight: 500; letter-spacing: .12em; line-height: 1; transition: color .25s ease; }
.pedigree-chevron { flex: 0 0 auto; color: #e2a43d; filter: drop-shadow(0 0 2px rgba(181,138,69,.25)); transform: rotate(0); transform-origin: center; transition: color .25s ease,transform .35s ease; }
.pedigree-native-accordion[open] > .pedigree-toggle .pedigree-chevron { transform: rotate(180deg); }
.pedigree-toggle:hover .toggle-text-label,.pedigree-toggle:hover .pedigree-chevron { color: #efbd60; }
.pedigree-toggle:hover .pedigree-toggle-line { height: 2px; }
.pedigree-toggle:focus-visible { outline: 1px solid #b58a45; outline-offset: -7px; }
.pedigree-toggle:focus { box-shadow: none; }

/* =========================================================
   10. PEDIGREE TREE
   ========================================================= */

.pedigree-flex-container {
  width: 100%;
  overflow-x: auto;
  padding: 0;
  background-color: transparent !important;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

.pedigree-flex-tree {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-width: 750px;
  height: 640px;
}


/* Default generation-column layout */

.gen-column {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-around;
  min-width: 0;
  height: 100%;
}


/* Keep the first column unchanged */

.gen-column.gen-1 {
  justify-content: center;
}


/* Align generation columns 2 and 3 using equal grid rows */

.gen-column.gen-2,
.gen-column.gen-3 {
  display: grid;
  justify-content: initial;
  align-items: stretch;
  height: 100%;
}


/* Four equally spaced boxes in generation 2 */

.gen-column.gen-2 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}


/* Eight equally spaced boxes in generation 3 */

.gen-column.gen-3 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}


/* Default pedigree boxes */

.text-box {
  width: 100%;
  margin: 5px 0;
  padding: 16px;
  color: #e8dfcf;
  background-color: #1c2118;
  border: 1px solid rgba(181, 138, 69, 0.55);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  text-align: left;
  white-space: normal;
  overflow: visible;
  box-sizing: border-box;
}

.text-box strong {
  display: block;
  margin-bottom: 8px;
  color: #c49a55;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  line-height: 1.2;
}


/* Center boxes inside the equal grid rows */

.gen-column.gen-2 .text-box,
.gen-column.gen-3 .text-box {
  align-self: center;
  width: 100%;
  margin: 0;
  font-size: 13px;
}


/* Compact generation 3 to fit eight rows */

.gen-column.gen-3 .text-box {
  padding: 8px 10px;
  line-height: 1.3;
}

.gen-column.gen-3 .text-box strong {
  margin-bottom: 3px;
  line-height: 1.15;
}


/* Fixed connector columns */

.line-column-fixed {
  position: relative;
  flex: 0 0 10px;
  width: 10px;
  height: 100%;
}

.branch-fork {
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 2px solid #524233;
}


/* Generation 0 connector */

.fork-g0 {
  top: 25%;
  height: 50%;
  border-top: 2px solid #524233;
  border-bottom: 2px solid #524233;
}


/* Generation 1 connectors */

.fork-g1.top-fork {
  top: 12.5%;
  height: 25%;
  border-top: 2px solid #524233;
  border-bottom: 2px solid #524233;
}

.fork-g1.bottom-fork {
  bottom: 12.5%;
  height: 25%;
  border-top: 2px solid #524233;
  border-bottom: 2px solid #524233;
}


/* Generation 2 connectors */

.branch-fork.fork-g2 {
  height: 12.5%;
  border-top: 2px solid #524233;
  border-bottom: 2px solid #524233;
}

.fork-g2.fk-1 {
  top: 6.25%;
}

.fork-g2.fk-2 {
  top: 31.25%;
}

.fork-g2.fk-3 {
  top: 56.25%;
}

.fork-g2.fk-4 {
  top: 81.25%;
}

/* =========================================================
   11. CERTIFICATE FRAME
   ========================================================= */
.certificate-frame { display: grid; grid-template-columns: 50px minmax(0,1fr) 50px; grid-template-rows: 50px minmax(0,auto) 50px; width: 100%; background-color: #303224; }
.certificate-corner { display: block; width: 50px; height: 50px; object-fit: contain; pointer-events: none; user-select: none; }
.certificate-border-top,.certificate-border-bottom { align-self: center; width: 100%; height: 30px; background-image: url("/sites/default/files/2026-08/border-cert-loop-t-b.png"); background-repeat: repeat-x; background-position: center; background-size: auto 30px; }
.certificate-border-left,.certificate-border-right { justify-self: center; width: 30px; height: 100%; background-image: url("/sites/default/files/2026-08/border-cert-loop-l-r.png"); background-repeat: repeat-y; background-position: center; background-size: 30px auto; }
.certificate-frame__content { min-width: 0; padding: 0 1.5rem; color: #e8dfcf; }
.prel.AKC-foil { bottom: 205px; left: 0; height: 200px; }
.block.akc-pad { padding: 43px; }

/* =========================================================
   12. RESPONSIVE COMPONENT RULES
   ========================================================= */
@media (max-width: 991.98px) {
  .stud-feature-section { background-image: linear-gradient(to bottom,rgba(10,10,12,.95) 0%,rgba(10,10,12,.75) 100%); }
}

@media (max-width: 767.98px) {
  .stud-record-section { padding: 25px 0; }
  .stud-statistics { grid-template-columns: 1fr; gap: 1.25rem; }
  .stud-stat { padding-top: 1rem; }
  .stud-service-card { margin-top: 1rem; }
  .stud-service-row { display: block; }
  .stud-service-status { display: block; margin-top: .4rem; text-align: left; }
}

@media (max-width: 575.98px) {
  .pedigree-toggle { grid-template-columns: minmax(15px,1fr) auto minmax(15px,1fr); gap: 10px; padding: 26px 12px; }
  .pedigree-toggle-center { gap: 10px; }
  .pedigree-chevron { width: 14px; height: 14px; }
  .pedigree-preview-row { grid-template-columns: 65px minmax(0,1fr); }
}

/* =========================================================
   BLOODLINES FEATURE HERO
   ========================================================= */

/* Dynamic background wrapper */
.js-bg-target {
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Bloodlines feature hero */
.stud-feature-section {
    position: relative;
    width: 100%;
    min-height: 550px;
    padding: 60px 0;
    color: #ffffff;

    background-image: linear-gradient(
        to right,
        rgba(10, 10, 12, 0.92) 0%,
        rgba(10, 10, 12, 0.75) 45%,
        rgba(10, 10, 12, 0.20) 100%
    );

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stud-feature-section .text-content {
    position: relative;
    z-index: 2;
}

.status-text {
    color: #bdab96;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.category-tag {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.TitleCream a {
    color: inherit !important;
    text-decoration: none !important;
}

.stud-tagline {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #b59b82;
    font-family: "Times New Roman", Georgia, serif;
    font-weight: 400;
    letter-spacing: 3px;
}

.stud-description {
    max-width: 480px;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.6;
}

.stud-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .stud-feature-section {
        background-image: linear-gradient(
            to bottom,
            rgba(10, 10, 12, 0.95) 0%,
            rgba(10, 10, 12, 0.75) 100%
        );
    }

    .js-bg-target {
        background-position: center;
    }
}

