﻿/* ============================================
   GLOBAL RESET & BASE
   ============================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color:#000000;
}
img, object, embed, video {
  max-width: 100%;
  height: auto;
}

.ie6 img {
  width: 100%;
}

.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
}

.fluidList {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Google Sans", "EB Garamond", sans-serif;
  background: #000000;
  color: rgba(255,255,255,0.84);
  overflow-x: hidden;
  line-height: 1.5;
}
hr {
  border: 0 !important;
  border-top: 1px solid #efaa1e !important;
  height: 0 !important;
  background: none !important;
  width:95%!important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


a {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
}
h1{
font-family: "Lora", "EB Garamond", Georgia, serif;
  font-weight: 500;
  font-style: italic;
	color:#efaa1e;
  font-size: clamp(26px, 3.2vw, 30px);
	margin-bottom:20px;
}

h2 {
font-family: "Lora", "EB Garamond", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 28px);
  font-weight: 500;
  font-style: italic;
  color: #efaa1e;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

.mainContent{
	display:block;
	margin:auto;
	width:100%;
	max-width:1300px;
	padding:20px;
	padding-bottom:40px;
}

.button-container input {
  display: inline;
  vertical-align: middle;
  margin: 0 5px 10px 0;
  text-align: center;
}

.button-container form,
.button-container form div {
  display: inline;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 800px;
  margin: 0 auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quote-center {
  border-top: 2px solid rgba(239, 170, 30, 0.4);
  border-bottom: 2px solid rgba(239, 170, 30, 0.4);
  text-align:center;
  padding:20px 0;
  color:rgba(253,200,96,0.78);
}

.quote-center p {
  color:rgba(253,200,96,0.78);
}

.quote-center cite {
    font-family: Georgia, "Times New Roman", serif;
  color: rgba(255,255,255,0.74);
}

 blockquote {
  font-family: "Lora", "EB Garamond", Georgia, serif;
  color: #ffffff;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  margin: 28px auto;
  /*padding-left: 18px;
  border-left: 2px solid rgba(239, 170, 30, 0.6);*/
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
  width:100%;
  max-width:900px;
  background: #000;
background: radial-gradient(circle,rgba(0, 0, 0, 0.60) 9%, rgba(0, 0, 0, 0.43) 60%, rgba(0, 0, 0, 0) 90%);
}

blockquote p {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: inherit;
  font-style: italic;
  line-height: 1.55;
}

blockquote cite {
  display: block;
  margin-top: 12px;
  padding-left: 0;
    font-family: Georgia, "Times New Roman", serif;
  color: #efaa1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

/* FORMSTACK FIXES */

.fsBody .fsForm {width:100%; max-width:1300px!important; margin-top:-10px!important} 
input, input:invalid, textarea:invalid {
border: 1px solid rgb(175, 125, 59) !important;
background-color: rgba(52, 35, 27, 0.44) !important;
}



/* IMAGE FADE CONTAINER*/
.FadeBottom {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.FadeBottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 95%,
    rgba(0, 0, 0, 0.55) 98%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}


.img {
 border-top:5px solid #EFAA1E;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 90%,
    transparent 100%
 );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 80%,
    transparent 100%
  );

}


.imgRight {
width: auto\9;
margin:auto;
margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
.imgRight {
width: auto\9;
max-width:40%; 
float: right; 
margin-left:20px;
margin-bottom:20px;
}
}

/* ======================================================
   BACK TO TOP
====================================================== */
#return-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: rgba(249, 192, 72, 0.75);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#return-to-top i {
  color: #fff;
  font-size: 22px;
  margin: 0;
  transition: transform 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  transform: translateY(-3px);
}

/* This class is toggled by JavaScript */
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}



/* ============================================
   HERO SECTION - Full Viewport
   ============================================ */

