:root{color-scheme:light;--bg: #f5f6f7;--surface: #ffffff;--surface-soft: #eef1f3;--text: #1d252d;--text-muted: #47545f;--brand: #e3a008;--brand-strong: #b37b00;--steel: #2f3b45;--line: #d3dae0;--radius: .95rem;--max-width: 1160px;--shadow: 0 10px 26px rgba(25, 35, 45, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;color:var(--text);font-family:Segoe UI,Tahoma,Trebuchet MS,Arial,sans-serif;background:linear-gradient(180deg,#fafbfc,#f2f5f7)}.page{width:min(var(--max-width),92vw);margin:0 auto;padding:clamp(1.2rem,2.8vw,2.8rem) 0 clamp(2.2rem,5vw,3.8rem)}.hero{display:grid;gap:1rem;background:var(--surface);border:1px solid var(--line);border-top:6px solid var(--brand);border-radius:var(--radius);padding:clamp(1.1rem,2.4vw,1.8rem);box-shadow:var(--shadow)}.hero h1,.hero h2,.hero p,.hero small,.hero li{margin:0;color:var(--text)}.hero small{display:inline-block;width:fit-content;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--steel);border-radius:999px;padding:.22rem .65rem;font-size:.72rem}.hero h1,.hero h2{font-size:clamp(1.45rem,4vw,2.25rem);line-height:1.14;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;letter-spacing:.01em}.hero p,.hero li{color:var(--text-muted);line-height:1.58}.hero ul{margin:0;padding-left:1.2rem;display:grid;gap:.45rem}.hero strong{color:#1f2d38}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.95rem;margin-top:1rem}.media-grid img,.single-image{width:100%;height:clamp(180px,27vw,245px);object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 8px 18px #212a321a}.section-card{margin-top:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,2vw,1.4rem);box-shadow:var(--shadow)}.section-card h3{margin-top:0;margin-bottom:.75rem;font-size:clamp(1.2rem,2.4vw,1.45rem);color:var(--steel);font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.section-card p,.section-card li{color:var(--text-muted);line-height:1.62}.section-card ul,.section-card ol{margin:0;padding-left:1.18rem;display:grid;gap:.45rem}.section-card strong{color:#1f2d38}.services-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;align-items:stretch}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.service-card img{width:100%;height:220px;object-fit:cover;object-position:center;border-bottom:1px solid var(--line)}.service-content{padding:1rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.7rem;flex:1}.service-content h3{margin:0 0 .2rem;color:var(--steel);font-size:1.06rem;line-height:1.3;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.service-content ul{margin:0;padding-left:1.1rem}.service-content li+li{margin-top:.35rem}.service-content li{color:var(--text-muted);line-height:1.5}.contact-form{display:grid;gap:.9rem}.contact-form label{display:grid;gap:.4rem;color:var(--steel);font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid #c2ccd3;border-radius:.65rem;padding:.72rem .85rem;font:inherit;color:#1d2934;background:#fff}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(227,160,8,.2);border-color:#d69500}.contact-form button{width:fit-content;border:0;border-radius:.65rem;padding:.75rem 1.2rem;font:inherit;font-weight:700;background:var(--brand);color:#1f2d38;cursor:pointer}.contact-form button:hover{background:#d19000}.contact-form button:disabled{opacity:.75;cursor:not-allowed}.thanks-actions{display:flex;justify-content:flex-start}.primary-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:.65rem;padding:.75rem 1.2rem;font-weight:700;background:var(--brand);color:#1f2d38}.primary-action:hover{background:#d19000}@media(max-width:700px){.hero{padding:1rem}.media-grid{grid-template-columns:1fr}}
