/**
 * Theme Name:     Horseno Child
 * Author:         Vecurosoft
 * Template:       horseno
 * Text Domain:	   horseno-child
 * Description:    Horseno - Horseno Riding Club WordPress Theme
 */
:root {
  --gold: #C9A24B;
  --gold-soft: #d8b968;
  --cream: #F5F1E8;
  --ink: #0c0c0a;
  --main-container: 1320px;
}

/* custom css  */
.vs-custom-header.header-layout1 .header-bottom {
  top: 30px;
  margin: 0 auto;
  background-color: black;
  border-radius: 30px;
  border: 1px solid #D8A81F;
  width: auto !important;
  left: 0;
  right: 0;
}
.vs-custom-header .main-menu a {
  color: #ffffff;
  text-transform: uppercase;
}
.vs-custom-header .sticky-active.active .main-menu a {
  color: var(--theme-color);
}
.vs-custom-header .sticky-active .logo.sticky-logo {
  display: none;
}
.vs-custom-header .sticky-active.active .logo {
  display: none;
}
.vs-custom-header .sticky-active.active .logo.sticky-logo {
  display: block;
}
.vs-custom-header .main-menu > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  margin: 0 auto;
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .vs-custom-header .main-menu > ul > li:not(:last-child)::after {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .vs-custom-header .main-menu > ul > li:not(:last-child)::after {
    right: -14px;
  }
}
.vs-custom-header .menu-top::before {
  display: none;
}

.vscs-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
.vscs-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.08) 65%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.vscs-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.vscs-frame {
  position: relative;
  padding: 3.25rem 2.75rem 3.25rem;
  max-width: 640px;
}

.vscs-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 100%;
  border-top: 2px solid #C9A24B;
  border-left: 2px solid #C9A24B;
  z-index: -1;
}

.vscs-frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  border-bottom: 2px solid #C9A24B;
  z-index: -1;
}

.vscs-frame-tick {
  position: absolute;
  bottom: 0;
  left: 44%;
  width: 12%;
  border-bottom: 2px solid #C9A24B;
}

.vscs-eyebrow-space {
  height: 0.5rem;
}

.vscs-headline {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0;
}

.vscs-hero .vscs-headline {
  letter-spacing: 0.5px;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  color: #F5F1E8;
}

.vscs-hero .vscs-headline .vscs-accent {
  color: #d8b968;
  display: block;
}

.vscs-divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1.6rem 0 1.4rem;
  max-width: 420px;
}

.vscs-divider .vscs-line,
.vscs-bottom-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.6);
}

.vscs-divider .vscs-star {
  color: #C9A24B;
  font-size: 0.9rem;
  line-height: 1;
}

.vscs-tagline {
  font-family: "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #F5F1E8;
  opacity: 0.9;
  margin-bottom: 2.1rem;
}

.vscs-btn-ranch {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #F5F1E8;
  background: transparent;
  border: 1px solid #C9A24B;
  padding: 0.85rem 1.9rem;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.vscs-btn-ranch:hover {
  background: #C9A24B;
  color: #0c0c0a;
}

.vscs-btn-ranch svg {
  width: 20px;
  height: 14px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .vscs-hero {
    min-height: 90vh;
  }
  .vscs-frame {
    padding-right: 1rem;
    max-width: 100%;
  }
  .vscs-tagline {
    font-size: 1.1rem;
  }
}
.vscs-about {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5.5rem 0 3.5rem;
  z-index: 1;
}
.vscs-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.7) 100%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.vscs-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.vscs-eyebrow .vscs-stub {
  width: 26px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.vscs-about .vscs-headline {
  line-height: 1.06;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  color: var(--cream);
  margin: 0 0 1.6rem;
}

.vscs-about .vscs-headline .vscs-accent {
  display: block;
  color: var(--gold-soft);
}

.vscs-rule-short {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.6rem;
}

.vscs-lede {
  color: var(--cream);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 1.8rem;
  opacity: 0.95;
}

.vscs-req-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 520px;
}

