:root{--purple:#2c0b45;--purple2:#4a1766;--lav:#efe7f5;--gold:#c8a24d;--gold2:#e7cc89;--ink:#1e1630;--cream:#fbf7f2;--white:#fff;--muted:#6f6878;--shadow:0 24px 70px rgba(44,11,69,.15);--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-9999px;top:10px;background:#fff;padding:.7rem 1rem;z-index:999}.skip:focus{left:10px}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:linear-gradient(to bottom,rgba(31,6,49,.88),rgba(31,6,49,.45),transparent);transition:.3s}.site-header.scrolled{background:rgba(34,8,53,.96);backdrop-filter:blur(14px);box-shadow:0 8px 35px rgba(0,0,0,.2)}.nav-wrap{max-width:1240px;margin:auto;height:88px;padding:0 22px;display:flex;align-items:center;gap:28px}.brand{width:170px;flex:none}.brand img{width:100%;height:62px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;gap:22px;margin-left:auto}.desktop-nav a{color:white;font-size:.93rem;font-weight:650;opacity:.92}.desktop-nav a:hover{color:var(--gold2)}.nav-actions{display:flex;gap:9px;align-items:center}.lang,.hamb{border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:.55rem .7rem;font-weight:800;cursor:pointer}.hamb{display:none;font-size:1.15rem}.mobile-menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn.small{min-height:40px;padding:0 16px;font-size:.9rem}.btn-gold{background:linear-gradient(135deg,#e1c06e,#b8892e);color:#271436;box-shadow:0 10px 30px rgba(200,162,77,.28)}.btn-ghost{border-color:rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.06)}.btn-light{background:#fff;color:var(--purple)}.btn-purple{background:var(--purple);color:white}.hero{min-height:760px;height:92vh;position:relative;display:grid;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.9) contrast(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,6,43,.93) 0%,rgba(44,11,69,.75) 43%,rgba(44,11,69,.15) 74%,rgba(44,11,69,.08) 100%),linear-gradient(0deg,rgba(20,5,31,.55),transparent 40%)}.hero-inner{position:relative;z-index:2;max-width:1240px;width:100%;padding:120px 22px 70px;margin:auto;color:white}.hero-inner>*{max-width:720px}.eyebrow{font-size:.82rem;letter-spacing:.24em;font-weight:900;color:var(--gold2);margin-bottom:16px}.eyebrow.purple{color:var(--purple2)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0 0 18px}h1{font-size:clamp(3rem,6.5vw,6rem);max-width:850px!important;font-weight:500;letter-spacing:-.04em}h2{font-size:clamp(2.35rem,4.6vw,4.6rem);font-weight:500;letter-spacing:-.03em}.hero p{font-size:clamp(1rem,1.55vw,1.3rem);color:rgba(255,255,255,.9);max-width:670px!important}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.trust-row{display:flex;gap:28px!important;flex-wrap:wrap;font-size:.92rem;color:#f1eaf6}.trust-row span{display:flex;gap:7px}.quick-help{background:var(--purple);color:#fff;padding:24px max(22px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px}.quick-help div{display:flex;flex-direction:column}.quick-help strong{font-size:1.1rem}.quick-help span{color:#d9cbe1}.section{padding:100px 22px}.section.alt{background:var(--cream)}.two-col{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.two-col p,.section-head p{color:var(--muted);font-size:1.06rem}.values{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.values span{background:var(--lav);color:var(--purple);padding:8px 14px;border-radius:999px;font-weight:750}.image-stack{position:relative}.image-stack img{height:610px;width:100%;object-fit:cover;border-radius:40px;box-shadow:var(--shadow)}.quote-card{position:absolute;right:-20px;bottom:30px;background:rgba(45,11,69,.92);backdrop-filter:blur(10px);color:#fff;padding:28px;border-radius:24px;max-width:350px;box-shadow:var(--shadow)}.quote-card span{font-size:3rem;color:var(--gold2);line-height:.5}.quote-card p{color:#fff;margin:8px 0 0;font-family:Georgia,serif;font-size:1.12rem}.section-head{max-width:850px;text-align:center;margin:0 auto 50px}.cards.services-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border-radius:var(--radius);padding:30px;border:1px solid #eee4ef;box-shadow:0 18px 50px rgba(50,19,67,.06);transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card .icon{width:54px;height:54px;border-radius:50%;background:var(--lav);display:grid;place-items:center;color:var(--purple);font-size:1.5rem;margin-bottom:20px}.service-card h3{font-size:1.55rem}.service-card p{color:var(--muted)}.service-card ul{padding-left:18px;color:#51485c}.service-card a{color:var(--purple2);font-weight:850}.video-section{height:min(78vh,760px);min-height:560px;position:relative;display:grid;place-items:center;overflow:hidden}.video-section video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,4,41,.9),rgba(42,10,63,.56),rgba(0,0,0,.2))}.video-copy{position:relative;z-index:2;color:#fff;max-width:1200px;width:100%;padding:0 22px}.video-copy h2{max-width:700px}.video-copy p{max-width:620px;font-size:1.1rem;color:#eee0f5}.horse-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.horse{background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:48% 1fr;min-height:350px}.horse img{width:100%;height:100%;object-fit:cover}.horse>div{padding:30px}.horse h3{font-size:2rem}.horse p{color:var(--muted)}.family .photo-card img{border-radius:35px;box-shadow:var(--shadow)}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0 30px}.mini-grid div{background:#fff;border:1px solid #eadfed;border-radius:18px;padding:17px;display:flex;flex-direction:column}.mini-grid b{color:var(--purple)}.mini-grid span{color:var(--muted);font-size:.92rem}.gallery{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:360px;gap:14px}.gallery button{border:0;padding:0;border-radius:22px;overflow:hidden;cursor:zoom-in;background:#eee}.gallery img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery button:hover img{transform:scale(1.04)}.gallery button:nth-child(1),.gallery button:nth-child(4){grid-row:span 2}.trust-section{background:linear-gradient(180deg,#fff,#f7f0f8)}.commit-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.commit-grid div{padding:28px 20px;border-radius:22px;background:#fff;border:1px solid #eadfed;text-align:center;display:flex;flex-direction:column}.commit-grid b{font-family:Georgia,serif;font-size:1.3rem;color:var(--purple)}.commit-grid span{color:var(--muted);font-size:.93rem}.faq{max-width:900px;margin:auto}.faq details{background:white;border:1px solid #eadfed;border-radius:18px;margin:10px 0;padding:0 20px}.faq summary{padding:20px 4px;cursor:pointer;font-weight:850;color:var(--purple);font-size:1.05rem}.faq details p{padding:0 4px 20px;margin:0;color:var(--muted)}.contact{background:var(--purple);color:white}.contact-inner{max-width:1200px;margin:auto;padding:100px 22px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact p{color:#dacde2}.contact-list{display:flex;flex-direction:column;gap:12px;margin-top:28px}.contact-list a,.contact-list>span{display:flex;gap:12px;align-items:center;color:#fff}.lead-form{background:#fff;color:var(--ink);padding:30px;border-radius:30px;box-shadow:0 28px 80px rgba(0,0,0,.25);display:grid;gap:14px}.lead-form label{display:grid;gap:6px;font-weight:750}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #d8ccd9;border-radius:13px;padding:12px 13px;font:inherit;background:#fff}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:3px solid #d9c4e3;border-color:var(--purple2)}.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;font-size:.84rem;color:var(--muted)}.consent input{width:auto!important;margin-top:5px}.lead-form small{color:var(--muted)}.map iframe{border:0;width:100%;height:390px;display:block;filter:saturate(.75)}footer{background:#1b0828;color:#e7deeb;padding:60px 22px 20px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-logo{width:210px;height:90px;object-fit:contain;object-position:left}.footer-grid h3{font-family:inherit;font-size:1rem;color:var(--gold2);margin-top:0}.footer-grid div{display:flex;flex-direction:column;gap:9px}.footer-grid p{max-width:400px;color:#bfb1c6}.footer-bottom{max-width:1200px;margin:35px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:.86rem;color:#b9a8c0}.float-wa,.float-call{position:fixed;right:18px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:900;z-index:90;box-shadow:0 12px 30px rgba(0,0,0,.25)}.float-wa{bottom:84px;background:#19a65a}.float-call{bottom:20px;background:var(--purple2)}.to-top{position:fixed;right:78px;bottom:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--purple);box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:90;cursor:pointer;opacity:0;pointer-events:none;transition:.2s}.to-top.show{opacity:1;pointer-events:auto}.lightbox{position:fixed;inset:0;background:rgba(20,5,30,.95);z-index:999;display:grid;place-items:center;padding:45px}.lightbox[hidden]{display:none}.lightbox img{max-height:90vh;max-width:92vw;border-radius:14px}.lightbox button{position:absolute;right:22px;top:15px;background:transparent;border:0;color:#fff;font-size:2.5rem;cursor:pointer}.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}@media(max-width:980px){.desktop-nav,.nav-actions .small{display:none}.hamb{display:block}.nav-actions{margin-left:auto}.mobile-menu.open{display:flex;flex-direction:column;background:#2b0c41;padding:12px 22px 20px}.mobile-menu a{color:white;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.two-col,.contact-inner{grid-template-columns:1fr}.cards.services-grid{grid-template-columns:repeat(2,1fr)}.horse-grid{grid-template-columns:1fr}.commit-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.gallery button:nth-child(1),.gallery button:nth-child(4){grid-row:span 1}.image-stack img{height:520px}.quick-help{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.nav-wrap{height:74px;padding:0 15px}.brand{width:145px}.brand img{height:54px}.hero{min-height:700px;height:92svh}.hero-inner{padding:110px 18px 50px}.hero-overlay{background:linear-gradient(0deg,rgba(29,7,44,.92) 0%,rgba(44,11,69,.7) 55%,rgba(44,11,69,.22) 100%)}h1{font-size:clamp(2.7rem,13vw,4rem)}.hero p{font-size:1rem}.trust-row{gap:10px!important;flex-direction:column}.section{padding:74px 18px}.two-col{gap:36px}.image-stack img{height:430px;border-radius:26px}.quote-card{right:10px;left:10px;bottom:10px;max-width:none}.cards.services-grid{grid-template-columns:1fr}.service-card{padding:24px}.video-section{min-height:620px}.video-copy{padding:0 18px}.horse{grid-template-columns:1fr}.horse img{height:320px}.mini-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;grid-auto-rows:450px}.commit-grid{grid-template-columns:1fr}.contact-inner{padding:74px 18px;gap:35px}.lead-form{padding:22px;border-radius:22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.float-wa,.float-call{right:12px;width:50px;height:50px}.to-top{right:70px}.lightbox{padding:20px}.quick-help{padding:22px 18px}}