.hero {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

/* Background (slideshow or single static image) */
.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slideshow .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  /* Prefer right side; shift up ~60px so the top edge is cropped */
  background-position: right -50px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.hero-slideshow .slide.active {
  opacity: 1;
  z-index: 1;
}

/* Soft dark overlay for text contrast + bottom fade into page */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    /* Bottom fade – softens the hard cut-off into the page below */
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 55%,
      rgba(0, 0, 0, 0.05) 78%,
      rgba(0, 0, 0, 0.65) 92%,
      #000000 100%
    ),
    /* Side-to-side contrast for the left content */
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.25) 40%,
      rgba(0, 0, 0, 0.15) 70%,
      rgba(0, 0, 0, 0.35) 100%
    );
  pointer-events: none;
}

/* Hero Content Layout – two equal halves */
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 40px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  height: 100%;
}

/* ============================================
   LEFT COLUMN
   Works for tagline lists OR intro text blocks
   ============================================ */

.hero-left {
  justify-self: start;
  align-self: center;
  /*margin-bottom: 40px;*/
  max-width: 560px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* Keep compact width when using the short tagline list */
.hero-left:has(.tagline-list) {
  max-width: 280px;
}

/* Intro heading */
.hero-left h1 {
  font-family: "Lora", "EB Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  font-style: italic;
  color: #efaa1e;
  line-height: 1.25;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

/* Intro body copy */
.hero-left > p {
  /*font-family: "Lora", "EB Garamond", Georgia, serif;*/
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 16px;
}

.hero-left > p:last-of-type {
  margin-bottom: 0;
}

/* Hero blockquote (scoped so it doesn't affect other page blockquotes) */
.hero-left blockquote {
  font-family: "Lora", "EB Garamond", Georgia, serif;
	text-align:left;
  font-size: 17px;
  font-style: italic;
  color: #efaa1e;
  line-height: 1.55;
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 2px solid rgba(239, 170, 30, 0.6);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.hero-left blockquote p {
  margin: 0 0 10px;
	text-align:left;
  color: #efaa1e;
  font-size: inherit;
  font-style: italic;
  line-height: 1.55;
}

.hero-left blockquote cite {
  display: block;
  margin-top: 12px;
  padding-left: 0;
	text-align:left;
  color: rgba(255,255,255,0.74);
    font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.hero-left blockquote cite::before {
  content: "~ ";
}

/* Tagline list (home page style) */
.tagline-list {
  list-style: none;
  border-left: 2px solid rgba(239, 170, 30, 0.7);
  padding-left: 22px;
  margin: 0;
}

.tagline-list li {
  font-family: "Lora", "EB Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* ============================================
   RIGHT: Kash Money block – left edge of right half
   (optional – omit the whole .hero-right div on pages that don't need it)
   ============================================ */

.hero-right {
  justify-self: start;
  align-self: end;
  text-align: left;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*margin-bottom: 40px;*/
}

.km-logo {
  width: 280px;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
}

.km-subtitle {
  font-family: "Google Sans", "EB Garamond", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.km-pedigree {
  font-family: "Google Sans", "EB Garamond", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.km-cta-text {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #efaa1e;
  margin-bottom: 22px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn {
  font-family: "Google Sans", "EB Garamond", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 2px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  display: inline-block;
  white-space: nowrap;
}

.btn-outline {
  color: #ffffff;
  background: transparent;
  border: 1.5px solid #c9a227;
}

.btn-outline:hover {
  background: #c9a227;
  color: #0a0a0a;
  border-color: #c9a227;
}

/* Slideshow dots removed – not in use */
.slideshow-dots {
  display: none !important;
}

/* Mobile kash content – permanently hidden */
.mobile-kash-content {
  display: none !important;
}

/* Page content placeholder */
.page-content {
  background: #000000;
  min-height: 200px;
}

/* ============================================
   RESPONSIVE - Hero
   ============================================ */

@media (max-width: 1100px) {
  .hero-content {
    padding: 90px 32px 50px;
  }

  .km-logo {
    width: 240px;
  }

  .tagline-list li {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .hero-content {
    padding: 90px 24px 48px;
    align-items: end;
    gap: 24px;
  }

  .hero-left {
    max-width: 100%;
    align-self: end;
    margin-bottom: 30px;
    padding-top:40px;
  }

  .hero-left:has(.tagline-list) {
    max-width: 220px;
  }

  .hero-right {
    display: flex;
    max-width: 100%;
  }

  .tagline-list li {
    font-size: 17px;
  }

  .km-logo {
    width: 200px;
  }

  .km-subtitle {
    font-size: 11px;
  }

  .km-pedigree {
    font-size: 10px;
  }

  .km-cta-text {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .btn {
    font-size: 11px;
    padding: 10px 16px;
  }

  /* Stronger bottom fade so text stays readable over the image */
  .hero-overlay {
    background:
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 70%,
        rgba(0, 0, 0, 0.88) 88%,
        #000000 100%
      ),
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0.3) 100%
      );
  }
}

@media (max-width: 600px) {
.hero {
    height: auto;
    height: 95vh;
  }
  
  /* Stack; center intro text across the page */
.hero-content {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 85vh;
    padding: 110px 20px 40px; /* extra top clears logo */
    gap: 24px;
    align-content: end;
  }
  
  .hero-left {
    max-width: 100%;
    justify-self: center;
    align-self: end;
    order: 1;
    margin-bottom: 0;
    text-align: center;
  }

  /* Tagline list stays left-aligned */
  .hero-left:has(.tagline-list) {
    max-width: 100%;
    justify-self: start;
    text-align: left;
  }

  .hero-left blockquote {
    padding-left: 0;
	text-align:left;
    border-left: none;
    border-top: 2px solid rgba(239, 170, 30, 0.5);
    padding-top: 16px;
    margin-top: 24px;
  }

  .hero-right {
    justify-self: center;
    align-self: end;
    align-items: center;
    text-align: center;
    order: 2;
    max-width: 100%;
  }

  .hero-right .hero-buttons {
    justify-content: center;
  }

  .tagline-list {
    padding-left: 16px;
    display: inline-block;
    text-align: left;
  }

  .tagline-list li {
    font-size: 15px;
  }

  .km-logo {
    width: 250px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .tagline-list li {
    font-size: 14px;
  }

  .km-logo {
    width: 180px;
  }

  .hero-left h1 {
    font-size: 26px;
  }
}

/* ============================================
   PEDIGREE SECTION
   ============================================ */

.pedigree-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #000000;
}

/* Full-bleed background – focus on LEFT (horse) */
.pedigree-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/pedigreeBackground.jpg");
  background-size: cover;
  background-position: -50px center; /* left side is most important when cropping */
  background-repeat: no-repeat;
}

/* Soft gradient so text stays readable on the right */
.pedigree-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 25%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.25) 100%
  );
  pointer-events: none;
}

/* Content column – ~65% width on the right */
.pedigree-content {
  position: relative;
  z-index: 2;
  width: 65%;
  max-width: 820px;
  padding: 120px 48px 80px 40px;
  color: #ffffff;
}

.pedigree-title {
  font-family: "Lora", "EB Garamond", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 500;
  font-style: italic;
  color: #efaa1e;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

.pedigree-body p {
  font-family: "Google Sans", "EB Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
}


.pedigree-quote {
  font-family: "Lora", "EB Garamond", Georgia, serif;
  font-size: 17px;
  font-style: italic;
	text-align:left;
  color: #D9C19B;
  line-height: 1.55;
  margin: 28px 0 40px;
  padding-left: 18px;
  border-left: 2px solid rgba(239, 170, 30, 0.6);
}

/* ============================================
   PEDIGREE TABLE
   ============================================ */

.pedigreeTable {
  font-family: "Google Sans", "EB Garamond", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.4;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1200px) {
  .pedigree-content {
    width: 70%;
    padding: 110px 36px 60px 32px;
  }

  .pedigree-body {
    font-size: 14.5px;
  }
}

@media (max-width: 1100px) {
  .pedigree-content {
    width: 50%;
  }

  .pedigree-bg {
    background-position: -300px center;
  }
}

@media (max-width: 900px) {
  .pedigree-content {
    width: 50%;
  }

  .pedigree-bg {
    background-position: -450px center;
 }
}

@media (max-width: 600px) {
  .pedigree-section {
    min-height: 40vh;
    align-items: flex-end;
    padding-top:0px;
    margin-top:-40px;
  }

  .pedigree-bg {
    background-position: -600px center;
  }

  /* Stronger overlay so text reads over the horse on smaller screens */
  .pedigree-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 35%,
      rgba(0, 0, 0, 0.95) 65%,
      rgba(0, 0, 0, 0.95) 100%
    );
  }

  .pedigree-content {
    width: 100%;
    max-width: none;
    padding: 100px 28px 48px;
  }

  .pedigree-body {
    font-size: 14px;
  }

  .pedigree-quote {
    margin: 24px 0 32px;
  }
 }


@media (max-width: 480px) {
  .pedigree-content {
    padding: 90px 20px 40px;
  }

  .pedigree-body {
    font-size: 13.5px;
  }
 } 

.pedMobile {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	margin-top:-100px;
	text-align: center;
}

@media (min-width: 601px) {
	.pedMobile {
		display: none;
	}
}


/* ============================================
  FOOTER
   ============================================ */
#footerBackground {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Google Sans Flex', Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 20px;
background: linear-gradient(
  to bottom,
  #000000 0%,
  rgba(239, 170, 30, 0.35) 100%
);
}

.footer-bottom {
	display:block; 
	margin:auto;
	padding:10px;
	font-size:10px;
	color:#fff;
	text-align:center;
}


/* =========================================
   KASH MONEY - STATS CARD
   ========================================= */

.kashStatsCard {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 34px 34px 32px;
    box-sizing: border-box;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.035),
            rgba(255,255,255,0.01) 45%,
            rgba(239,170,30,0.035)
        ),
        #0b0b0b;

    border: 1px solid rgba(239,170,30,0.65);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.55),
        inset 0 0 0 1px rgba(255,255,255,0.025);

    color: #fff;
}