.vscs-req-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--cream);
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.vscs-req-list .vscs-star-badge {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.vscs-col-divider {
  width: 1px;
  background: rgba(201, 162, 75, 0.55);
  align-self: stretch;
  margin: 0 auto;
  min-height: 100%;
}

.vscs-feature h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.15rem;
  color: var(--cream);
  margin-bottom: 0.7rem;
}

.vscs-feature .vscs-rule-short {
  margin-bottom: 1rem;
}

.vscs-feature p {
  color: var(--cream);
  opacity: 0.92;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0;
  max-width: 320px;
}

.vscs-star-icon {
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  display: block;
}

.vscs-bottom-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  color: var(--gold);
}

@media (max-width: 991.98px) {
  .vscs-col-divider {
    display: none;
  }
  .vscs-about {
    padding: 4rem 0 3rem;
  }
  .vscs-feature {
    margin-bottom: 2.5rem;
  }
}
.vscs-approach {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.vscs-approach::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.08) 65%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.vscs-headline {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.12;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  color: var(--cream);
  margin: 0 0 1.6rem;
}

.vscs-headline .vscs-accent {
  color: var(--gold-soft);
}

.vscs-rule-short {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 2rem;
}

.vscs-point {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2.1rem;
}

.vscs-point .vscs-star-badge {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
}

.vscs-point h3 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}

.vscs-point p {
  color: var(--cream);
  opacity: 0.85;
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
  max-width: 440px;
}

/* Photo collage */
.vscs-collage {
  position: relative;
  min-height: 520px;
}

.vscs-collage img {
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.vscs-photo-main {
  min-height: 600px;
}

.vscs-photo-top {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .vscs-collage {
    min-height: 0;
    margin-top: 3rem;
  }
  .vscs-collage img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .vscs-photo-row {
    display: flex;
    gap: 1rem;
  }
  .vscs-photo-row img {
    margin-bottom: 0;
  }
}
.vscs-programs {
  position: relative;
  padding: 4.5rem 0 5rem;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.vscs-programs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(10, 8, 6, 0.85) 0%, rgba(20, 15, 10, 0.8) 55%, rgba(35, 25, 14, 0.85) 100%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Section title */
.vscs-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.vscs-title-row .vscs-tline {
  flex: 1;
  max-width: 280px;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-title-row .vscs-tstar {
  color: var(--gold);
  font-size: 1.1rem;
}

.vscs-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  color: var(--cream);
  margin: 0;
  white-space: nowrap;
}

.vscs-section-title .vscs-accent {
  color: var(--gold-soft);
}

/* Divider between the two columns */
.vscs-col-divider {
  width: 1px;
  background: rgba(201, 162, 75, 0.45);
  min-height: 100%;
}

/* Included card */
.vscs-card {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--gold);
  border-radius: 2px;
  padding: 2rem 2.25rem 2.75rem;
  margin-bottom: 2.25rem;
}

.vscs-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--cream);
  margin-bottom: 1.1rem;
}

.vscs-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vscs-card ul li {
  color: var(--cream);
  opacity: 0.92;
  font-size: 1.05rem;
  line-height: 1.85;
}

/* Icon badge straddling the card's bottom border */
.vscs-icon-badge {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #0e0c0a;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vscs-icon-badge svg {
  width: 30px;
  height: 30px;
  stroke: var(--gold);
}

/* Column heading block */
.vscs-col-block {
  text-align: center;
  padding-top: 2.75rem;
}

.vscs-col-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: var(--cream);
  margin-bottom: 0.6rem;
}

.vscs-col-heading .vscs-accent {
  color: var(--gold-soft);
}

.vscs-col-sub {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.05rem;
  color: var(--gold-soft);
  line-height: 1.6;
  margin-bottom: 1.4rem;
}

.vscs-mini-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  max-width: 260px;
  margin: 0 auto 1.6rem;
}

.vscs-mini-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.6);
}

.vscs-mini-divider .vscs-star {
  color: var(--gold);
  font-size: 0.85rem;
}

