:root{--sale-bordeaux:#7d1f37;--sale-cream:#f6f1e7;--sale-ink:#20251f}
.horse-nav{background:#214f3d;color:#fff;border-top:1px solid #ffffff2e}
.horse-nav__inner{min-height:66px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}
.horse-nav a{color:#fff;text-decoration:none;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.horse-nav a:last-child{text-align:right}.horse-nav__back{color:#eadab5!important}
.horse-detail{padding:54px 0 74px;background:var(--sale-cream)}
.horse-detail__grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.8fr);gap:46px;align-items:start}
.horse-gallery__stage{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:4px;background:#ded8cb;box-shadow:0 18px 40px #1c271e1c}
.horse-gallery__stage>img{display:block;width:100%;height:100%;object-fit:cover}
.horse-gallery__placeholder{height:100%;display:grid;place-items:center;color:#68675f}
.gallery-arrow{position:absolute;top:50%;translate:0 -50%;width:48px;height:48px;border:0;border-radius:50%;background:#f6f1e7e6;color:#214f3d;font-size:2rem;cursor:pointer;box-shadow:0 6px 20px #0002}
.gallery-arrow--prev{left:18px}.gallery-arrow--next{right:18px}
.horse-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}
.horse-gallery__thumbs button{padding:0;border:2px solid transparent;background:none;aspect-ratio:4/3;cursor:pointer;overflow:hidden;border-radius:3px}
.horse-gallery__thumbs button.is-active{border-color:var(--sale-bordeaux)}
.horse-gallery__thumbs img{width:100%;height:100%;object-fit:cover}
.horse-summary{position:sticky;top:24px;background:#fff;padding:38px;border-top:5px solid var(--sale-bordeaux);box-shadow:0 16px 38px #1a211b16}
.horse-summary h1{margin:.2em 0 .15em;font-family:Georgia,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1;color:var(--sale-ink)}
.horse-summary__pedigree{font-family:Georgia,serif;color:#666054;font-style:italic;font-size:1.08rem}
.horse-facts{margin:28px 0;border-top:1px solid #ddd4c5}
.horse-facts div{display:grid;grid-template-columns:125px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid #ddd4c5}
.horse-facts dt{color:#746f65;font-size:.84rem}.horse-facts dd{margin:0;font-weight:700;color:var(--sale-ink)}
.horse-price{font-size:1.2rem;font-weight:800;color:var(--sale-bordeaux)}
.horse-summary__actions{display:grid;gap:10px;margin-top:22px}.horse-summary__actions .button{text-align:center}
.horse-summary__contact{margin:20px 0 0;color:#6b675e;font-size:.86rem;line-height:1.65}
.horse-information{padding:84px 0;background:#fff}
.horse-information__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.horse-story h2,.horse-media h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);margin:.15em 0}
.horse-story>p{font-size:1.08rem;line-height:1.85}.horse-story h3{margin-top:36px}
.horse-accordions details{border-top:1px solid #d7d0c4}.horse-accordions details:last-child{border-bottom:1px solid #d7d0c4}
.horse-accordions summary{position:relative;padding:22px 44px 22px 0;font-weight:800;cursor:pointer;list-style:none}
.horse-accordions summary::-webkit-details-marker{display:none}.horse-accordions summary:after{content:'+';position:absolute;right:8px;font-size:1.45rem;color:var(--sale-bordeaux)}
.horse-accordions details[open] summary:after{content:'−'}.horse-accordions details>div{padding:0 40px 24px 0;color:#5f5b53;line-height:1.7}
.text-link{color:var(--sale-bordeaux);font-weight:800;text-decoration:none}
.horse-media{padding:80px 0;background:#1f332a;color:#fff}.horse-media .kicker{color:#eadab5}
.horse-video{margin-top:28px;aspect-ratio:16/9;background:#000;overflow:hidden}.horse-video iframe{width:100%;height:100%;border:0}
.horse-disclaimer{padding:45px 0 70px;background:#fff}.horse-not-found{padding:100px 0;min-height:55vh;background:var(--sale-cream)}
.sales-grid-v19{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sale-card-v19{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px #20231f17}
.sale-card-v19__link{display:block;color:inherit;text-decoration:none}.sale-card-v19__image{width:100%;height:280px;object-fit:cover;background:var(--ivory2)}
.sale-card-v19__placeholder{height:280px;display:grid;place-items:center;background:var(--ivory2)}
.sale-card-v19__copy{padding:25px}.sale-card-v19__copy h3{margin:.35em 0;font-family:Georgia,serif;font-size:1.7rem}
.sale-card-v19__meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 18px;color:var(--muted)}
.sale-card-v19__meta span{padding:5px 9px;border:1px solid var(--line);border-radius:99px;font-size:.82rem}
.sale-card-v19__price{color:var(--sale-bordeaux);font-weight:800}.sale-card-v19__action{display:inline-block;margin-top:12px;color:var(--sale-bordeaux);font-weight:800}
.sale-card-v19:hover{translate:0 -3px;box-shadow:0 16px 34px #20231f22}.sale-card-v19{transition:translate .2s ease,box-shadow .2s ease}
@media(max-width:920px){
  .horse-detail__grid,.horse-information__grid{grid-template-columns:1fr;gap:38px}.horse-summary{position:static}.sales-grid-v19{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .horse-nav__inner{grid-template-columns:1fr 1fr;min-height:78px}.horse-nav__back{grid-column:1/-1;grid-row:1;text-align:center}.horse-nav a{font-size:.68rem}
  .horse-detail{padding:26px 0 48px}.horse-detail__grid{gap:20px}.horse-summary{padding:26px 22px}.horse-summary h1{font-size:2.5rem}
  .horse-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.gallery-arrow{width:40px;height:40px}.horse-information,.horse-media{padding:58px 0}
  .sales-grid-v19{grid-template-columns:1fr}.sale-card-v19__image,.sale-card-v19__placeholder{height:245px}
}
@media(prefers-reduced-motion:reduce){.sale-card-v19{transition:none}}
