*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#fff;--bg2:#f6f5f3;--border:#e5e2dc;
  --text:#1a1a1a;--muted:#666;--accent:#c9302c;--accent2:#a82420;
  --green:#1b6b3a;--green-bg:#eaf5ee;
  --serif:'Merriweather',Georgia,serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --max:1160px;
}
html{font-size:16px;-webkit-font-smoothing:antialiased}
body{font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.topbar{background:var(--text);color:#ccc;font-size:.78rem;padding:7px 0;text-align:center;letter-spacing:.01em}
.topbar strong{color:var(--accent)}
.header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}
.header-flex{display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{display:inline-flex;align-items:center;gap:7px;font-family:var(--serif);font-weight:900;font-size:1.25rem}
.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--accent);color:#fff;border-radius:5px;font-size:.95rem;font-family:var(--sans)}
.nav ul{display:flex;gap:28px}
.nav a{font-size:.88rem;font-weight:500;color:var(--muted);transition:color .15s}
.nav a:hover{color:var(--text)}
.burger{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:6px}
.burger span{display:block;width:20px;height:2px;background:var(--text)}
.hero{padding:48px 0 40px;border-bottom:1px solid var(--border)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero-badge{display:inline-block;background:var(--green-bg);color:var(--green);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:4px;margin-bottom:14px}
.hero h1{font-family:var(--serif);font-size:2.1rem;font-weight:900;line-height:1.18;letter-spacing:-.02em;margin-bottom:12px}
.hero-link:hover h1{color:var(--accent)}
.hero p.hero-excerpt{font-size:1.05rem;color:var(--muted);line-height:1.6;margin-bottom:18px}
.hero-meta{font-size:.82rem;color:var(--muted)}
.hero-img{border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:var(--bg2)}
.hero-img img{width:100%;height:100%;object-fit:cover}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;padding:36px 0 20px;border-bottom:2px solid var(--text);margin-bottom:28px}
.sec-head h2{font-family:var(--serif);font-size:1.35rem;font-weight:900}
.sec-head a{font-size:.85rem;font-weight:600;color:var(--accent)}
.sec-head a:hover{text-decoration:underline}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px}
.card{display:flex;flex-direction:column;transition:transform .15s}
.card:hover{transform:translateY(-2px)}
.card-img{border-radius:8px;overflow:hidden;aspect-ratio:16/10;background:var(--bg2);margin-bottom:14px}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.card:hover .card-img img{transform:scale(1.03)}
.card-cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:6px}
.card-title{font-family:var(--serif);font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:6px}
.card:hover .card-title{color:var(--accent)}
.card-excerpt{font-size:.85rem;color:var(--muted);line-height:1.55;flex:1;margin-bottom:10px}
.card-bottom{display:flex;align-items:center;gap:10px;font-size:.78rem;color:var(--muted)}
.card-pick{color:var(--green);font-weight:600}
.cat-header{padding:44px 0 36px;border-bottom:1px solid var(--border)}
.cat-header h1{font-family:var(--serif);font-size:2rem;font-weight:900;margin-bottom:10px}
.cat-header p{font-size:1.05rem;color:var(--muted);max-width:600px}
.cat-body{padding:40px 0}
.art-header{max-width:720px;margin:0 auto;padding:44px 0 28px}
.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:18px}
.breadcrumb a{color:var(--accent)}
.breadcrumb a:hover{text-decoration:underline}
.art-header h1{font-family:var(--serif);font-size:2.2rem;font-weight:900;line-height:1.18;margin-bottom:14px}
.art-header .art-excerpt{font-size:1.1rem;color:var(--muted);line-height:1.6;margin-bottom:20px}
.author-bar{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:.85rem;color:var(--muted)}
.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#fde2e2,#fce4ec);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent);font-size:.85rem}
.author-name{font-weight:600;color:var(--text)}
.art-hero{max-width:860px;margin:28px auto;border-radius:10px;overflow:hidden;aspect-ratio:16/9;background:var(--bg2)}
.art-hero img{width:100%;height:100%;object-fit:cover}
.pick-box{max-width:720px;margin:28px auto;background:var(--green-bg);border:1px solid #c8e6d3;border-radius:8px;padding:20px 24px}
.pick-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:4px}
.pick-name{font-family:var(--serif);font-weight:700;font-size:1.1rem}
.art-body{max-width:720px;margin:0 auto;padding:28px 0 56px}
.art-body p{font-size:1.02rem;line-height:1.75;margin-bottom:18px}
.art-body h2{font-family:var(--serif);font-size:1.4rem;font-weight:700;margin:36px 0 14px;padding-top:20px;border-top:1px solid var(--border)}
.art-body h3{font-size:1.08rem;font-weight:700;margin:24px 0 10px}
.art-body strong{font-weight:600}
.related{border-top:2px solid var(--text);padding:40px 0}
.related h2{font-family:var(--serif);font-size:1.35rem;font-weight:900;margin-bottom:28px}
.pg-header{padding:48px 0 36px;border-bottom:1px solid var(--border);text-align:center}
.pg-header h1{font-family:var(--serif);font-size:2rem;font-weight:900;margin-bottom:10px}
.pg-header p{font-size:1.05rem;color:var(--muted);max-width:540px;margin:0 auto}
.pg-body{max-width:720px;margin:0 auto;padding:40px 0 56px}
.pg-body p{font-size:1.02rem;line-height:1.75;margin-bottom:18px}
.pg-body h2{font-family:var(--serif);font-size:1.3rem;font-weight:700;margin:32px 0 12px}
.pg-body h3{font-size:1.05rem;font-weight:600;margin:20px 0 8px}
.pg-body ul,.pg-body ol{margin:0 0 18px 20px;list-style:disc}
.pg-body ol{list-style:decimal}
.pg-body li{font-size:1.02rem;line-height:1.7;margin-bottom:6px}
.pg-body a{color:var(--accent)}
.pg-body a:hover{text-decoration:underline}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:28px 0}
.team-card{text-align:center;padding:28px 16px;background:var(--bg2);border-radius:8px}
.team-card .avatar{width:56px;height:56px;font-size:1.1rem;margin:0 auto 10px}
.team-name{font-weight:700;font-size:.95rem;margin-bottom:2px}
.team-role{font-size:.82rem;color:var(--muted)}
.steps{counter-reset:step;margin:28px 0}
.step{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid var(--border)}
.step::before{counter-increment:step;content:counter(step);flex-shrink:0;width:36px;height:36px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.step h3{margin-top:0}
.step p{margin-bottom:0}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:5px}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:11px 14px;font-family:var(--sans);font-size:.92rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(201,48,44,.08)}
.form-group textarea{resize:vertical;min-height:120px}
.btn{background:var(--accent);color:#fff;border:0;padding:12px 28px;font-family:var(--sans);font-size:.92rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background .2s}
.btn:hover{background:var(--accent2)}
.disclosure{background:var(--bg2);border-top:1px solid var(--border);padding:14px 0;font-size:.82rem;color:var(--muted);line-height:1.5}
.disclosure strong{color:var(--text);font-weight:600}
.newsletter{background:var(--text);padding:48px 0;color:#fff}
.newsletter-flex{display:flex;align-items:center;justify-content:space-between;gap:40px}
.newsletter-title{font-family:var(--serif);font-size:1.4rem;font-weight:900;margin-bottom:6px}
.newsletter-sub{font-size:.9rem;color:#aaa}
.nl-form{display:flex;gap:8px}
.nl-form input{padding:11px 16px;font-size:.88rem;border:1px solid #444;border-radius:6px;background:#2a2a2a;color:#fff;width:260px;font-family:var(--sans)}
.nl-form input::placeholder{color:#888}
.nl-form input:focus{outline:0;border-color:var(--accent)}
.nl-form button{background:var(--accent);color:#fff;border:0;padding:11px 22px;font-family:var(--sans);font-size:.88rem;font-weight:600;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .2s}
.nl-form button:hover{background:var(--accent2)}
.nl-ok{color:#4ade80;font-weight:600;padding:11px 0}
.footer{background:#111;color:#999;padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.footer-grid-3{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:36px;margin-bottom:36px}
.footer-about .logo-footer{margin-bottom:12px;color:#fff}
.footer-about .logo-mark{background:var(--accent)}
.footer-about p{font-size:.85rem;line-height:1.6;margin-top:12px}
.footer-col h4{color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}
.footer-col li{margin-bottom:8px}
.footer-col a{font-size:.88rem;color:#888;transition:color .15s}
.footer-col a:hover{color:#fff}
.socials{display:flex;gap:10px}
.socials a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #333;border-radius:6px;color:#888;transition:all .15s}
.socials a:hover{border-color:var(--accent);color:var(--accent)}
.footer-bottom{border-top:1px solid #222;padding-top:20px;font-size:.78rem;color:#666}
.not-found{text-align:center;padding:80px 24px}
.not-found h1{font-family:var(--serif);font-size:3rem;margin-bottom:12px}
.not-found p{color:var(--muted);margin-bottom:20px}
.not-found a{color:var(--accent);font-weight:600}
@media(max-width:768px){
  .burger{display:flex}
  .nav{display:none;position:absolute;top:60px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.06);padding:12px 24px;z-index:99}
  .nav.open{display:block}
  .nav ul{flex-direction:column;gap:0}
  .nav li{padding:10px 0;border-bottom:1px solid var(--border)}
  .nav li:last-child{border:0}
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero h1{font-size:1.65rem}
  .hero{padding:32px 0 28px}
  .cards{grid-template-columns:1fr;gap:28px}
  .newsletter-flex{flex-direction:column;text-align:center;gap:20px}
  .nl-form{flex-direction:column}
  .nl-form input{width:100%}
  .footer-grid,.footer-grid-3{grid-template-columns:1fr;gap:28px}
  .team{grid-template-columns:1fr}
  .art-header h1{font-size:1.7rem}
  .pg-header h1{font-size:1.6rem}
}
@media(min-width:769px) and (max-width:1024px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid,.footer-grid-3{grid-template-columns:1fr 1fr}
  .team{grid-template-columns:repeat(2,1fr)}
}