.vscs-col-text {
  text-align: left;
  color: var(--cream);
  opacity: 0.92;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

.vscs-col-text .vscs-hl {
  color: var(--gold-soft);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .vscs-col-divider {
    display: none;
  }
  .vscs-title-row .vscs-tline {
    max-width: 60px;
  }
  .vscs-section-title {
    white-space: normal;
  }
  .vscs-col-text {
    text-align: center;
  }
}
.vscs-repro {
  background: #0a0908;
  padding: 3.5rem 0 3rem;
}

/* Photo grid */
.vscs-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 10px;
  display: block;
}

.vscs-photo-grid .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.vscs-photo-grid .vscs-photo-cell {
  aspect-ratio: 1/1.02;
}

/* Headline */
.vscs-headline {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.14;
  font-size: clamp(1.9rem, 3.3vw, 2.9rem);
  color: var(--cream);
  margin: 0 0 1.1rem;
}

.vscs-headline .vscs-accent {
  color: var(--gold-soft);
  display: block;
}

.vscs-title-divider {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 460px;
  margin: 0 auto 1.6rem;
}

.vscs-title-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-title-divider .vscs-star {
  color: var(--gold);
  font-size: 0.85rem;
}

.vscs-intro {
  text-align: center;
  color: var(--cream);
  opacity: 0.92;
  font-size: 1.18rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

/* Service columns */
.vscs-services {
  position: relative;
}

.vscs-services-divider {
  width: 1px;
  background: rgba(201, 162, 75, 0.4);
  min-height: 100%;
}

.vscs-service {
  margin-bottom: 1.7rem;
}

.vscs-service h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.4rem;
}

.vscs-service p {
  color: var(--cream);
  opacity: 0.85;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0;
}

/* Bottom */
.vscs-bottom-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0 1.8rem;
  color: var(--gold);
}

.vscs-bottom-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-closing {
  text-align: center;
  font-style: italic;
  color: var(--cream);
  font-size: 1.35rem;
  margin: 0;
}

@media (max-width: 991.98px) {
  .vscs-services-divider {
    display: none;
  }
  .vscs-service {
    text-align: left;
  }
  .vscs-repro {
    padding-top: 3rem;
  }
}
.vscs-hbcd {
  position: relative;
  padding: 4rem 0 0;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.vscs-hbcd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(120% 90% at 88% 15%, rgba(90, 65, 35, 0.35) 0%, rgba(0, 0, 0, 0) 55%), linear-gradient(150deg, #0a0908 0%, #16120d 45%, #241a10 100%);
  z-index: -1;
  opacity: 0.9;
}

/* ---------- Header ---------- */
.vscs-hbcd-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  color: var(--cream);
  margin: 0;
  line-height: 1;
}

.vscs-hbcd-title .vscs-accent {
  color: var(--gold-soft);
}

.vscs-tagline {
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1.05rem;
  margin: 0.6rem 0 1.1rem;
}

.vscs-mini-divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 280px;
  margin-bottom: 2rem;
}
.vscs-mini-divider.aligin-left {
  margin: unset;
  margin-bottom: 2rem;
}

.vscs-mini-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-mini-divider .vscs-star {
  color: var(--gold);
  font-size: 0.8rem;
}

/* ---------- Left copy column ---------- */
.vscs-copy p {
  color: var(--cream);
  opacity: 0.9;
  font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
}

.vscs-copy .vscs-hl {
  color: var(--gold-soft);
  font-weight: 600;
  opacity: 1;
}

.vscs-fee-box {
  border: 1px solid var(--gold);
  padding: 1.1rem 1.4rem;
  margin-top: 1.6rem;
}

.vscs-fee-box .vscs-fee-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--gold-soft);
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}

.vscs-fee-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 500;
}

.vscs-fee-specs span:not(:last-child) {
  border-right: 1px solid rgba(245, 241, 232, 0.35);
  padding-right: 0.9rem;
}

/* ---------- Photo collage ---------- */
.vscs-collage {
  position: relative;
  min-height: 560px;
}

.vscs-collage img {
  position: absolute;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.vscs-photo-main {
  left: 0;
  top: 0;
  width: 56%;
  height: 100%;
}

.vscs-photo-top {
  right: 0;
  top: 0;
  width: 40%;
  height: 44%;
}

.vscs-photo-bottom {
  right: 0;
  bottom: 0;
  width: 40%;
  height: 48%;
}

/* ---------- Pedigree ---------- */
.vscs-pedigree-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
}

