
:root{
  --bg:#0b0d10;
  --panel:#12161b;
  --panel2:#171c22;
  --text:#f4f2ea;
  --muted:#aeb6bf;
  --line:#28313a;
  --accent:#B70216;
  --accent2:#76000f;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:linear-gradient(180deg,#090b0d 0%,#0e1115 100%);
  color:var(--text);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 36px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:40;
  backdrop-filter:blur(12px);
  background:rgba(9,11,13,.88);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.03em}
.mark{
  width:34px;height:34px;border:1px solid var(--accent);
  display:grid;place-items:center;transform:rotate(45deg)
}
.mark span{transform:rotate(-45deg);font-family:Georgia,serif;font-size:18px;color:var(--accent)}
.nav-links{display:flex;gap:22px;align-items:center;color:#d8dde3;font-size:.95rem}
.nav-links a:hover{color:white}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:12px 18px;border:1px solid var(--accent);border-radius:8px;
  background:var(--accent);color:#14110a;font-weight:800;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn.secondary{background:transparent;color:var(--text);border-color:#4a545f}
.hero{padding:92px 0 58px;position:relative;overflow:hidden}
.hero:before{
  content:"";position:absolute;right:-180px;top:-140px;width:560px;height:560px;
  border:1px solid rgba(183,2,22,.20);transform:rotate(45deg);
}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:center}
.kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);font-size:.78rem;font-weight:800}
h1,h2,h3{line-height:1.1;margin:0 0 18px}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,6.4rem);font-weight:600;letter-spacing:-.04em}
h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:600;letter-spacing:-.025em}
h3{font-size:1.1rem}
.lead{font-size:1.15rem;color:#c4ccd5;max-width:690px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-card{
  background:linear-gradient(145deg,#171b20,#0f1216);
  border:1px solid #2b333b;border-radius:18px;padding:26px;
  box-shadow:0 26px 60px rgba(0,0,0,.25)
}
.metric{padding:18px 0;border-bottom:1px solid var(--line)}
.metric:last-child{border-bottom:0}
.metric b{display:block;font-size:1.05rem}
.metric span{color:var(--muted);font-size:.93rem}
.section{padding:74px 0}
.section.alt{background:#0f1317;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}
.section-head p{max-width:590px;color:var(--muted);margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  border:1px solid #2b333c;background:linear-gradient(180deg,#151a20,#11151a);
  border-radius:14px;padding:24px;min-height:100%;
}
.card .eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:800}
.card p{color:var(--muted)}
.card-link{display:inline-block;margin-top:10px;color:#fff;font-weight:700}
.card-link:hover{color:var(--accent)}
.product-card{display:flex;flex-direction:column}
.product-card .price{font-size:1.25rem;font-weight:800;margin-top:auto;padding-top:12px}
.ad-slot{
  border:1px dashed #4b535b;border-radius:12px;padding:26px;text-align:center;
  color:#7f8993;background:#0d1013;font-size:.85rem
}
.cta{
  padding:34px;border:1px solid #5c0a15;border-radius:18px;
  background:linear-gradient(135deg,rgba(183,2,22,.14),rgba(183,2,22,.035));
  display:flex;align-items:center;justify-content:space-between;gap:22px
}
.newsletter{display:flex;gap:10px;flex-wrap:wrap}
.newsletter input{
  min-width:260px;background:#0d1115;border:1px solid #39414a;color:white;
  border-radius:8px;padding:12px 14px;font:inherit
}
.article-list{display:grid;gap:16px}
.article-row{
  display:grid;grid-template-columns:160px 1fr auto;gap:24px;align-items:center;
  padding:22px 0;border-bottom:1px solid var(--line)
}
.article-row .date{color:#8e98a3;font-size:.85rem}
.article-row p{color:var(--muted);margin:6px 0 0}
.article-body{max-width:800px;margin:0 auto}
.article-body p,.article-body li{color:#c7ced5}
.article-body h2{font-size:2rem;margin-top:42px}
.article-body .callout{border-left:3px solid var(--accent);padding:8px 0 8px 18px;color:#e1e6ea}
.footer{padding:42px 0;border-top:1px solid #252d35;color:#9ea7b0;font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px}
.small-links{display:flex;gap:16px;flex-wrap:wrap}
.badge{display:inline-block;padding:5px 9px;border:1px solid #3d4650;border-radius:999px;color:#aeb6bf;font-size:.76rem}
@media (max-width:900px){
  .hero-grid,.grid3{grid-template-columns:1fr}
  .nav-links{display:none}
  .section-head,.cta{align-items:flex-start;flex-direction:column}
  .article-row{grid-template-columns:1fr}
}

.brand-logo{
  width:54px;
  height:34px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
}
@media (max-width:520px){
  .brand-logo{width:46px;height:30px}
}
