
:root{
    --olive:#59663f;
    --olive-dark:#343d26;
    --rust:#b9623d;
    --sand:#e5c47b;
    --cream:#faf6ec;
    --soft:#f1f2e8;
    --ink:#2d3424;
    --muted:#707566;
    --line:#e4e5d8;
    --white:#ffffff;
    --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--ink);
    background:var(--white);
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.62;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{
    width:min(var(--max),calc(100% - 44px));
    margin:0 auto;
}
.topbar{
    min-height:42px;
    background:var(--olive-dark);
    color:#e0e5cf;
    font-size:13px;
}
.topbar-inner{
    width:min(var(--max),calc(100% - 44px));
    min-height:42px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.topbar-items{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
}
.site-header{
    position:sticky;
    top:0;
    z-index:99;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid var(--line);
}
.header-inner{
    width:min(var(--max),calc(100% - 44px));
    min-height:88px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}
.brand-mark{
    width:49px;
    height:49px;
    display:grid;
    place-items:center;
    border-radius:50% 50% 50% 8px;
    background:var(--olive);
    color:#fff;
    font-size:17px;
    font-weight:800;
}
.brand-name{
    color:var(--olive-dark);
    font-size:25px;
    font-weight:800;
    line-height:1;
    letter-spacing:-.03em;
}
.brand-sub{
    margin-top:5px;
    color:var(--muted);
    font-size:11px;
}
.nav{
    display:flex;
    align-items:center;
    gap:24px;
}
.nav a{
    padding:10px 0;
    color:#3f4734;
    font-size:13px;
    font-weight:800;
}
.nav a.active,.nav a:hover{color:var(--olive)}
.nav .nav-cta{
    padding:13px 20px;
    border-radius:5px;
    background:var(--rust);
    color:#fff;
}
.hero{
    position:relative;
    display:grid;
    min-height:640px;
    align-items:center;
    overflow:hidden;
    color:#fff;
}
.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(46,55,30,.91),rgba(70,50,31,.34));
}
.hero-content{
    position:relative;
    z-index:1;
    width:min(var(--max),calc(100% - 44px));
    margin:0 auto;
}
.hero-copy{max-width:740px}
.eyebrow{
    margin:0 0 13px;
    color:#f0cc83;
    font-size:12px;
    font-weight:800;
    letter-spacing:.11em;
    text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{
    margin-bottom:22px;
    font-size:clamp(42px,5vw,68px);
    line-height:1.07;
    letter-spacing:-.045em;
}
.hero p{
    max-width:650px;
    color:#f8f5ec;
    font-size:18px;
}
.actions{
    display:flex;
    flex-wrap:wrap;
    gap:13px;
    margin-top:30px;
}
.btn{
    display:inline-flex;
    min-height:50px;
    align-items:center;
    justify-content:center;
    padding:0 23px;
    border-radius:5px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
}
.btn-primary{
    background:var(--rust);
    color:#fff;
}
.btn-light{
    background:#fff;
    color:var(--olive-dark);
}
.section{padding:88px 0}
.section-soft{background:var(--soft)}
.section-heading{
    max-width:720px;
    margin-bottom:42px;
}
.section-heading h2{
    margin-bottom:12px;
    font-size:37px;
    line-height:1.18;
    letter-spacing:-.03em;
}
.section-heading p{color:var(--muted)}
.grid{
    display:grid;
    gap:24px;
}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:14px 14px 4px 14px;
    background:#fff;
}
.card-media{
    aspect-ratio:16/10;
    overflow:hidden;
    background:#eceee4;
}
.card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.card-body{padding:24px}
.card-body h3{
    margin-bottom:10px;
    font-size:20px;
    line-height:1.3;
}
.card-body p{
    margin-bottom:0;
    color:var(--muted);
}
.split{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:58px;
}
.split-image{
    overflow:hidden;
    aspect-ratio:4/3;
    border-radius:28px 8px 28px 8px;
    background:#eceee4;
}
.split-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.list{
    padding:0;
    margin:24px 0 0;
    list-style:none;
}
.list li{
    position:relative;
    padding:8px 0 8px 25px;
    color:var(--muted);
}
.list li:before{
    content:"◆";
    position:absolute;
    left:0;
    color:var(--rust);
    font-size:11px;
}
.steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.step{
    padding:25px;
    border:1px solid var(--line);
    border-radius:14px 14px 4px 14px;
    background:#fff;
}
.step strong{
    display:block;
    margin-bottom:8px;
    color:var(--olive);
    font-size:27px;
}
.step span{
    color:var(--muted);
    font-size:14px;
}
.page-title{
    padding:85px 0;
    color:#fff;
    background:linear-gradient(135deg,#39482c,#7d8557);
}
.page-title h1{
    margin:0 0 12px;
    font-size:50px;
}
.page-title p{
    max-width:680px;
    margin:0;
    color:#f0f1e4;
}
.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}
.contact-card{
    padding:31px;
    border:1px solid var(--line);
    border-radius:14px 14px 4px 14px;
    background:#fff;
}
.contact-card h3{
    margin-bottom:18px;
    font-size:22px;
}
.contact-row{
    padding:15px 0;
    border-bottom:1px solid var(--line);
}
.contact-row:last-child{border-bottom:0}
.contact-label{
    display:block;
    color:var(--olive-dark);
    font-size:13px;
    font-weight:800;
}
.contact-value{
    color:var(--muted);
    white-space:pre-line;
}
.notice{
    padding:19px;
    border-left:4px solid var(--rust);
    background:#fff2eb;
    color:#755646;
}
.cta{
    padding:63px 0;
    color:#fff;
    background:linear-gradient(135deg,#37472c,#758256);
}
.cta-inner{
    width:min(var(--max),calc(100% - 44px));
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}
.cta h2{
    margin:0;
    font-size:33px;
}
.footer{
    padding:55px 0 24px;
    color:#d1d8c1;
    background:#333d27;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:35px;
}
.footer h3{
    margin-bottom:13px;
    color:#fff;
    font-size:17px;
}
.footer p,.footer a{
    color:#d1d8c1;
    font-size:14px;
}
.footer a:hover{color:#fff}
.footer-list{
    padding:0;
    margin:0;
    list-style:none;
}
.footer-list li{padding:5px 0}
.footer-address{
    max-width:320px;
    white-space:pre-line;
    line-height:1.75;
}
.legal-company-name{
    margin-top:14px;
    color:#fff !important;
    font-size:14px !important;
    line-height:1.55;
}
.footer-bottom{
    width:min(var(--max),calc(100% - 44px));
    margin:35px auto 0;
    padding-top:19px;
    border-top:1px solid rgba(255,255,255,.13);
    color:#afbba1;
    font-size:13px;
}
[data-hide-empty].hidden{display:none!important}
@media(max-width:900px){
    .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
    .split,.contact-grid{grid-template-columns:1fr}
    .steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
    .topbar-inner,.header-inner,.container{
        width:min(100% - 28px,var(--max));
    }
    .topbar-inner{min-height:38px}
    .topbar-inner > span{display:none}
    .header-inner{min-height:74px}
    .brand-mark{width:42px;height:42px}
    .brand-name{font-size:20px}
    .nav{
        gap:13px;
        max-width:60vw;
        overflow-x:auto;
    }
    .nav a{
        font-size:11px;
        white-space:nowrap;
    }
    .nav .nav-cta{display:none}
    .hero{min-height:560px}
    .hero-content{
        width:min(100% - 28px,var(--max));
    }
    .section{padding:63px 0}
    .grid-3{grid-template-columns:1fr}
    .steps{grid-template-columns:1fr 1fr}
    .footer-grid{grid-template-columns:1fr}
    .cta-inner{
        align-items:flex-start;
        flex-direction:column;
    }
}