.vscs-ped-tree {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.vscs-ped-node {
  display: flex;
  align-items: center;
}

.vscs-ped-node > .vscs-ped-label {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--cream);
  font-size: 0.98rem;
  line-height: 1.3;
  white-space: nowrap;
  padding-right: 0.9rem;
}

.vscs-ped-label small {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: var(--gold-soft);
  font-size: 0.78rem;
}

.vscs-ped-children {
  border-left: 1px solid var(--gold);
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1.4rem;
}

.vscs-ped-children .vscs-ped-node {
  position: relative;
}

.vscs-ped-children .vscs-ped-node::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: var(--gold);
}

.vscs-ped-leaf {
  color: var(--cream);
  opacity: 0.88;
  font-size: 0.86rem;
  line-height: 1.3;
  white-space: nowrap;
}

.vscs-ped-leaves {
  border-left: 1px solid rgba(201, 162, 75, 0.55);
  padding-left: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.vscs-ped-leaves .vscs-ped-leaf {
  position: relative;
}

.vscs-ped-leaves .vscs-ped-leaf::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 50%;
  width: 0.9rem;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

/* ---------- Bottom stats bar ---------- */
.vscs-stats-bar {
  border-top: 1px solid rgba(201, 162, 75, 0.4);
  margin-top: 3.5rem;
  padding: 2.2rem 0;
}

.vscs-stat {
  color: var(--cream);
  padding: 0 1.5rem;
}

.vscs-stat .vscs-stat-num {
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  margin: 0.2rem 0;
}

.vscs-stat p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.85;
}

.vscs-stat-note {
  color: var(--cream);
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.55;
  border-left: 1px solid rgba(201, 162, 75, 0.4);
  padding-left: 1.6rem;
}

@media (max-width: 991.98px) {
  .vscs-collage {
    min-height: 0;
    margin: 2.5rem 0;
  }
  .vscs-collage img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .vscs-photo-top,
  .vscs-photo-bottom {
    width: 48%;
    display: inline-block;
  }
  .vscs-stat-note {
    border-left: none;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .vscs-stat {
    border-bottom: 1px solid rgba(201, 162, 75, 0.25);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.vscs-reydual {
  position: relative;
  padding: 3.5rem 0 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
.vscs-reydual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(70% 65% at 58% 28%, rgba(70, 50, 30, 0.35) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(150deg, #0a0908 0%, #16120d 45%, #221a10 100%);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: -1;
}

/* ---------- Top title row ---------- */
.vscs-title-block {
  text-align: right;
}

.vscs-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--cream);
  margin: 0;
  line-height: 1;
}

.vscs-title .vscs-accent {
  color: var(--gold-soft);
}

.vscs-tagline {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1rem;
  margin: 0.5rem 0 0.9rem;
}

.vscs-title-divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  justify-content: flex-end;
  margin-left: auto;
}

.vscs-title-divider .vscs-line {
  width: 120px;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-title-divider .vscs-star {
  color: var(--gold);
  font-size: 0.8rem;
}

/* ---------- Pedigree heading ---------- */
.vscs-pedigree-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.vscs-pedigree-heading .vscs-line {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-pedigree-heading .vscs-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- Pedigree tree (4 generations visible) ---------- */
.vscs-ped-tree {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.vscs-ped-node {
  display: flex;
  align-items: center;
}

.vscs-ped-label {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--cream);
  font-size: 0.9rem;
  line-height: 1.25;
  white-space: nowrap;
  padding-right: 0.8rem;
}

.vscs-ped-label small {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: var(--gold-soft);
  font-size: 0.72rem;
}

.vscs-ped-children {
  border-left: 1px solid var(--gold);
  padding-left: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1.2rem;
}

.vscs-ped-children .vscs-ped-node {
  position: relative;
}

.vscs-ped-children .vscs-ped-node::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 50%;
  width: 0.9rem;
  height: 1px;
  background: var(--gold);
}

.vscs-ped-leaves {
  border-left: 1px solid rgba(201, 162, 75, 0.55);
  padding-left: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vscs-ped-leaf {
  position: relative;
  color: var(--cream);
  opacity: 0.88;
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
}

.vscs-ped-leaf::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 50%;
  width: 0.8rem;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

/* ---------- Hero horse head ---------- */
.vscs-hero-img-wrap {
  position: relative;
  height: 100%;
  min-height: 520px;
}

.vscs-hero-img-wrap img.vscs-head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  object-position: top right;
}

/* Overlapping duo photos */
.vscs-duo-photos {
  position: relative;
  margin-top: 1.5rem;
  height: 280px;
}

.vscs-duo-photos img {
  position: absolute;
  border: 2px solid var(--gold);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.vscs-photo-back {
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  z-index: 1;
}

.vscs-photo-front {
  bottom: -30px;
  left: 0;
  width: 54%;
  height: 78%;
  z-index: 2;
}

/* ---------- Right copy column ---------- */
.vscs-copy p {
  color: var(--cream);
  opacity: 0.9;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.vscs-copy .vscs-mind {
  color: var(--gold-soft);
}

.vscs-copy .vscs-mind strong {
  font-weight: 700;
}

.vscs-copy .vscs-mind em {
  font-style: italic;
}

.vscs-mind-divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1rem 0 1.3rem;
}

.vscs-mind-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.5);
}

.vscs-mind-divider .vscs-star {
  color: var(--gold);
  font-size: 0.8rem;
}

.vscs-fee-box {
  border: 1px solid var(--gold);
  padding: 1rem 1.3rem;
  margin-top: 1.6rem;
}

.vscs-fee-box .vscs-fee-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--gold-soft);
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}

