*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f8f4;--surface:#ffffff;--text:#141922;--muted:#6b7280;--border:#e3e5df;--accent:#9a5a20;--accent-soft:#f1e5d8;--navy:#111827}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}.hero-logo-block{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:6px}.contact-btn{display:inline-block;padding:9px 24px;border:1px solid var(--accent);border-radius:6px;font-size:.82rem;font-weight:600;color:var(--accent);letter-spacing:.03em;transition:background .15s,color .15s;white-space:nowrap}.contact-btn:hover{background:var(--accent);color:#fff}#hero{padding:80px 0 72px}.hero-layout{display:flex;align-items:flex-start;gap:56px}.hero-logo{display:block}.hero-logo img{width:240px;height:auto;display:block}.hero-text{flex:1}.hero-line{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.5;letter-spacing:-.005em;color:var(--text);margin-bottom:.1em}.hero-line:last-of-type{margin-bottom:0}.kw{color:var(--accent);font-style:normal}.hero-links{display:flex;gap:20px;margin-top:32px;flex-wrap:wrap;align-items:center}.hero-links a{font-size:.875rem;color:var(--muted);border-bottom:1px solid transparent;padding-bottom:1px;transition:color .15s,border-color .15s}.hero-links a:hover{color:var(--text);border-bottom-color:var(--accent)}.hero-links .sep{width:1px;height:14px;background:var(--border);display:inline-block;flex-shrink:0}#portfolio{padding:72px 0 96px}.section-kicker{color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:32px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pcard{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.pcard:hover{transform:translateY(-2px);border-color:rgba(154,90,32,.35);box-shadow:0 8px 32px rgba(20,25,34,6%)}.pcard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.pcard-name{font-size:1rem;font-weight:700;color:var(--text);line-height:1.3}.pcard-badges{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.badge{display:inline-block;padding:.15rem .45rem;border-radius:99px;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.badge-active{background:#eaf5ee;color:#2f6b42}.badge-exit{background:var(--accent-soft);color:var(--accent)}.badge-liquidated{background:#f1f2f4;color:var(--muted)}.badge-stage{background:#f1f2f4;color:var(--muted);font-weight:500}.pcard-meta{font-size:.75rem;color:var(--muted)}.pcard-usp{font-size:.84rem;color:var(--muted);line-height:1.55;flex:1}.pcard-links{display:flex;gap:6px;margin-top:auto;padding-top:4px}.pcard-links a{font-size:.7rem;font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:99px;padding:.2rem .6rem;transition:border-color .15s,color .15s}.pcard-links a:hover{border-color:var(--accent);color:var(--accent)}footer{border-top:1px solid var(--border);padding:32px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:.82rem;color:var(--muted)}.footer-brand{font-weight:700;color:var(--text);font-size:.875rem}.footer-links{display:flex;gap:20px;list-style:none}.footer-links a{color:var(--muted);transition:color .15s}.footer-links a:hover{color:var(--text)}.lang-toggle{border:1px solid var(--border);border-radius:4px;padding:1px 7px;font-weight:600;font-size:.75rem;letter-spacing:.04em}.lang-toggle:hover{border-color:var(--accent);color:var(--accent) !important}.contact-page{padding:80px 0 96px}.contact-inner{max-width:560px}.contact-back{display:inline-block;font-size:.82rem;color:var(--muted);margin-bottom:32px;transition:color .15s}.contact-back:hover{color:var(--text)}.contact-header h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.contact-sub{font-size:.9rem;color:var(--muted);margin-bottom:40px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;flex-direction:column;gap:6px}.form-row label{font-size:.8rem;font-weight:600;color:var(--text);letter-spacing:.01em}.form-row input,.form-row textarea{font-family:inherit;font-size:.9rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 14px;transition:border-color .15s;outline:none;resize:vertical}.form-row input:focus,.form-row textarea:focus{border-color:var(--accent)}.form-submit{align-self:flex-start;padding:10px 28px;background:var(--accent);color:#fff;border:none;border-radius:6px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}.form-submit:hover{opacity:.85}.page-content{max-width:700px;margin:0 auto;padding:72px 24px 96px}.page-content h1{font-size:1.8rem;margin-bottom:2rem}.page-content h2{font-size:1rem;font-weight:700;margin:1.75rem 0 .5rem;color:var(--text)}.page-content p,.page-content li{font-size:.9rem;color:var(--muted);line-height:1.75;margin-bottom:.6rem}.page-content hr{border:none;border-top:1px solid var(--border);margin:1.75rem 0}@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.hero-layout{flex-direction:column;gap:32px}.hero-logo img{width:140px}}@media(max-width:640px){#hero{padding:48px 0}.portfolio-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}