@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Jost:wght@200;300;400;500;600&display=swap";.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 0;transition:padding .4s ease,background .4s ease,border-color .4s ease;border-bottom:1px solid transparent}.nav--scrolled{padding:.75rem 0;background:rgba(10,6,4,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--gold-line)}.nav__inner{max-width:1360px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;flex-direction:column}.nav__logo-name{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;color:var(--sand);letter-spacing:.08em;line-height:1}.nav__logo-sub{font-size:.55rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-top:3px}.nav__links{display:flex;align-items:center;gap:2.5rem}.nav__link{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sand-dim);font-weight:400;transition:color .2s;position:relative}.nav__link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .25s ease;transform-origin:left}.nav__link:hover,.nav__link--active{color:var(--sand)}.nav__link:hover:after,.nav__link--active:after{transform:scaleX(1)}.nav__link--cta{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:400;padding:.5rem 1.25rem;box-shadow:inset 0 0 0 1px var(--gold-line);transition:all .2s}.nav__link--cta:after{display:none}.nav__link--cta:hover{background:var(--gold-pale);box-shadow:inset 0 0 0 1px var(--gold);color:var(--gold)}.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__hamburger span{display:block;width:22px;height:1px;background:var(--sand);transition:transform .2s,opacity .2s}.nav__hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 900px){.nav__hamburger{display:flex}.nav__links{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(10,6,4,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:flex-start;padding:2rem 3rem;gap:1.5rem;border-bottom:1px solid var(--gold-line)}.nav__links--open{display:flex}}.footer{border-top:1px solid var(--gold-line);padding:5rem 0 0;background:var(--void)}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem}.footer__name{display:block;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--sand);letter-spacing:.06em;margin-bottom:.3rem}.footer__tagline{display:block;font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer__bio{font-size:.82rem;line-height:1.8;color:var(--sand-dim);max-width:300px;font-weight:300}.footer__nav,.footer__contact{display:flex;flex-direction:column;gap:.85rem;padding-top:.25rem}.footer__nav-title{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem;display:block}.footer__nav a,.footer__contact a,.footer__contact span{font-size:.82rem;color:var(--sand-dim);transition:color .2s;font-weight:300}.footer__nav a:hover,.footer__contact a:hover{color:var(--sand)}.footer__bottom{border-top:1px solid rgba(201,169,110,.12);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:.7rem;color:var(--sand);letter-spacing:.06em}@media (max-width: 900px){.footer__inner{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer__inner{grid-template-columns:1fr;gap:2.5rem}.footer__bio{max-width:100%}}.hcard{display:flex;flex-direction:column;background:var(--void-soft);cursor:pointer;position:relative;overflow:hidden;transition:background .3s ease;min-height:380px}.hcard:hover{background:var(--void-mid)}.hcard__photo{position:relative;aspect-ratio:4/3;overflow:hidden;flex-shrink:0}.hcard__photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94);filter:brightness(.88) saturate(.9)}.hcard:hover .hcard__photo img{transform:scale(1.06);filter:brightness(.95) saturate(1)}.hcard__photo-empty{width:100%;height:100%;background:linear-gradient(135deg,var(--void-mid) 0%,var(--void-soft) 100%)}.hcard__photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,6,4,.6) 0%,transparent 60%)}.hcard__info{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.75rem 1.75rem;position:relative;border-top:1px solid var(--gold-line)}.hcard__num{font-family:Cormorant Garamond,serif;font-size:.65rem;color:var(--gold);letter-spacing:.14em;margin-bottom:.75rem;opacity:.7}.hcard__main{flex:1}.hcard__name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;color:var(--sand);line-height:1.2;margin-bottom:.3rem;transition:color .2s}.hcard:hover .hcard__name{color:#fff}.hcard__barn{font-size:.75rem;color:var(--sand);font-style:italic;margin-bottom:.75rem}.hcard__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.hcard__tags span{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.2rem .55rem}.hcard__bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(242,237,228,.06)}.hcard__price{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;color:var(--gold);line-height:1}.hcard__price--contact{font-size:.75rem;font-family:Jost,sans-serif;font-weight:300;letter-spacing:.08em;color:var(--sand-dim)}.hcard__arrow{font-size:1rem;color:var(--sand);transition:transform .2s,color .2s;line-height:1}.hcard:hover .hcard__arrow{transform:translate(5px);color:var(--gold)}.hcard__badge{position:absolute;top:1rem;right:1.25rem;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;background:var(--gold);color:var(--void);padding:.3rem .7rem;font-weight:500}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:6rem;position:relative;overflow:hidden;background:var(--void)}.hero:before{content:"";position:absolute;top:-20%;right:-15%;width:80vw;height:80vw;border-radius:50%;background:radial-gradient(circle,rgba(139,74,28,.12) 0%,transparent 70%);pointer-events:none}.hero__rule{position:absolute;top:0;left:3rem;width:1px;height:100%;background:linear-gradient(to bottom,transparent 5%,var(--gold-line) 30%,var(--gold-line) 70%,transparent 95%)}.hero__content{position:relative;z-index:1;max-width:1360px;margin:0 auto;padding:0 3rem;width:100%;padding-top:160px}.hero__eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero__eyebrow:before{content:"";width:32px;height:1px;background:var(--gold);flex-shrink:0}.hero__number{font-family:Cormorant Garamond,serif;font-size:.75rem;color:var(--gold);letter-spacing:.14em}.hero__title{font-family:Cormorant Garamond,serif;font-size:clamp(5rem,11vw,10.5rem);font-weight:300;color:var(--sand);line-height:.92;letter-spacing:-.02em;margin-bottom:3rem}.hero__title em{font-style:italic;color:#f2ede473}.hero__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.hero__tagline{max-width:340px;font-size:.82rem;line-height:1.8;color:var(--sand-dim);font-weight:300;letter-spacing:.02em}.hero__actions{display:flex;gap:1rem;align-items:center}.hero__scroll{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--sand);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase}.hero__scroll:after{content:"";width:1px;height:50px;background:linear-gradient(to bottom,var(--gold-line),transparent)}.marquee{border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line);padding:1.1rem 0;overflow:hidden;white-space:nowrap;margin:5rem 0}.marquee__track{display:inline-flex;gap:3rem;animation:marquee 22s linear infinite}.marquee__item{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--sand-dim);letter-spacing:.06em;flex-shrink:0;display:flex;align-items:center;gap:3rem}.marquee__item:after{content:"·";color:var(--gold);font-style:normal}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.about{padding:4rem 0 8rem}.about__inner{display:grid;grid-template-columns:1fr 2fr;gap:8rem;align-items:start}.about__left{position:sticky;top:6rem}.about__label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:1rem}.about__label:before{content:"";width:40px;height:1px;background:var(--gold);flex-shrink:0;transform:rotate(180deg)}.about__title{font-family:Cormorant Garamond,serif;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:300;line-height:1.1;color:var(--sand);margin-bottom:2.5rem}.about__title span{display:block;font-style:italic;color:var(--sand-dim)}.about__body{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3.5rem}.about__body p{font-size:.88rem;line-height:1.9;color:var(--sand-dim);font-weight:300}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--gold-line);border-left:1px solid var(--gold-line)}.stat{padding:2rem 1.75rem;border-right:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line)}.stat__number{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;color:var(--gold);display:block;line-height:1;margin-bottom:.4rem}.stat__label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sand)}.featured{padding:2rem 0 8rem}.featured__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gold-line)}.featured__title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--sand)}.featured__links{display:flex;gap:1.5rem;align-items:center;flex-shrink:0}.featured__link{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sand-dim);transition:color .2s;display:flex;align-items:center;gap:.5rem}.featured__link:hover{color:var(--gold)}.featured__link:after{content:"→"}.cta-banner{border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line);padding:6rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.06) 0%,transparent 70%);pointer-events:none}.cta-banner__inner{text-align:center;position:relative}.cta-banner__title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:300;color:var(--sand);line-height:1.1;margin-bottom:1.5rem}.cta-banner__title em{font-style:italic;color:var(--gold)}.cta-banner__sub{font-size:.85rem;color:var(--sand-dim);max-width:460px;margin:0 auto 2.5rem;line-height:1.8;font-weight:300}.cta-banner__rule{width:1px;height:60px;background:linear-gradient(to bottom,var(--gold-line),transparent);margin:2.5rem auto 0}.horse-grid{display:grid;gap:1px;background:var(--gold-line);border:1px solid var(--gold-line)}.horse-grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1100px){.about__inner{gap:4rem}.about__body{grid-template-columns:1fr}}@media (max-width: 900px){.hero__title{font-size:clamp(3.5rem,12vw,5.5rem)}.about__inner{grid-template-columns:1fr}.about__left{display:none}.horse-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero__footer{flex-direction:column;align-items:flex-start}.horse-grid--3,.about__body{grid-template-columns:1fr}.about__stats{grid-template-columns:1fr 1fr}.featured__head{flex-direction:column;align-items:flex-start;gap:1rem}}.horses-page__header{background:var(--void);padding:10rem 0 4rem;position:relative;overflow:hidden;border-bottom:1px solid var(--gold-line)}.horses-page__header:before{content:attr(data-type);position:absolute;top:50%;right:-1rem;transform:translateY(-50%);font-family:Cormorant Garamond,serif;font-size:22vw;font-weight:700;color:#c9a96e0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.horses-page__header-inner{max-width:1360px;margin:0 auto;padding:0 3rem}.horses-page__count{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.horses-page__count:before{content:"";width:28px;height:1px;background:var(--gold)}.horses-page__title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,6rem);font-weight:300;color:var(--sand);line-height:1;letter-spacing:-.01em;margin-bottom:1rem}.horses-page__sub{font-size:.82rem;color:var(--sand-dim);max-width:420px;line-height:1.8;font-weight:300}.horses-page__body{padding:4rem 0 7rem}.horse-grid--auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1px;background:var(--gold-line);border:1px solid var(--gold-line)}.horses-page__empty{padding:6rem 0;text-align:center;color:var(--sand-dim);font-size:.88rem;letter-spacing:.06em}.horses-page__empty:before{content:"";display:block;width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--gold-line));margin:0 auto 2rem}.horses-page__state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem;color:var(--sand-dim);font-size:.82rem;letter-spacing:.04em}.eyebrow{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:400}@media (max-width: 768px){.horses-page__header{padding:8rem 0 3rem}.horses-page__header-inner{padding:0 1.5rem}}@media (max-width: 600px){.horse-grid--auto{grid-template-columns:1fr}}.detail__header{background:var(--void);padding:10rem 0 4rem;position:relative;overflow:hidden;border-bottom:1px solid var(--gold-line)}.detail__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold-line) 30%,var(--gold-line) 70%,transparent)}.detail__breadcrumb{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sand)}.detail__breadcrumb a{transition:color .2s}.detail__breadcrumb a:hover{color:var(--gold)}.detail__breadcrumb-sep{color:var(--gold-line)}.detail__title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:300;color:var(--sand);line-height:1;letter-spacing:-.01em}.detail__barn{font-style:italic;color:var(--sand);margin-top:.5rem;font-size:.95rem;font-family:Cormorant Garamond,serif}.detail__body{display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;padding:5rem 0 7rem;align-items:start}.detail__main-photo{overflow:hidden;background:var(--void-soft);aspect-ratio:4/3}.detail__main-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.95);transition:filter .3s}.detail__main-photo img:hover{filter:brightness(1)}.detail__no-photo{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--sand);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--gold-line)}.detail__thumbs{display:flex;gap:.35rem;margin-top:.35rem}.detail__thumb{width:68px;height:50px;overflow:hidden;cursor:pointer;border:1px solid transparent;background:none;padding:0;transition:border-color .2s;flex-shrink:0}.detail__thumb img{width:100%;height:100%;object-fit:cover}.detail__thumb--active{border-color:var(--gold)}.detail__info{position:sticky;top:7rem}.detail__price{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:400;color:var(--gold);line-height:1;margin-bottom:.5rem}.detail__status-badge{display:inline-block;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;background:var(--gold);color:var(--void);padding:.3rem .8rem;font-weight:500;margin-bottom:2rem}.detail__specs{border-top:1px solid var(--gold-line);margin-bottom:2rem}.detail__spec{display:flex;justify-content:space-between;align-items:baseline;padding:.85rem 0;border-bottom:1px solid rgba(201,169,110,.1);gap:1rem}.detail__spec-label{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sand);flex-shrink:0}.detail__spec-value{font-size:.85rem;color:var(--sand-dim);text-align:right}.detail__section-title{font-family:Cormorant Garamond,serif;font-size:.9rem;font-weight:400;color:var(--sand);letter-spacing:.08em;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.detail__section-title:before{content:"";width:20px;height:1px;background:var(--gold);flex-shrink:0}.detail__pedigree,.detail__description{margin-bottom:2rem}.detail__description p{font-size:.85rem;line-height:1.9;color:var(--sand-dim);font-weight:300}.detail__cta{display:flex;flex-direction:column;gap:.6rem;padding-top:1.5rem;border-top:1px solid var(--gold-line)}.detail__cta .btn{text-align:center;width:100%}.detail__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sand);transition:color .2s;margin-bottom:2rem}.detail__back:hover{color:var(--gold)}.detail-state{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:80px;color:var(--sand-dim)}.spinner{width:28px;height:28px;border:1px solid var(--gold-line);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.detail__body{grid-template-columns:1fr;gap:3rem}.detail__info{position:static}}@media (max-width: 768px){.detail__header{padding:8rem 0 3rem}}:root{--ink: #09060380;--void: #0A0604;--void-mid: #120C08;--void-soft: #1C1410;--sand: #F2EDE4;--sand-dim: rgba(242, 237, 228, .55);--sand-mute: rgba(242, 237, 228, .25);--gold: #C9A96E;--gold-pale: rgba(201, 169, 110, .18);--gold-line: rgba(201, 169, 110, .35);--rust: #8B4A1C}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--void);color:var(--sand);font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:400}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1360px;margin:0 auto;padding:0 3rem}.eyebrow{font-family:Jost,sans-serif;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:400}.rule{width:1px;height:80px;background:linear-gradient(to bottom,var(--gold),transparent);margin:0 auto}.btn{display:inline-block;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;padding:.9rem 2.25rem;cursor:pointer;transition:all .25s ease;border:none}.btn--gold{background:var(--gold);color:var(--void)}.btn--gold:hover{background:#dfc082}.btn--outline{background:transparent;color:var(--sand);box-shadow:inset 0 0 0 1px var(--sand-mute)}.btn--outline:hover{box-shadow:inset 0 0 0 1px var(--sand)}.btn--ghost{background:transparent;color:var(--gold);box-shadow:inset 0 0 0 1px var(--gold-line)}.btn--ghost:hover{background:var(--gold-pale);box-shadow:inset 0 0 0 1px var(--gold)}@media (max-width: 768px){.container{padding:0 1.5rem}}