.vscs-fee-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 500;
}

.vscs-fee-specs span:not(:last-child) {
  border-right: 1px solid rgba(245, 241, 232, 0.35);
  padding-right: 0.9rem;
}

/* ---------- Bottom tagline bar ---------- */
.vscs-tagline-bar {
  border-top: 1px solid rgba(201, 162, 75, 0.4);
  margin-top: 3rem;
  padding: 2rem 0;
}

.vscs-tagline-col {
  color: var(--cream);
  opacity: 0.92;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 1.2rem;
}

.vscs-tagline-col:not(:last-child) {
  border-right: 1px solid rgba(201, 162, 75, 0.3);
}

@media (max-width: 991.98px) {
  .vscs-title-block {
    text-align: left;
  }
  .vscs-title-divider {
    justify-content: flex-start;
  }
  .vscs-hero-img-wrap {
    min-height: 320px;
    margin-top: 2rem;
  }
  .vscs-duo-photos {
    height: 220px;
  }
  .vscs-tagline-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(201, 162, 75, 0.25);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.vscs-forsale {
  background: linear-gradient(180deg, rgba(5, 5, 3, 0.82) 0%, rgba(5, 5, 3, 0.78) 100%), radial-gradient(circle at 50% 0%, #2a2416 0%, #100e08 70%);
  padding: 4rem 0 3.5rem;
}

.vscs-fs-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  color: var(--cream);
  margin: 0;
}

.vscs-fs-title .vscs-accent {
  color: var(--gold-soft);
  display: block;
}

.vscs-fs-divider {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 420px;
  margin: 1.4rem auto 1.6rem;
}

.vscs-fs-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

.vscs-fs-divider .vscs-star {
  color: var(--gold);
  font-size: 0.85rem;
}

.vscs-fs-sub {
  text-align: center;
  color: var(--cream);
  opacity: 0.9;
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 780px;
  margin: 0 auto 3rem;
}

/* Gallery */
.vscs-fs-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 10px;
  display: block;
}

.vscs-fs-grid .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.vscs-fs-cell {
  aspect-ratio: 4/2.7;
}

.vscs-fs-cta {
  aspect-ratio: 4/2.7;
  background: var(--cream);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vscs-fs-cta span {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c2340;
  font-size: 1.4rem;
  line-height: 1.25;
}

.vscs-fs-bottom-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  color: var(--gold);
}

