/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ===== Custom Image Features (scoped to .g-cif) ===== */
.g-cif {
  padding: 2rem 0;
}
.g-cif--pad-none {
  padding: 0;
}
.g-cif--pad-small {
  padding: 1rem 0;
}
.g-cif--pad-medium {
  padding: 2rem 0;
}
.g-cif--pad-large {
  padding: 3rem 0;
}
.g-cif__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
/* Columns at desktop */
@media (min-width: 992px) {
  .g-cif--cols-2 .g-cif__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-cif--cols-3 .g-cif__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.g-cif__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: var(--cif-card-h, 280px);
  background: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
/* Left/right variants */
.g-cif__card--left {
  direction: ltr;
}
.g-cif__card--right {
  direction: rtl;
}
.g-cif__card--right > * {
  direction: ltr;
}
.g-cif__media {
  position: relative;
  overflow: hidden;
}
.g-cif__media-inner {
  width: 100%;
  height: 100%;
}
.g-cif__media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Aspect helpers if you prefer preserved ratio wrappers */
.g-cif__ratio--sixteen-nine {
  aspect-ratio: 1.7777777778;
}
.g-cif__ratio--three-two {
  aspect-ratio: 1.5;
}
.g-cif__ratio--four-three {
  aspect-ratio: 1.3333333333;
}
.g-cif__content {
  background: var(--cif-bg, #19a0e6);
  color: var(--cif-text, #eaf7fa);
  position: relative;
  display: flex;
  align-items: center;
}
/* The wedge that points toward the image */
.g-cif__content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 18px solid transparent;
}
.g-cif__card--left .g-cif__content::before {
  left: -2px;
  border-left-color: var(--cif-bg, #19a0e6);
}
.g-cif__card--right .g-cif__content::before {
  right: -2px;
  border-right-color: var(--cif-bg, #19a0e6);
}
/* Hover: nudge the wedge toward the image */
.g-cif__card:hover .g-cif__content::before {
  transform: translateY(-50%) translateX(4px);
}
.g-cif__card--right:hover .g-cif__content::before {
  transform: translateY(-50%) translateX(-4px);
}
.g-cif__content-inner {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Large title, but not an H tag */
.g-cif__title {
  color: var(--cif-title, #fff);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.g-cif__desc {
  flex: 1 1 auto;
  line-height: 1.6;
  /* Optional clamping to help equalize heights */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--cif-clamp, 3);
  overflow: hidden;
}
.g-cif__footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.g-cif__label {
  opacity: 0.95;
  font-size: 0.95rem;
}
.g-cif__arrow {
  color: var(--cif-arrow, currentColor);
  display: inline-flex;
}
/* Arrow motion */
.g-cif__card:hover .g-cif__arrow {
  transform: translateX(6px);
  transition: transform 0.25s ease;
}
/* Make the whole content panel clickable */
.g-cif__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* Stack on small screens */
@media (max-width: 768px) {
  .g-cif__card {
    grid-template-columns: 1fr;
  }
  .g-cif__card--right .g-cif__content::before, .g-cif__card--left .g-cif__content::before {
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    display: none;
  }
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/PlusJakartaSans-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Regular.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Regular.woff') format("woff"), url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/PlusJakartaSans-Italic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Italic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Italic.woff') format("woff"), url('../fonts/PlusJakartaSans-Italic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Italic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/PlusJakartaSans-Light.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Light.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Light.woff') format("woff"), url('../fonts/PlusJakartaSans-Light.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Light.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/PlusJakartaSans-LightItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-LightItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-LightItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-LightItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-LightItalic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/PlusJakartaSans-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Medium.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Medium.woff') format("woff"), url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Medium.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/PlusJakartaSans-MediumItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-MediumItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-MediumItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-MediumItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-MediumItalic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/PlusJakartaSans-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-SemiBold.woff2') format("woff2"), url('../fonts/PlusJakartaSans-SemiBold.woff') format("woff"), url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype"), url('../fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-SemiBoldItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-SemiBoldItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-SemiBoldItalic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/PlusJakartaSans-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Bold.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Bold.woff') format("woff"), url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/PlusJakartaSans-BoldItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-BoldItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-BoldItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-BoldItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-BoldItalic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/PlusJakartaSans-ExtraBold.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-ExtraBold.woff2') format("woff2"), url('../fonts/PlusJakartaSans-ExtraBold.woff') format("woff"), url('../fonts/PlusJakartaSans-ExtraBold.ttf') format("truetype"), url('../fonts/PlusJakartaSans-ExtraBold.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-ExtraBoldItalic.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/PlusJakartaSans-ExtraLight.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-ExtraLight.woff2') format("woff2"), url('../fonts/PlusJakartaSans-ExtraLight.woff') format("woff"), url('../fonts/PlusJakartaSans-ExtraLight.ttf') format("truetype"), url('../fonts/PlusJakartaSans-ExtraLight.svg#PlusJakartaSans') format("svg");
}
@font-face {
  font-family: "PlusJakartaSans";
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.eot#iefix') format("embedded-opentype"), url('../fonts/PlusJakartaSans-ExtraLightItalic.woff2') format("woff2"), url('../fonts/PlusJakartaSans-ExtraLightItalic.woff') format("woff"), url('../fonts/PlusJakartaSans-ExtraLightItalic.ttf') format("truetype"), url('../fonts/PlusJakartaSans-ExtraLightItalic.svg#PlusJakartaSans') format("svg");
}
body, .font-plus-jakarta {
  font-family: "PlusJakartaSans", sans-serif;
}
.g-features2-particle .g-features2-particle-title a {
  color: #FFF;
}
/* ===== Logo Bottom Glow Boost (Mobile Only) ===== */
@media (max-width: 768px) {
  #logo-1996-particle .g-logo img {
    filter: drop-shadow(0 4px 6px rgba(255, 255, 255, 0.35)) drop-shadow(0 8px 12px rgba(255, 255, 255, 0.5));
    /* stronger bottom glow */
  }
}
/* ===== Samantha's Vanner Heading Styles ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Italianno", serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 1rem;
}
h1 {
  font-size: 3.6rem;
  letter-spacing: 1.5px;
}
h2 {
  font-size: 3.4rem;
  letter-spacing: 1.2px;
}
h3 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
h4 {
  font-size: 1.9rem;
  letter-spacing: 0.75px;
}
h5 {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}
h6 {
  font-size: 1.7rem;
  letter-spacing: 0.4px;
}
h1::after, h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #D4AF37;
  /* Gold accent line */
  margin: 0.3em auto 0;
}
h1, h2 {
  font-family: "Italianno", cursive;
  text-shadow: 1px 1px 1px #FFE2BF;
}
/* Add ~2rem top space to the module in footer-b */
.footer-b .moduletable, .moduletable.footer-b {
  margin-top: 2rem;
}
#g-footer {
  background-position: top center;
}
/* ===== Footer legibility boost ===== */
#g-footer {
  color: #fff9f0;
}
#g-footer p, #g-footer li, #g-footer a, #g-footer span, #g-footer strong, #g-footer em, #g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6 {
  text-shadow: 0 2px 2px rgba(59, 31, 15, 0.65), 0 0 8px rgba(59, 31, 15, 0.55);
  /* glow to fight noise */
}
#g-footer a {
  color: #fff9f0;
  text-decoration: none;
}
#g-footer a:hover {
  text-decoration: underline;
  color: #fff9f0;
}
#g-additional h2 {
  color: #edb059;
  text-shadow: 0px 1px 1px #FFE2BF;
  padding-bottom: 3rem;
}
#g-additional h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #edb059;
  /* Gold accent line */
  margin: 0.3em auto 0;
  padding-bottom: 0.15rem;
}
#g-extension h2 {
  color: #edb059;
  text-shadow: 0px 1px 1px #FFE2BF;
  padding-bottom: 3rem;
}
#g-extension h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #edb059;
  /* Gold accent line */
  margin: 0.3em auto 0;
  padding-bottom: 0.15rem;
}
/* Extra breathing room between columns and when stacked */
.svs-cols .g-block {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .svs-cols .g-block:first-child {
    margin-bottom: 1rem;
  }
}
/* Home Adjustment */
.outline-20 #g-feature {
  padding: 5.5rem 0;
}
#g-top .g-features2-particle.style2 .g-features2-particle-item .g-features2-particle-desc {
  font-size: 0.8rem;
  color: #FFF;
}
#g-top .g-features2-particle.style2 .g-features2-particle-item .g-features2-particle-title {
  font-size: 1.5rem;
  color: #FEE1BA;
}
/* ===== 50/50 Intro (scoped) ===== */
.sv-50intro {
  padding: 2.5rem 0;
}
.sv-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transform: translateZ(0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sv-card__media {
  aspect-ratio: 1.5;
}
.sv-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.6s ease;
}
.sv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.sv-card:hover .sv-card__media img {
  transform: scale(1.06);
}
/* subtle zoom */
.sv-copy {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0;
}
.sv-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 0.85rem;
}
.sv-title {
  font-weight: 800;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  margin: 0.25rem 0 0.75rem;
}
.sv-text {
  line-height: 1.7;
}
/* gutter + vertical alignment (NO gap so 50% + 50% stays on one row) */
.sv-50intro .sv-grid {
  align-items: center;
}
.sv-50intro .sv-grid .g-block.size-50 + .g-block.size-50 {
  padding-left: 2rem;
}
/* ensure blocks don't overflow when custom widths/padding apply */
.sv-50intro .sv-grid .g-block.size-50 {
  min-width: 0;
}
/* figure default margins can collapse spacing—zero them */
.sv-50intro .sv-card__media {
  margin: 0;
}
/* Mobile: stack + remove left padding, add top spacing for text column */
@media (max-width: 992px) {
  .sv-50intro .sv-grid .g-block.size-50 + .g-block.size-50 {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .sv-copy {
    text-align: center;
  }
}
/* ===== Horse Main Feature ===== */
/* ===== SVS: Animated Horse Name Heading (Gantry g-title) ===== */
/* Larger title ONLY on Outline 19 */
.outline-19 #g-extension h3, .outline-19 #g-additional h3 {
  font-size: 5rem;
  line-height: 1.2;
}
.outline-19 .g-main-feature {
  margin-bottom: 2rem;
}
:root {
  --svs-gold: #D4AF37;
  /* gold */
  --svs-gold-alt: #edb059;
  --svs-brown: #3a2316;
  /* dark brown */
  --svs-white: #FEF7F3;
}
#g-extension .g-title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: none;
  color: var(--svs-brown);
  text-shadow: 1px 1px 1px #FFE2BF;
  transform: translateY(6px);
  opacity: 0;
  animation: svsFadeUp 600ms ease-out forwards;
}
#g-additional .g-title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: none;
  color: var(--svs-brown);
  text-shadow: 1px 1px 1px #FFE2BF;
  transform: translateY(6px);
  opacity: 0;
  animation: svsFadeUp 600ms ease-out forwards;
}
/* Custom gold underline */
#g-extension .g-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  background: var(--svs-gold);
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  animation: svsLine 700ms 150ms ease-out forwards;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.15);
}
/* Custom gold underline */
#g-additional .g-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  background: var(--svs-gold);
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  animation: svsLine 700ms 150ms ease-out forwards;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.15);
}
/* Sparkle sweep across underline */
#g-extension .g-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.9) 25%, transparent 50%);
  background-size: 200% 100%;
  opacity: 0;
  pointer-events: none;
  animation: svsSparkle 900ms 360ms ease-out forwards;
}
#g-additional .g-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.9) 25%, transparent 50%);
  background-size: 200% 100%;
  opacity: 0;
  pointer-events: none;
  animation: svsSparkle 900ms 360ms ease-out forwards;
}
/* Animations */
@keyframes svsFadeUp {
  from {
    transform: translateY(6px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes svsLine {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}
@keyframes svsSparkle {
  0% {
    opacity: 0;
    background-position: 0% 0;
  }
  10% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    background-position: 200% 0;
  }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  #g-extension .g-title {
    animation: none;
    transform: none;
    opacity: 1;
  }
  #g-extension .g-title::after {
    transform: translateX(-50%) scaleX(1);
    animation: none;
  }
  #g-extension .g-title::before {
    display: none;
  }
}
.g-main-feature .g-main-feature-title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 2.1rem;
}
#g-extension h4 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 1.3rem;
}
#g-additional h4 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 1.3rem;
}
.outline-19 #g-prebottom h3 {
  font-size: 5rem;
  line-height: 1.2;
}
#g-prebottom .g-title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: none;
  color: var(--svs-white);
  transform: translateY(6px);
  opacity: 0;
  animation: svsFadeUp 600ms ease-out forwards;
}
/* Custom gold underline */
#g-prebottom .g-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  background: var(--svs-gold);
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  animation: svsLine 700ms 150ms ease-out forwards;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.15);
}
/* Sparkle sweep across underline */
#g-prebottom .g-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.9) 25%, transparent 50%);
  background-size: 200% 100%;
  opacity: 0;
  pointer-events: none;
  animation: svsSparkle 900ms 360ms ease-out forwards;
}
/* ===== Vanner History Page ===== */
.vanner-history {
  text-align: center;
  padding: 3rem 1rem;
  background: #fff8f0;
  color: #2d2d2d;
}
.vanner-history h2 {
  font-family: "Italianno", cursive;
  font-size: 3rem;
  color: #d4af37;
  /* gold accent */
  margin-bottom: 1rem;
}
.vanner-history .intro {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.vanner-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.feature {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: transform 0.3s ease;
}
.feature:hover {
  transform: translateY(-5px);
}
.feature img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.feature h3 {
  font-family: "Italianno", cursive;
  font-size: 2rem;
  color: #6d4c41;
  margin: 0.5rem 0;
}
.feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature ul li::before {
  content: "✓ ";
  color: #78b744;
  font-weight: bold;
}
.judge-quote {
  font-style: italic;
  margin-top: 3rem;
  background: #f9f9f9;
  padding: 1.5rem;
  border-left: 4px solid #d4af37;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.judge-quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  color: #666;
}
/* ===== Widgetkit 3 Slideshow — show full image, no crop ===== */
[wk-slideshow] .wk-slideshow-items {
  height: 560px;
  background: #0e2a33;
}
[wk-slideshow] .wk-slideshow-items > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
[wk-slideshow] img[wk-cover] {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}
[wk-slideshow] .wk-background-cover, [wk-slideshow] [style*="background-image"] {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height: 100% !important;
  width: 100% !important;
}
[wk-slideshow] .wk-cover-container, [wk-slideshow] .wk-slideshow-height {
  padding-top: 0 !important;
  height: 100% !important;
}
@media (max-width: 640px) {
  [wk-slideshow] .wk-slideshow-items {
    height: 420px;
  }
}
/* ===== Hide ONLY Widgetkit's Title/Content overlay (keep thumbs/arrows) ===== */
.svs-lightbox .wk-slideshow-items .wk-overlay-primary {
  display: none !important;
}
/* ===== Our single caption under the slideshow ===== */
.svs-lightbox .svs-caption {
  margin-top: 12px;
  text-align: center;
  color: #222;
  font: 600 16px/1.45 system-ui, -apple-system, Segoe UI, Roboto, Arial;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
/* ===== Mini Lightbox (unchanged) ===== */
.__miniLB {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  cursor: zoom-out;
}
.__miniLB.__on {
  display: flex;
  animation: __lbFade 0.18s ease-out;
}
.__miniLB img {
  max-width: 96vw;
  max-height: 90vh;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}
.__miniLB .__cap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  color: #eee;
  text-align: center;
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial;
  padding: 8px 12px;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.__miniLB .__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 24vw;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
}
.__miniLB .__nav:hover {
  opacity: 0.85;
  cursor: pointer;
}
.__miniLB .__prev {
  left: 0;
}
.__miniLB .__next {
  right: 0;
}
.__miniLB .__chev {
  width: 28px;
  height: 28px;
  border: 2px solid #eee;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}
.__miniLB .__prev .__chev {
  transform: rotate(225deg);
}
.__miniLB .__next .__chev {
  transform: rotate(45deg);
}
@keyframes __lbFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Copyright Section */
#g-copyright {
  font-size: 0.9rem;
}
#g-copyright {
  background-image: url('../../../../images/black-twill.png');
}
/* Menu */
#g-header .g-container {
  width: 85rem;
}
.g-main-nav .g-toplevel {
  text-align: center;
}
.exhibit-image {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  max-width: 300px;
  height: auto;
  animation: zoomIn 1.2s ease-out forwards;
  transform: scale(0.95);
  /* Start slightly smaller */
  opacity: 0;
  /* Start invisible */
}
/* Keyframes for the entrance animation */
@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.light-box {
  background-color: #f9f7f4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.home_menu {
  max-width: 225px;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 20px;
}
li.active.g-menu-item.g-menu-item-101.g-menu-item-type-component.g-standard.home_menu a.g-menu-item-container {
  background: none !important;
  box-shadow: 0 -5px 0 0 #edb059 inset !important;
}
/* Breadcrumb Text & Animation */
#g-breadcrumb span, #g-breadcrumb a {
  color: #ffffff !important;
  /* Sets text color to white */
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  opacity: 0;
  /* Initially hidden */
  transform: translateY(10px);
  /* Moves text down slightly */
  animation: fadeInUp 0.6s ease-out forwards;
}
/* Hover Effect for Links */
#g-breadcrumb a:hover {
  color: #f8f9fa !important;
  /* Slightly lighter white on hover */
  text-decoration: underline;
}
/* Keyframes for Fade-In & Upward Motion */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Staggered Animation for Each Breadcrumb Item */
#g-breadcrumb span:nth-child(1), #g-breadcrumb a:nth-child(1) {
  animation-delay: 0.2s;
}
#g-breadcrumb span:nth-child(2), #g-breadcrumb a:nth-child(2) {
  animation-delay: 0.4s;
}
#g-breadcrumb span:nth-child(3), #g-breadcrumb a:nth-child(3) {
  animation-delay: 0.6s;
}
#g-breadcrumb span:nth-child(4), #g-breadcrumb a:nth-child(4) {
  animation-delay: 0.8s;
}
.image-pop {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}
.image-pop:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  /* Stronger shadow */
}
/* === CIF: photo overlay + working full-card link === */
.cif-bg5 .g-cif__content {
  position: relative;
  /* anchor overlay */
  color: var(--cif-text, #fff);
}
/* optional: kill the wedge/point */
.cif-bg5 .g-cif__content::before {
  display: none !important;
}
/* overlay image above the color, under content */
.cif-bg5 .g-cif__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../../../images/bg-5.jpg') center/cover no-repeat;
  background-color: rgba(34, 62, 96, 0.85);
  /* tint for legibility */
  mix-blend-mode: multiply;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  /* beneath content + link */
}
/* keep real content above overlay (but NOT the link) */
.cif-bg5 .g-cif__content > :not(a.g-cif__link) {
  position: relative;
  z-index: 1;
}
/* ensure the invisible full-card link sits on top */
.cif-bg5 .g-cif__link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
}
/* optional: mild text lift */
.cif-bg5 .g-cif__title, .cif-bg5 .g-cif__desc, .cif-bg5 .g-cif__label {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* CTA */
.g-cta-button.style1 .g-cta-inner {
  background: #2c1e0c;
  border: 1px solid #2c1e0c;
  border-left: 1px solid #2c1e0c;
}
.button:hover {
  background: #373d4b;
  border-color: #373d4b;
}
.g-features-particle .g-features-particle-title a {
  color: #941216;
  text-transform: uppercase;
}
td {
  border: none;
}
table {
  border: none;
}
@media only all and (max-width: 47.99rem) {
  .g-offcanvas-toggle {
    font-size: 2rem;
    color: #FFF;
    left: 1.563rem;
    top: -45px;
  }
  #g-header .g-logo img {
    max-width: 200px;
    height: auto;
  }
  h2 {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 3.1rem;
    letter-spacing: 1.3px;
  }
}
/*# sourceMappingURL=custom_9.css.map */