@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800&family=Work+Sans:wght@400;500&display=swap');
:root { --ink: #201f1d; --charcoal: #35322e; --amber: #d98e3f; --bg: #f4f2ee; --card: #ffffff; --text: #201f1d; --text-muted: #6c675f; --border: #e2ddd4; }
* { box-sizing: border-box; }
body { margin: 0; font-family: "Work Sans", "Segoe UI", Arial, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
h1, h2, h3, .brand { font-family: "Archivo", "Segoe UI", Arial, sans-serif; color: var(--ink); text-transform: uppercase; letter-spacing: 0.01em; }
a { color: var(--ink); }
header { background: var(--ink); color: #fff; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.brand { color: #fff; text-decoration: none; font-size: 1.05rem; font-weight: 700; }
nav ul { list-style: none; display: flex; gap: 1.6rem; margin: 0; padding: 0; }
nav a { text-decoration: none; color: #d8d5cd; font-weight: 500; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; padding-bottom: 3px; border-bottom: 2px solid transparent; }
nav a:hover, nav a.active { border-color: var(--amber); color: #fff; }
.hero { background: var(--charcoal); color: #fff; padding: 5rem 1.5rem; text-align: left; }
.hero-inner { max-width: 900px; margin: 0 auto; }
.hero h1 { color: #fff; font-size: 2.6rem; margin-bottom: 1rem; max-width: 640px; }
.hero p { color: #cfcbc2; font-size: 1.1rem; margin-bottom: 2rem; max-width: 520px; text-transform: none; }
.btn { display: inline-block; background: var(--amber); color: #1c1a17; font-weight: 700; padding: 0.85rem 1.9rem; text-decoration: none; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em; }
.btn:hover { background: #e6a35c; }
.btn-outline { display: inline-block; border: 1.5px solid #fff; color: #fff; padding: 0.8rem 1.7rem; margin-left: 0.75rem; text-decoration: none; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em; }
main { max-width: 1100px; margin: 0 auto; padding: 4rem 1.5rem; }
.section-title { margin-bottom: 2.5rem; }
.section-title h2 { font-size: 1.7rem; margin-bottom: 0.5rem; }
.section-title p { color: var(--text-muted); text-transform: none; }
.icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.card { background: var(--card); padding: 1.8rem; }
.card h3 { font-size: 1rem; margin: 0 0 0.6rem; }
.card p { color: var(--text-muted); font-size: 0.95rem; margin: 0; text-transform: none; }
.two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: start; }
@media (max-width: 720px) { .two-col { grid-template-columns: 1fr; } nav ul { gap: 1rem; flex-wrap: wrap; } .hero h1 { font-size: 1.9rem; } }
.info-box { background: var(--card); border: 1px solid var(--border); padding: 2rem; }
.info-box dt { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber); margin-top: 1.1rem; }
.info-box dt:first-child { margin-top: 0; }
.info-box dd { margin: 0.2rem 0 0; text-transform: none; }
.cta-strip { background: var(--ink); color: #fff; text-align: center; padding: 3.5rem 1.5rem; }
.cta-strip h2 { color: #fff; margin-bottom: 1.5rem; }
footer { color: var(--text-muted); font-size: 0.82rem; text-align: center; padding: 2.5rem 1.5rem 1.5rem; text-transform: none; }
.map-wrap { border: 1px solid var(--border); height: 260px; overflow: hidden; margin-top: 1.5rem; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.contact-form { display: grid; gap: 1rem; }
.contact-form label { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--border); font-size: 0.95rem; background: #fff; font-family: inherit; }
.photo { width: 100%; filter: grayscale(70%) contrast(1.1); }
.badge-demo { position: fixed; bottom: 14px; right: 14px; background: #fff; border: 1px solid var(--border); color: var(--text-muted); font-size: 0.7rem; padding: 0.4rem 0.7rem; border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-transform: none; }