.vscs-fs-bottom-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.55);
}

@media (max-width: 767.98px) {
  .vscs-fs-cell,
  .vscs-fs-cta {
    aspect-ratio: 3/2.2;
  }
}
.vscs-forsale .vscs-fs-cell {
  position: relative;
}

.vscs-forsale .vscs-fs-cell img {
  cursor: zoom-in;
}

.vscs-forsale .vscs-fs-popup-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  padding: 0;
}

.vscs-forsale .vscs-fs-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.vscs-forsale .vscs-fs-popup.is-open {
  display: flex;
}

.vscs-forsale .vscs-fs-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.vscs-forsale .vscs-fs-popup__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.vscs-forsale .vscs-fs-popup__content img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
}

.vscs-forsale .vscs-fs-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: #111;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 22px;
}

.vscs-forsale .vscs-fs-popup__caption {
  margin-top: 12px;
  font-weight: 600;
  color: #1f2937;
}

.vscs-contact {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.55) 100%), url("assets/contact-sunset-bg.png");
  background-size: cover;
  background-position: center;
  padding: 4rem 0 5rem;
}

.vscs-contact-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--cream);
  margin: 0;
  line-height: 1;
}

.vscs-contact-title .vscs-accent {
  color: var(--gold-soft);
}

.vscs-contact-divider {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 420px;
  margin: 1.3rem auto 1.6rem;
}

.vscs-contact-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.6);
}

.vscs-contact-divider .vscs-star {
  color: var(--gold);
  font-size: 0.9rem;
}

.vscs-contact-sub {
  text-align: center;
  color: var(--cream);
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto 2.75rem;
}

/* Form card */
.vscs-form-card {
  background: rgba(10, 9, 7, 0.86);
  border: 1px solid var(--gold);
  border-radius: 16px;
  padding: 2.5rem 2.5rem 2.25rem;
  max-width: 920px;
  margin: 0 auto;
}

.vscs-field-label {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.vscs-form-card .form-control {
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: var(--cream);
  padding: 0.7rem 0.9rem;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
}

.vscs-form-card .form-control::placeholder {
  color: rgba(245, 241, 232, 0.4);
}

.vscs-form-card .form-control:focus {
  background: transparent;
  border-color: var(--gold-soft);
  color: var(--cream);
  box-shadow: 0 0 0 0.18rem rgba(201, 162, 75, 0.25);
}

.vscs-field-group {
  margin-bottom: 1.6rem;
}

/* Interest options */
.vscs-interest-heading {
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.vscs-interest-option {
  position: relative;
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 1.1rem 1rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.vscs-interest-option:hover {
  background: rgba(201, 162, 75, 0.12);
}

.vscs-interest-badge {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--cream);
  font-size: 1.05rem;
}

.vscs-interest-option p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--cream);
  font-size: 0.92rem;
}

.vscs-interest-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Mid divider */
.vscs-mid-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.2rem 0 1.8rem;
  color: var(--gold);
}

.vscs-mid-divider .vscs-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 75, 0.5);
}

/* Social */
.vscs-social-heading {
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

.vscs-social-row {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 2rem;
}

.vscs-social-icon {
  width: 52px;
  height: 52px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  text-decoration: none;
  transition: background 0.2s ease;
}

.vscs-social-icon:hover {
  background: rgba(201, 162, 75, 0.15);
}

.vscs-social-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--gold);
}

/* Submit */
.vscs-submit-btn {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.vscs-submit-btn:hover {
  background: var(--gold);
  color: #0c0c0a;
}

@media (max-width: 575.98px) {
  .vscs-form-card {
    padding: 1.75rem 1.25rem;
  }
}
.vscs-field-group .form-select,
.vscs-field-group select {
  background-image: none;
}
.vscs-field-group .nice-select {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid var(--gold);
  border-radius: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
.vscs-field-group .nice-select:focus, .vscs-field-group .nice-select:hover {
  border-color: var(--gold);
  background-color: transparent;
}
.vscs-field-group .nice-select::after {
  border-color: var(--gold);
}

/*# sourceMappingURL=style.css.map */
