
:root{
    --ink:#111318;
    --muted:#6a6f79;
    --line:#e7e8eb;
    --paper:#ffffff;
    --soft:#f5f5f3;
    --accent:#d92027;
    --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--ink);
    background:var(--paper);
}
a{color:inherit}
img{max-width:100%;display:block}
.mag-wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.mag-header{
    position:sticky;top:0;z-index:30;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid var(--line);
    backdrop-filter:blur(10px);
}
.mag-header-inner{
    height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.mag-logo{
    font-family:Georgia,"Times New Roman",serif;
    font-weight:900;font-size:38px;letter-spacing:-2px;text-decoration:none
}
.mag-nav{display:flex;gap:24px;font-size:14px;font-weight:700}
.mag-nav a{text-decoration:none}
.mag-hero{
    min-height:680px;
    background:#161616;
    color:#fff;
    display:grid;
    align-items:center;
}
.mag-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:64px;
    align-items:center;
    padding:70px 0;
}
.mag-kicker{
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:12px;
    font-weight:800;
    opacity:.72;
}
.mag-hero h1{
    margin:16px 0 14px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(54px,8vw,104px);
    line-height:.9;
    letter-spacing:-4px;
}
.mag-hero h2{
    margin:0 0 18px;
    font-size:clamp(22px,3vw,38px);
    font-weight:500;
}
.mag-hero p{font-size:18px;line-height:1.7;color:#d7d7d7;max-width:660px}
.mag-btn{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:48px;padding:0 24px;margin-top:14px;
    background:#fff;color:#111;text-decoration:none;
    font-weight:800;border-radius:2px
}
.mag-hero-media{
    display:flex;justify-content:center;
}
.mag-hero-media img{
    max-height:560px;
    width:auto;
    object-fit:contain;
    box-shadow:0 25px 70px rgba(0,0,0,.45);
}
.mag-ad{
    padding:30px 0;border-bottom:1px solid var(--line)
}
.mag-ad a{display:block}
.mag-ad img{width:100%;max-height:140px;object-fit:cover}
.mag-section{padding:86px 0}
.mag-section.soft{background:var(--soft)}
.mag-section-head{
    display:flex;align-items:end;justify-content:space-between;gap:30px;
    margin-bottom:36px
}
.mag-section-head h2{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(34px,5vw,56px);
    letter-spacing:-1.5px
}
.mag-current{
    display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:center
}
.mag-current-cover img{
    width:100%;box-shadow:0 20px 50px rgba(0,0,0,.14)
}
.mag-current-copy h3{
    margin:0 0 12px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:42px
}
.mag-current-meta{font-weight:700;color:var(--accent);margin-bottom:20px}
.mag-current-copy p{font-size:18px;line-height:1.75;color:var(--muted)}
.mag-columnists{
    display:grid;grid-template-columns:repeat(4,1fr);gap:28px
}
.mag-columnist{text-align:center}
.mag-columnist-photo{
    width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 18px;background:#e8e8e8
}
.mag-columnist-photo img{width:100%;height:100%;object-fit:cover}
.mag-columnist h3{margin:0 0 6px;font-size:20px}
.mag-columnist .role{color:var(--accent);font-weight:700;font-size:14px}
.mag-columnist p{color:var(--muted);line-height:1.55;font-size:14px}
.mag-columnist a{text-decoration:none}
.mag-advertise{
    background:#111;color:#fff;padding:70px 0;text-align:center
}
.mag-advertise h2{
    margin:0 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:52px
}
.mag-advertise p{max-width:760px;margin:0 auto 18px;color:#d0d0d0;font-size:18px;line-height:1.65}
.mag-editions{
    display:grid;grid-template-columns:repeat(4,1fr);gap:28px
}
.mag-edition-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#eee}
.mag-edition-card h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin:16px 0 6px}
.mag-edition-card p{margin:0;color:var(--muted)}
.mag-edition-card a{text-decoration:none}
.mag-footer{
    border-top:1px solid var(--line);
    padding:40px 0;
    color:var(--muted);
    font-size:14px
}
.mag-footer-inner{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.mag-empty{
    padding:40px;border:1px dashed #ccc;color:var(--muted);text-align:center
}
@media(max-width:900px){
    .mag-nav{display:none}
    .mag-hero{min-height:auto}
    .mag-hero-grid,.mag-current{grid-template-columns:1fr}
    .mag-hero-grid{gap:36px}
    .mag-hero-media{order:-1}
    .mag-hero-media img{max-height:430px}
    .mag-columnists,.mag-editions{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
    .mag-wrap{width:min(100% - 24px,var(--max))}
    .mag-header-inner{height:64px}
    .mag-logo{font-size:32px}
    .mag-section{padding:58px 0}
    .mag-columnists,.mag-editions{grid-template-columns:1fr 1fr;gap:18px}
    .mag-columnist-photo{width:112px;height:112px}
    .mag-current{gap:32px}
    .mag-current-copy h3{font-size:34px}
    .mag-advertise h2{font-size:38px}
}
