:root{
  --navy:#161741;
  --green:#6fb644;
  --green-dark:#579b34;
  --ink:#10152b;
  --muted:#62677a;
  --line:#e5e9ef;
  --soft:#f4f7f3;
  --white:#fff;
  --radius:24px;
  --shadow:0 18px 55px rgba(22,23,65,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:16px;top:16px;z-index:1000;background:#fff;padding:10px 14px;border-radius:8px}
.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar a{font-weight:750}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(22,23,65,.08)}
.header-inner{height:78px;display:flex;align-items:center;gap:26px}.brand{width:260px;flex:none}.brand img{width:100%;height:56px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;justify-content:center;gap:21px;flex:1;font-size:14px;font-weight:700}.nav a{white-space:nowrap}.nav a:hover{color:var(--green-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;border:1.5px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 28px rgba(111,182,68,.25)}.btn-primary:hover{background:var(--green-dark)}.btn-outline{border-color:#bec6d3;background:#fff;color:var(--navy)}.btn-outline:hover{border-color:var(--navy)}
.menu-btn{display:none;border:0;background:transparent;font-weight:800;color:var(--navy);font-size:15px}
.hero{overflow:hidden;background:radial-gradient(circle at 15% 10%,rgba(111,182,68,.12),transparent 28%),linear-gradient(180deg,#fff,#f9fbfc);padding:64px 0 60px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:58px}.hero-copy{max-width:650px}.eyebrow{font-size:13px;letter-spacing:.11em;font-weight:900;color:var(--green-dark);margin-bottom:12px}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;color:var(--navy);max-width:780px}.lead{font-size:19px;line-height:1.55;color:#454b62;margin:0 0 28px;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-facts{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#596078;font-size:14px;font-weight:750}.hero-facts span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:8px;vertical-align:1px}.hero-media{position:relative;min-height:560px}.hero-media:before{content:"";position:absolute;inset:38px -50px -34px 70px;background:var(--navy);border-radius:40px;transform:rotate(2deg)}.hero-media img{position:relative;width:100%;height:560px;object-fit:cover;object-position:center 40%;border-radius:34px;box-shadow:var(--shadow)}.hero-card{position:absolute;left:-42px;bottom:38px;background:#fff;border-radius:20px;padding:18px 20px;width:285px;box-shadow:var(--shadow);border:1px solid #edf0f4}.hero-card strong{display:block;color:var(--navy);font-size:17px;margin-bottom:4px}.hero-card span{font-size:13px;color:var(--muted)}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:23px 28px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}.trust-grid b,.trust-grid span{display:block}.trust-grid b{color:var(--navy);font-size:16px}.trust-grid span{font-size:13px;color:var(--muted);margin-top:3px}
.section{padding:105px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.split.reverse{grid-template-columns:1fr 1fr}.section-copy h2,.section-head h2,.location h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.035em;color:var(--navy);margin:0 0 22px}.section-copy>p,.section-head>p{font-size:17px;color:var(--muted)}.section-copy>p{margin:0 0 26px}.photo-stack{position:relative;padding:0 60px 58px 0}.photo-main{width:100%;height:530px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.photo-small{position:absolute;right:0;bottom:0;width:45%;height:260px;object-fit:cover;border-radius:22px;border:8px solid #fff;box-shadow:var(--shadow)}.feature-list{display:grid;gap:14px}.feature-list>div{display:grid;grid-template-columns:14px 1fr;gap:12px;align-items:start}.feature-list p{margin:0;color:#34394e}.dot{width:10px;height:10px;border-radius:50%;background:var(--green);margin-top:8px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:70px;margin-bottom:45px}.section-head>div{max-width:720px}.section-head>p{max-width:390px;margin:0}.section-head.center{display:block;text-align:center;max-width:780px;margin:0 auto 48px}.section-head.center p{max-width:720px;margin:0 auto}.item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.item-card{background:#fff;border:1px solid #e2e8df;border-radius:20px;padding:28px;min-height:190px;transition:.2s ease}.item-card:hover{transform:translateY(-3px);box-shadow:0 15px 38px rgba(22,23,65,.08)}.item-card h3{margin:8px 0 7px;color:var(--navy);font-size:19px}.item-card p{margin:0;color:var(--muted);font-size:14px}.item-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef6e9;color:var(--green-dark);font-size:22px;font-weight:900}
.price-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:stretch}.price-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.price-card{position:relative;border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;min-height:230px;overflow:hidden}.price-card.featured{border-color:rgba(111,182,68,.55);background:linear-gradient(180deg,#fff,#f7fbf4)}.price-card span{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--green-dark)}.price-card h3{font-size:32px;margin:8px 0 0;color:var(--navy)}.price-card p{font-size:13px;color:var(--muted);margin:5px 0 28px}.price-card strong{font-size:25px;color:var(--navy);position:absolute;left:26px;bottom:22px}.machine-no{position:absolute;right:20px;top:20px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.price-photo img{width:100%;height:100%;min-height:476px;object-fit:cover;border-radius:24px}.price-photo{margin:0}
.section-dark .eyebrow{color:#9bda77}.section-dark .section-head h2{color:#fff}.section-dark .section-head>p{color:#d1d5e2}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:10px 10px 26px;border-radius:22px}.steps img{width:100%;height:320px;object-fit:cover;border-radius:15px}.steps span{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--green);border-radius:50%;font-size:13px;font-weight:900;margin:20px 14px 10px}.steps h3{font-size:23px;margin:0 14px 5px}.steps p{color:#cfd3e0;margin:0 14px;font-size:14px}
.image-card img{width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.note{padding:18px 20px;background:#f0f6ed;border-left:4px solid var(--green);border-radius:12px;color:#394437;font-size:14px}.card-banner{background:var(--navy);border-radius:30px;padding:48px 55px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.card-banner h2{color:#fff;font-size:40px;line-height:1.05;letter-spacing:-.03em;margin:0 0 12px}.card-banner p{color:#d7dbea;max-width:700px;margin:0}.card-banner .btn{flex:none}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.location-grid img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.lead-sm{font-size:18px;color:var(--muted);margin:0 0 26px}.contact-row{display:flex;gap:12px;flex-wrap:wrap}
.footer{background:#0e1030;color:#e8eaf5;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:42px}.footer-brand img{display:block;width:300px;max-width:100%;height:auto;object-fit:contain;object-position:left center}.footer strong{color:#fff}.footer p{color:#aeb4c8;font-size:14px;line-height:1.7}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;color:#8e95ac;font-size:12px}.mobile-actions{display:none}
@media(max-width:1050px){.desktop-cta{display:none}.brand{width:225px}.nav{gap:14px;font-size:13px}.hero-grid{gap:38px}.hero-card{left:10px}.price-layout{grid-template-columns:1fr}.price-photo img{height:440px;min-height:0}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:860px){html{scroll-padding-top:78px}.topbar{display:none}.header-inner{height:68px}.brand{width:210px}.brand img{height:48px}.menu-btn{display:block;margin-left:auto}.nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px 22px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 18px 30px rgba(22,23,65,.08)}.nav.open{display:flex}.nav a{width:100%;padding:12px 0;border-bottom:1px solid #eef0f3}.hero{padding:38px 0 50px}.hero-grid,.split,.split.reverse,.location-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.hero-media{min-height:460px}.hero-media img{height:460px}.hero-media:before{inset:30px -20px -20px 55px}.hero-card{left:18px;bottom:20px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{padding:18px 0}.trust-grid>div:nth-child(odd){border-right:1px solid var(--line);padding-right:18px}.trust-grid>div:nth-child(even){padding-left:18px;border-right:0}.section{padding:75px 0}.photo-stack{order:2}.section-copy{order:1}.item-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head>p{max-width:650px;margin-top:14px}.steps{grid-template-columns:1fr}.steps img{height:360px}.card-banner{display:block;padding:38px}.card-banner .btn{margin-top:26px}.location-grid img{height:460px}.footer-grid{grid-template-columns:1.5fr 1fr}.mobile-actions{position:fixed;z-index:60;display:grid;grid-template-columns:1fr 1.45fr;left:12px;right:12px;bottom:12px;background:#fff;border-radius:999px;padding:7px;box-shadow:0 12px 40px rgba(0,0,0,.22);border:1px solid var(--line)}.mobile-actions a{height:48px;display:grid;place-items:center;border-radius:999px;font-weight:850;color:var(--navy)}.mobile-actions .primary{background:var(--green);color:#fff}.footer{padding-bottom:98px}}
@media(max-width:580px){.wrap{width:min(100% - 28px,1180px)}.hero h1{font-size:42px}.lead{font-size:17px}.hero-actions .btn{width:100%}.hero-media{min-height:430px}.hero-media img{height:430px}.hero-card{width:calc(100% - 36px)}.hero-facts{gap:10px}.trust-grid{font-size:13px}.section-copy h2,.section-head h2,.location h2{font-size:38px}.photo-stack{padding:0 30px 35px 0}.photo-main{height:420px}.photo-small{height:190px;width:48%;border-width:5px}.item-grid,.price-cards{grid-template-columns:1fr}.item-card{min-height:0}.price-photo img{height:390px}.steps img{height:300px}.image-card img{height:430px}.card-banner{padding:30px 25px}.card-banner h2{font-size:34px}.location-grid img{height:400px}.footer-grid{grid-template-columns:1fr}.footer-brand img{width:250px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:4px}}

/* V2 refinements */
.header-inner{height:92px}
.brand{width:330px}
.brand img{height:72px}
.nav{gap:17px;font-size:13px}
.icon-grid .item-card{padding:30px 26px 28px}
.item-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(145deg,#f0f8ec,#e5f2df);color:var(--green-dark);border:1px solid #d9ead0}
.item-icon img{width:38px;height:38px;color:inherit}
.item-icon img{filter:none}
.why{padding-top:88px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-grid article{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;min-height:230px}
.why-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-weight:900}
.why-grid h3{margin:18px 0 8px;color:var(--navy);font-size:20px}
.why-grid p{margin:0;color:var(--muted);font-size:14px}
.equestrian{background:linear-gradient(135deg,#121435 0%,#1c2351 62%,#273062 100%);color:#fff;overflow:hidden;position:relative}
.equestrian:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(111,182,68,.09);right:-140px;top:-170px}
.equestrian-grid{position:relative;z-index:1;display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:80px}
.equestrian-mark{width:100%;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:42px;display:grid;place-items:center;background:rgba(255,255,255,.05)}
.equestrian-mark img{width:62%;height:62%;color:#9bda77;filter:brightness(0) saturate(100%) invert(74%) sepia(35%) saturate(620%) hue-rotate(50deg) brightness(97%) contrast(88%)}
.equestrian-copy .eyebrow{color:#9bda77}
.equestrian-copy h2{font-size:clamp(38px,4.6vw,62px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px;color:#fff}
.equestrian-copy>p{font-size:17px;line-height:1.7;color:#d9deeb;max-width:760px}
.equestrian-tags{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 30px}
.equestrian-tags span{padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:13px;font-weight:750;color:#f3f5fb}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start}
.faq-grid h2{font-size:clamp(36px,4vw,54px);line-height:1.04;letter-spacing:-.035em;color:var(--navy);margin:0 0 16px}
.faq-grid>div:first-child>p{color:var(--muted);font-size:17px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}
.faq-list summary{list-style:none;cursor:pointer;padding:22px 42px 22px 0;font-weight:850;color:var(--navy);font-size:17px;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:4px;top:17px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eef6e9;color:var(--green-dark);font-size:22px;font-weight:600}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{margin:-5px 45px 22px 0;color:var(--muted);font-size:15px}
@media(max-width:1050px){.brand{width:285px}.brand img{height:64px}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.header-inner{height:76px}.brand{width:255px}.brand img{height:58px}.nav{top:76px}.equestrian-grid,.faq-grid{grid-template-columns:1fr;gap:42px}.equestrian-mark{max-width:360px}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.brand{width:225px}.brand img{height:52px}.why-grid{grid-template-columns:1fr}.equestrian-mark{max-width:260px}.equestrian-copy h2{font-size:40px}.item-icon{width:58px;height:58px}.item-icon img{width:34px;height:34px}}

/* V3: transparent brand asset + clearer equestrian pictogram */
.header-inner{height:98px}
.brand{width:380px}
.brand img{width:100%;height:76px;object-fit:contain;object-position:left center;background:transparent}
.item-icon.horse{background:var(--navy);color:#fff}
.item-icon.horse img{width:46px;height:46px}
.equestrian-mark{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.equestrian-mark img{width:70%;height:70%;filter:none;color:#9bda77}
@media(max-width:1050px){.brand{width:325px}.brand img{height:68px}}
@media(max-width:860px){.header-inner{height:80px}.brand{width:270px}.brand img{height:60px}.nav{top:80px}}
@media(max-width:580px){.brand{width:235px}.brand img{height:54px}}

/* V4: equestrian icon rebuilt from the supplied rider/horse silhouette */
.item-icon .horse-list-icon{width:42px;height:42px;object-fit:contain;display:block}
.equestre-mini .item-icon{background:linear-gradient(145deg,#f0f8ec,#e5f2df);border:1px solid #d9ead0}
.equestrian-grid{grid-template-columns:.9fr 1.1fr;gap:70px}
.equestrian-visual{position:relative;min-height:480px}
.equestrian-photo{width:100%;height:480px;object-fit:cover;border-radius:32px;display:block;box-shadow:0 30px 70px rgba(0,0,0,.22)}
.equestrian-badge{position:absolute;left:26px;bottom:26px;width:116px;height:116px;border-radius:28px;background:#fff;display:grid;place-items:center;box-shadow:0 16px 40px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.7)}
.equestrian-badge img{width:82px;height:82px;object-fit:contain}
@media(max-width:860px){.equestrian-grid{grid-template-columns:1fr}.equestrian-visual{min-height:420px}.equestrian-photo{height:420px}.equestrian-badge{width:98px;height:98px}.equestrian-badge img{width:70px;height:70px}}
@media(max-width:580px){.equestrian-visual{min-height:340px}.equestrian-photo{height:340px;border-radius:24px}.equestrian-badge{left:18px;bottom:18px;width:86px;height:86px;border-radius:22px}.equestrian-badge img{width:62px;height:62px}}
