:root{--ink:#15130f;--cream:#f4efe5;--paper:#fbf8f1;--gold:#c18a31;--red:#852b24;--line:rgba(21,19,15,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}.nav-wrap{position:absolute;z-index:10;width:100%;border-bottom:1px solid rgba(255,255,255,.22)}.nav{height:84px;max-width:1400px;margin:auto;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;color:white}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;letter-spacing:.12em}.brand span{border:1px solid currentColor;width:40px;height:40px;display:grid;place-items:center;font:700 18px 'Playfair Display'}.nav-links{display:flex;gap:32px}.nav-links a{color:inherit;text-decoration:none;font-size:.9rem}.lang{border:1px solid currentColor;background:transparent;color:inherit;padding:8px 12px;cursor:pointer}.hero{min-height:780px;display:grid;grid-template-columns:53% 47%;background:var(--ink);color:white}.hero-art{position:relative;overflow:hidden;min-height:650px;background:linear-gradient(145deg,#a4382f 0%,#67221e 48%,#291614 100%)}.sun{position:absolute;width:500px;height:500px;border-radius:50%;background:#e9b158;left:-100px;top:100px;filter:blur(.2px);opacity:.8}.ridge{position:absolute;inset:auto -10% -2% -10%;height:40%;background:#1e1713;clip-path:polygon(0 52%,13% 43%,27% 59%,41% 33%,57% 50%,72% 27%,87% 43%,100% 18%,100% 100%,0 100%)}.horse-mark{position:absolute;height:79%;right:4%;bottom:0;fill:#080706;filter:drop-shadow(0 15px 18px rgba(0,0,0,.35))}.photo-note{position:absolute;bottom:25px;left:28px;color:rgba(255,255,255,.65);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.hero-copy{padding:170px 7vw 90px 7vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.76rem;letter-spacing:.18em;font-weight:700;color:var(--gold)}h1,h2,h3{font-family:'Playfair Display',serif;margin:0;line-height:.98}h1{font-size:clamp(4rem,6vw,7.5rem);letter-spacing:-.04em}h1 em{color:#e4aa4e}.lead{font-size:1.15rem;line-height:1.7;max-width:620px;color:rgba(255,255,255,.74);margin:32px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;text-decoration:none;border:0;font-weight:700;cursor:pointer;font-family:inherit}.primary{background:var(--gold);color:#17120b}.ghost{border:1px solid rgba(255,255,255,.4);color:white}.proof{display:grid;grid-template-columns:auto 1fr;width:min(500px,100%);gap:3px 12px;margin-top:65px;font-size:.8rem;color:rgba(255,255,255,.6)}.proof strong{font-size:1.2rem;color:white}.proof i{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);margin:11px 0}.intro{max-width:900px;margin:auto;padding:120px 5vw;text-align:center}.intro>p:first-child{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:var(--red);font-weight:700}.intro h2,.contact h2{font-size:clamp(3rem,5vw,5.5rem);margin:20px 0}.intro>p:last-child{max-width:740px;margin:28px auto 0;line-height:1.8;color:#5c564c}.services{padding:0 5vw 120px;max-width:1500px;margin:auto}.service.featured{display:grid;grid-template-columns:70px 1fr 42%;min-height:480px;background:var(--cream);border:1px solid var(--line)}.service .number{padding:30px 20px;border-right:1px solid var(--line);font-weight:700;color:var(--red)}.service.featured>div:nth-child(2){padding:65px}.service h3,.service-card h3{font-size:clamp(2rem,3.2vw,4rem);margin:14px 0 22px}.service p,.service-card p{line-height:1.7;color:#5d574d}.service a,.service-card a{color:inherit;font-weight:700;text-decoration:none}.image-slot{background:linear-gradient(150deg,#3b2b22,#15130f);display:grid;place-items:center;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;text-align:center;padding:30px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr)}.service-card{min-height:390px;padding:48px;border-right:1px solid var(--line);display:flex;flex-direction:column}.service-card span{opacity:.55}.service-card h3{font-size:2.3rem;margin-top:auto}.service-card a{margin-top:auto}.service-card.gold{background:#c99338}.service-card.gold p{color:#3d2e18}.service-card.dark{background:var(--ink);color:white}.service-card.dark p{color:rgba(255,255,255,.65)}.service-card.cream{background:#e9e0d0}.team{background:var(--red);color:white;padding:100px max(5vw,calc((100vw - 1350px)/2));display:grid;grid-template-columns:1fr 1fr;gap:10vw}.team h2{font-size:clamp(3rem,5vw,5rem)}.team>div:last-child{font-size:1.1rem;line-height:1.8}.light{background:white;color:var(--red);margin-top:20px}.contact{max-width:1300px;margin:auto;padding:120px 5vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw}.contact>div>p:last-child{line-height:1.7;color:#615a50}.contact form{display:grid;gap:22px;background:white;padding:42px;border:1px solid var(--line);box-shadow:12px 12px 0 var(--cream)}label{display:grid;gap:8px;font-size:.85rem;font-weight:700}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{font:inherit;padding:13px;border:1px solid #b8b0a4;background:#fff;width:100%}textarea{resize:vertical}.form-status{margin:0;color:var(--red);font-weight:700}footer{background:var(--ink);color:rgba(255,255,255,.68);display:flex;align-items:center;gap:30px;justify-content:space-between;padding:45px 5vw;font-size:.8rem}footer .brand{color:white}@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-art{min-height:520px;order:2}.hero-copy{padding:135px 7vw 70px}.service.featured{grid-template-columns:50px 1fr}.service.featured>div:nth-child(2){padding:45px 30px}.image-slot{grid-column:1/-1;min-height:330px}.service-grid{grid-template-columns:1fr}.team,.contact{grid-template-columns:1fr}.fields{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start}}@media(max-width:520px){h1{font-size:3.7rem}.hero-copy{padding-left:24px;padding-right:24px}.proof{margin-top:42px}.intro,.services,.contact{padding-left:22px;padding-right:22px}.service-card{padding:38px 28px}.contact form{padding:25px}.team{padding:75px 24px}.nav{padding:0 22px}}
