*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#C8102E;--brand-dk:#9B0C23;--surface:#F7F4EE;--panel:#FFFFFF;--muted:#556270;--text:#18242E;--border:#D8D1C7;--accent:#E3A62B}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#fbf9f4,#f7f4ee 45%,#f1ece3);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.header{background:#fffdfcf5;border-bottom:3px solid var(--brand);position:sticky;top:0;z-index:140;backdrop-filter:blur(10px);box-shadow:0 10px 30px #47311c14}.header__inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo__icon{width:38px;height:38px;background:linear-gradient(135deg,var(--brand) 0%,#E14D3A 100%);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;box-shadow:0 8px 20px #c8102e33}.logo__text{font-weight:900;font-size:20px;letter-spacing:-.5px}.logo__text span{color:var(--brand)}nav{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--muted);transition:all .15s;white-space:nowrap}nav a:hover,nav a.active{color:var(--text);background:#f3e7d8}nav a.active{color:var(--brand)}.header__actions{display:flex;gap:8px;margin-left:auto;align-items:center}.btn{padding:9px 16px;border-radius:999px;font-size:13px;font-weight:700;border:1px solid var(--border);background:#fff8f0;white-space:nowrap}.page{max-width:1080px;margin:0 auto;padding:28px 20px 60px}.desk-hero{padding:32px 28px;border-radius:18px;background:#fffcf7;border:1px solid var(--border);margin-bottom:28px;position:relative;overflow:hidden}.desk-hero:before{content:"";position:absolute;left:0;right:0;top:0;height:6px}.desk-hero__chip{display:inline-block;color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:12px}.desk-hero h1{font-size:clamp(26px,3.6vw,40px);line-height:1.15;letter-spacing:-.025em;font-weight:900;margin-bottom:10px}.desk-hero p.tagline{font-size:16px;color:var(--muted);line-height:1.65;font-weight:600;margin-bottom:14px;max-width:680px}.desk-hero p.description{font-size:15px;color:var(--text);line-height:1.75;max-width:760px}.desk-hero__meta{margin-top:18px;display:flex;gap:18px;flex-wrap:wrap;font-size:12px;font-weight:700;color:var(--muted)}.desk-hero__meta strong{color:var(--text)}.desk-section{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px 24px;margin-bottom:24px}.desk-section>h2{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.expertise-list{display:grid;gap:10px}.expertise-item{padding:14px 16px;border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:0 10px 10px 0;background:#fffcf7;font-size:14px;line-height:1.65}.articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;list-style:none;padding:0;margin:0}.articles-grid li{display:flex}.article-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fffcf7;transition:box-shadow .15s,transform .15s;width:100%}.article-card:hover{box-shadow:0 12px 28px #2c1f111a;transform:translateY(-1px);border-color:#cdbeab}.article-card__thumb{aspect-ratio:16/9;background:#e8dccb;overflow:hidden}.article-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.article-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.article-card__tag{display:inline-block;align-self:flex-start;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.article-card__title{font-size:14px;font-weight:800;line-height:1.35;color:#18242e;letter-spacing:-.005em}.article-card__meta{font-size:11px;color:var(--muted);font-weight:600;margin-top:auto;padding-top:4px}.empty-state{padding:32px;text-align:center;color:var(--muted);font-size:14px;line-height:1.65}@media(max-width:760px){.header__inner,.page{padding-left:14px;padding-right:14px}.articles-grid{grid-template-columns:1fr}}
