:root{--ink:#161616;--charcoal:#1d1d1d;--grey:#6c6c6c;--line:#e7e7e7;--bg:#f5f5f5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,system-ui,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.75;font-weight:400}
h1,h2,h3,h4{font-family:Montserrat,sans-serif;line-height:1.2;margin:0 0 .4em;font-weight:600}
a{color:inherit}
img{max-width:100%}
.wrap{max-width:1150px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;background:var(--ink);color:#fff;padding:14px 34px;border-radius:2px;font-weight:600;letter-spacing:.03em;text-decoration:none;font-size:.9rem;text-transform:uppercase;border:0;cursor:pointer;transition:background .15s}
.btn:hover{background:#000}
.btn--ghost{background:transparent;border:1.5px solid #fff;color:#fff}
.btn--ghost:hover{background:rgba(255,255,255,.14)}
header{position:sticky;top:0;z-index:20;background:var(--charcoal)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{font-weight:600;font-size:1.45rem;color:#fff;text-decoration:none;letter-spacing:.02em}
.brand b{font-weight:700}
.nav ul{display:flex;gap:34px;list-style:none;margin:0;padding:0;align-items:center}
.nav a{text-decoration:none;font-weight:500;color:#e9e9e9;font-size:.82rem;letter-spacing:.09em;text-transform:uppercase;padding-bottom:3px;border-bottom:2px solid transparent}
.nav a:hover{color:#fff}
.nav a.active{color:#fff;border-bottom-color:#fff}
.menu-links{display:flex;align-items:center;gap:34px}
.hero{position:relative;color:#fff;background:linear-gradient(rgba(15,15,15,.62),rgba(15,15,15,.62)),url('/assets/img/hero.jpg') center/cover no-repeat;padding:130px 0;text-align:center}
.hero h1{font-size:clamp(2rem,4.4vw,3.2rem);font-weight:500;font-style:italic;max-width:20ch;margin:0 auto .3em}
.hero p{max-width:60ch;margin:18px auto 30px;color:#e4e4e4;font-size:1.06rem;font-weight:300}
.banner{position:relative;color:#fff;background:linear-gradient(rgba(15,15,15,.66),rgba(15,15,15,.66)),url('/assets/img/banner.jpg') center/cover no-repeat;padding:88px 0;text-align:center}
.banner h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:600;margin:0}
.banner .crumb{color:#cfcfcf;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-top:8px}
section{padding:82px 0}
.sec-head{text-align:center;max-width:780px;margin:0 auto 46px}
.sec-head .kicker{color:var(--grey);letter-spacing:.22em;text-transform:uppercase;font-weight:600;font-size:.74rem}
.sec-head h2{font-size:clamp(1.8rem,3.2vw,2.6rem);margin-top:10px;font-weight:600}
.sec-head p{color:var(--grey);font-weight:300}
.divider{width:54px;height:2px;background:var(--ink);margin:16px auto 0}
.prose{max-width:820px;margin:0 auto}
.prose h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-top:1.6em}
.prose h2:first-child{margin-top:0}
.prose p{color:#3a3a3a;font-weight:300;margin:0 0 1.1em}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line)}
.card{padding:44px 32px;text-align:center;border-right:1px solid var(--line)}
.card:last-child{border-right:0}
.card .ic{width:56px;height:56px;margin:0 auto 20px;color:var(--ink)}
.card h3{font-size:1.3rem;font-weight:600}
.card p{color:var(--grey);margin:0;font-size:.93rem;font-weight:300;text-align:left}
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.split img{width:100%;border-radius:2px;filter:grayscale(100%);transition:filter .3s}
.split img:hover{filter:grayscale(0)}
.split h2{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:600}
.split p{color:#3a3a3a;font-weight:300}
.split .kicker{color:var(--grey);letter-spacing:.2em;text-transform:uppercase;font-weight:600;font-size:.74rem;display:block;margin-bottom:8px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 22px}
.chips span{border:1px solid var(--ink);border-radius:2px;padding:6px 16px;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.caps{columns:2;column-gap:30px;padding:0;margin:18px 0 0;list-style:none}
.caps li{padding:7px 0 7px 22px;position:relative;font-size:.9rem;color:#333;break-inside:avoid;border-bottom:1px solid var(--line)}
.caps li::before{content:"";position:absolute;left:0;top:15px;width:8px;height:8px;background:var(--ink)}
.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:start}
.contact-grid .info h2{font-size:1.6rem;font-weight:600}
.contact-grid .info p{color:var(--grey);font-weight:300}
.contact-grid .info .line{display:flex;gap:12px;align-items:center;margin:16px 0;font-weight:600}
.contact-grid .info .line span.ic{width:42px;height:42px;border-radius:2px;background:var(--ink);color:#fff;display:grid;place-items:center;flex:none}
form.cf{background:#fff;border:1px solid var(--line);border-radius:2px;padding:32px;display:flex;flex-direction:column;gap:15px}
.cf .row{display:flex;gap:15px}.cf .row>label{flex:1}
.cf label{display:flex;flex-direction:column;gap:6px;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#333}
.cf input,.cf textarea{font-family:Montserrat;font-size:.98rem;font-weight:400;padding:12px 13px;border:1px solid var(--line);border-radius:2px;background:#fff}
.cf input:focus,.cf textarea:focus{outline:none;border-color:var(--ink)}
footer{background:var(--charcoal);color:#bdbdbd;padding:58px 0 26px;font-weight:300}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
footer h4{color:#fff;font-size:1.1rem;margin-bottom:12px;font-weight:600}
footer a{color:#bdbdbd;text-decoration:none}footer a:hover{color:#fff}
footer ul{list-style:none;padding:0;margin:0;line-height:2.1}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;text-align:center;font-size:.82rem;color:#8a8a8a}
@media(max-width:860px){.cards{grid-template-columns:1fr}.card{border-right:0;border-bottom:1px solid var(--line)}.split,.contact-grid{grid-template-columns:1fr}.caps{columns:1}.menu-links{gap:18px}.nav ul{gap:16px}footer .cols{grid-template-columns:1fr}}
@media(max-width:620px){.cf .row{flex-direction:column}.nav a{font-size:.74rem}.nav ul{gap:12px}}
