@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root{--ink:#20231f;--dark:#171a16;--muted:#62675f;--line:#dfe2dc;--paper:#f7f7f3;--white:#fff;--accent:#b58b45}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border:2px solid var(--ink);display:grid;place-items:center;font-family:"Barlow Condensed";font-weight:700;letter-spacing:.08em}.brand span:last-child{display:flex;flex-direction:column;font-family:"Barlow Condensed";line-height:.9;letter-spacing:.09em}.brand small{font-size:11px;margin-top:5px;letter-spacing:.18em}.nav nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:600}.nav-cta{padding:11px 17px;border:1px solid var(--ink)}.menu-toggle{display:none;background:none;border:0;font-size:25px}
.hero{min-height:650px;display:grid;align-items:center;position:relative;background:linear-gradient(90deg,rgba(16,19,15,.86),rgba(16,19,15,.48)),url("hero.jpg") center/cover #343830}.hero-content{position:relative;color:#fff;padding:90px 0;max-width:1120px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.2em;margin:0 0 16px}.hero h1{font:700 clamp(55px,8vw,94px)/.9 "Barlow Condensed";text-transform:uppercase;max-width:780px;margin:0 0 25px;letter-spacing:.01em}.hero-text{font-size:20px;max-width:650px;color:#eef0eb}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.button{display:inline-block;border:0;padding:14px 23px;font-weight:700;cursor:pointer}.primary{background:#fff;color:var(--ink)}.secondary{border:1px solid #fff;color:#fff}.trust-strip{background:var(--dark);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:25px 0}.trust-grid div{display:flex;flex-direction:column}.trust-grid strong{font-size:14px}.trust-grid span{font-size:12px;color:#bfc4bd;margin-top:3px}
.section{padding:95px 0}.section h2,.quote-section h2{font:700 52px/.95 "Barlow Condensed";text-transform:uppercase;max-width:700px;margin:0 0 18px}.section-intro{max-width:700px;color:var(--muted);margin-bottom:45px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);padding:30px;min-height:230px}.icon{font:700 15px "Barlow Condensed";letter-spacing:.12em;color:var(--accent);margin-bottom:25px}.card h3{font:700 25px "Barlow Condensed";text-transform:uppercase;margin:0 0 8px}.card p{color:var(--muted);font-size:14px;margin:0}.dark{background:var(--dark);color:#fff}.dark .split{display:grid;grid-template-columns:1fr 1fr;gap:90px}.dark p{color:#c9cdc6}.dark .eyebrow{color:#d2b277}.text-link{display:inline-block;margin-top:12px;border-bottom:1px solid #fff;padding-bottom:4px;font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#d7d8d1,#9da095);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:#fff;text-shadow:0 1px 3px #333}.gallery-placeholder span{font-size:10px;letter-spacing:.18em}.gallery-placeholder strong{font:700 24px "Barlow Condensed";text-transform:uppercase}
.quote-section{background:var(--paper);padding:95px 0}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.quote-section h2{font-size:60px}.quote-section p{color:var(--muted)}.contact-list{display:flex;flex-direction:column;gap:8px;margin-top:30px;font-weight:600}.quote-form{background:#fff;border:1px solid var(--line);padding:32px}.quote-form label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:15px}.quote-form input,.quote-form textarea{display:block;width:100%;border:1px solid #ccd0c9;padding:12px;margin-top:6px;font:inherit;background:#fff}.quote-form .primary{background:var(--ink);color:#fff;width:100%;font:inherit}.form-note{font-size:11px!important;margin-bottom:0}
footer{background:var(--dark);color:#fff;padding:40px 0 20px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-brand{display:flex;flex-direction:column}.footer-brand strong{font:700 25px "Barlow Condensed";letter-spacing:.08em}.footer-brand span{font-size:11px;color:#aeb3ab;margin-top:5px}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;font-size:12px;gap:5px}.copyright{border-top:1px solid #353934;margin-top:30px;padding-top:15px;color:#81877e;font-size:11px}
@media(max-width:800px){.nav nav{display:none}.menu-toggle{display:block}.nav.open nav{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav.open nav a{padding:8px}.hero{min-height:580px}.hero h1{font-size:60px}.cards,.gallery{grid-template-columns:1fr 1fr}.dark .split,.quote-grid{grid-template-columns:1fr;gap:40px}.trust-grid{grid-template-columns:1fr}.section,.quote-section{padding:70px 0}.footer-inner{flex-direction:column}.footer-contact{align-items:flex-start}}
@media(max-width:520px){.cards,.gallery{grid-template-columns:1fr}.hero h1{font-size:50px}.section h2{font-size:43px}.quote-section h2{font-size:48px}}