/* Elegant inner border */

.kashStatsCard:before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(239,170,30,0.16);
    pointer-events: none;
}


/* =========================================
   HEADER
   ========================================= */

.kashStatsHeader {
    position: relative;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.kashStatsEyebrow {
    display: block;
    margin-bottom: 6px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #EFAA1E;
}

.kashStatsHeader h2 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 1px;

    color: #fff;
}

.kashStatsRule {
    display: block;
    width: 55px;
    height: 1px;

    margin: 16px auto 0;

    background: #EFAA1E;
}


/* =========================================
   BASIC STATS
   ========================================= */

.kashStats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
}

.kashStat {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.kashLabel {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #EFAA1E;
}

.kashValue {
    display: block;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.35;

    color: #fff;
}


/* =========================================
   ACHIEVEMENTS
   ========================================= */

.kashAchievements {
    margin-top: 24px;
    padding-top: 4px;
}

.kashAchievement {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;

    padding: 18px 0;

    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.kashYear {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 2px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;

    color: #EFAA1E;
}

.kashAchievement strong {
    display: block;

    margin-bottom: 5px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;

    color: #fff;
}

.kashAchievement p {
    margin: 0;

    font-size: 12px;
    line-height: 1.55;

    color: rgba(255,255,255,0.72);
}


/* =========================================
   BREEDING INFORMATION
   ========================================= */

.kashBreeding {
    margin-top: 22px;
    padding-top: 4px;
}

.kashBreedingItem {
    padding: 15px 0;

    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.kashBreedingItem:last-child {
    border-bottom: none;
}

.kashBreedingItem small {
    display: block;

    margin-top: 5px;

    font-size: 10px;
    line-height: 1.5;

    color: rgba(255,255,255,0.52);
}

.kashBreedingItem em {
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    color: #EFAA1E;
}

.kashBook {
    display: inline-block;

    margin-left: 7px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #EFAA1E;
}

.kashFoals {
    padding-bottom: 4px;
}

.kashFoals .kashValue {
    font-size: 21px;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .kashStatsCard {
        padding: 28px 24px 27px;
    }

    .kashStats {
        grid-template-columns: 1fr;
    }

    .kashStatsHeader h2 {
        font-size: 27px;
    }

    .kashStat {
        padding: 12px 0;
    }

    .kashAchievement {
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }

    .kashBook {
        display: block;
        margin: 5px 0 0;
    }

}
/* =========================================
   KASH FEATURE AREA
   ========================================= */

.kashFeature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    gap: 45px;
    align-items: start;

    width: 90%;
    max-width: 1250px;

    margin: 0 auto;
    padding: 60px 0 30px;

    box-sizing: border-box;
}


/* =========================================
   LEFT-HAND STORY COLUMN
   ========================================= */

.kashFeatureStory {
    min-width: 0;
    max-width: 700px;
}


/* =========================================
   INDIVIDUAL STORY SECTIONS
   ========================================= */

.kashFeatureSection {
    padding: 0 0 20px;
}

.kashFeatureSection + .kashFeatureSection {
    padding-top: 12px;
}


/* =========================================
   SECTION LABEL
   ========================================= */

.kashSectionLabel {
    display: block;

    margin-bottom: 5px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 1.3;
    text-transform: uppercase;

    color: #EFAA1E;
}


/* =========================================
   HEADINGS
   ========================================= */

.kashFeature h1,
.kashFeature h2,
.kashStorySection h2,
.kashCongress h2 {

    margin: 0 0 12px;
font-family: "Lora", "EB Garamond", Georgia, serif;
    font-weight: 400;
    line-height: 1.2;

    color: #fff;
}


/* Main heading */

.kashFeature h1 {
    font-size: clamp(29px, 2.8vw, 38px);
}


/* Secondary headings */

.kashFeature h2,
.kashStorySection h2,
.kashCongress h2 {
    font-size: clamp(22px, 2vw, 28px);
}


/* =========================================
   BODY TEXT
   ========================================= */

.kashFeature p,
.kashStorySection p,
.kashCongress p {

    margin-top: 0;
    margin-bottom: 11px;

    font-size: 14.5px;
    line-height: 1.55;

    color: rgba(255,255,255,0.80);
}


/* =========================================
   HIS MIND QUOTE
   ========================================= */

.kashFeatureSection blockquote {

    max-width: 600px;

    margin: 15px 0 0;
    padding: 2px 0 2px 17px;

    border-left: 2px solid #F5C058;

  font-family: "Lora", "EB Garamond", Georgia, serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.48;

    color: rgba(253,200,96,0.78);
}


/* =========================================
   WHY BREED QUOTE
   ========================================= */

.kashWhy blockquote {

    max-width: 650px;

    margin: 13px 0 8px;

    font-size: 15.5px;
    line-height: 1.48;
}


/* =========================================
   ATTRIBUTION
   ========================================= */

.kashAttribution {

    margin-top: 0 !important;
    margin-left: 18px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px !important;
    font-style: italic;

    color: rgba(255,255,255,0.55) !important;
}

.kashAttribution:before {
    content: "~ ";
    color: #EFAA1E;
}


/* =========================================
   TEXT LINKS
   ========================================= */

.kashTextLink {

    display: inline-block;

    margin-top: 4px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    color: #EFAA1E;
    text-decoration: none;
    padding:10px;
    
background: linear-gradient( 145deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01) 45%, rgba(239,170,30,0.035) ), #0b0b0b;
  border-top: 1px solid rgba(239,170,30,0.65);
  border-bottom: 1px solid rgba(239,170,30,0.65);
    transition: all 0.3s ease;
}

.kashTextLink span {

    display: inline-block;

    margin-left: 5px;

    transition: transform 0.3s ease;
}

.kashTextLink:hover {
    color: #fff;
}

.kashTextLink:hover span {
    transform: translateX(5px);
}


/* =========================================
   KASH MONEY TV
   ========================================= */

.kashTV {
    padding-bottom: 5px;
}


/* =========================================
   STATS CARD COLUMN
   ========================================= */

.kashFeatureCard {

    width: 100%;
    min-width: 0;

    position: sticky;
    top: 30px;
}


/* =========================================
   STANDALONE STORY SECTIONS
   ========================================= */

.kashStorySection {

    width: 90%;
    max-width: 900px;

    margin: 0 auto;
    padding: 55px 0;

    box-sizing: border-box;
}


/* =========================================
   CONGRESS
   ========================================= */

.kashCongress {

    width: 90%;
    max-width: 850px;

    margin: 0 auto;

    padding: 60px 0 45px;

    text-align: center;
}

.kashCongress p {
    max-width: 850px;
    margin: 0 auto;
}


/* =========================================
   LEGENDARY SECTION
   ========================================= */

.kashQuoteSection {

    width: 90%;
    max-width: 950px;

    margin: 30px auto;

    padding: 45px 0;

    text-align: center;
}

.kashQuoteSection blockquote {

    margin: 0 0 25px;
    padding: 0;

    border: none;

  font-family: Georgia, serif;
    font-size: clamp(32px, 4vw, 52px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;

    color: #EFAA1E;
}

.kashQuoteSection p:not(.kashAttribution) {

    max-width: 720px;

    margin: 0 auto;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.8;

    color: rgba(255,255,255,0.78);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 900px) {

    .kashFeature {

        grid-template-columns: 1fr;

        gap: 35px;

        width: 90%;

        padding-top: 50px;
    }


    .kashFeatureStory {
        max-width: none;
    }


    .kashFeatureCard {

        position: relative;
        top: auto;

        max-width: 500px;

        margin: 0 auto;

        /* Stats card appears first on mobile */
        grid-row: 1;
    }


    .kashFeatureStory {
        grid-row: 2;
    }


    .kashFeatureSection {
        padding-bottom: 20px;
    }


    .kashFeatureSection + .kashFeatureSection {
        padding-top: 10px;
    }


    .kashFeature h1 {
        font-size: 30px;
    }


    .kashFeature h2 {
        font-size: 23px;
    }


    .kashFeature p {
        font-size: 14.5px;
        line-height: 1.55;
    }


    .kashFeatureSection blockquote {
        font-size: 17px;
    }


    .kashWhy blockquote {
        font-size: 15.5px;
    }


    .kashStorySection {
        width: 90%;
        padding: 45px 0;
    }


    .kashCongress {
        padding: 50px 0 40px;
    }
}


/* =========================================
   FANCY FILIGREE DIVIDER
   ========================================= */

.filigree-divider {
  width: 100%;
  height: 30px;
  margin: 45px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filigree-divider::before,
.filigree-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
}

.filigree-divider::before {
  right: 50%;
  margin-right: 13px;
  background: linear-gradient(
    to right,
    transparent,
    #EFAA1E 85%,
    #EFAA1E
  );
}

.filigree-divider::after {
  left: 50%;
  margin-left: 13px;
  background: linear-gradient(
    to left,
    transparent,
    #EFAA1E 85%,
    #EFAA1E
  );
}

/* Center diamond */
.filigree-divider span {
  width: 12px;
  height: 12px;
  background: #EFAA1E;
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
  display: block;
}

/* Small accent diamonds */
.filigree-divider span::before,
.filigree-divider span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #EFAA1E;
  top: 4px;
}

.filigree-divider span::before {
  right: 17px;
}

.filigree-divider span::after {
  left: 17px;
}
