/* ===== брендинг BreezzMotors ===== */
.brandmark{display:inline-flex;align-items:center;flex:none;color:#fff;line-height:0}
.brandmark__svg{display:block;width:138px;height:44px;transition:color .22s ease}
.brandmark--sm .brandmark__svg{width:107px;height:34px}
a:hover .brandmark{color:var(--gold)}
.ftr .brandmark__svg{width:163px;height:52px}
@media(max-width:992px){
  .brandmark__svg,.brandmark--sm .brandmark__svg{width:107px;height:34px}
  .ftr .brandmark__svg{width:138px;height:44px}
}
@media(max-width:520px){
  .brandmark__svg,.brandmark--sm .brandmark__svg{width:94px;height:30px}
}

/* ===== внутренние страницы ===== */
.prose{max-width:78ch;color:var(--muted-2);font-size:16px}
.prose h2{color:#fff;font-size:clamp(20px,2vw,28px);font-weight:600;margin:38px 0 14px;letter-spacing:-.01em}
.prose h3{color:#fff;font-size:19px;font-weight:600;margin:28px 0 10px}
.prose p{margin:0 0 15px}
.prose ul{padding-left:20px;margin:0 0 16px}
.prose li{margin-bottom:9px}
.prose a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.prose strong{color:#fff;font-weight:500}

.leadin{max-width:70ch;font-size:clamp(16px,1.3vw,19px);color:var(--muted-2);margin-top:16px}

.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.4vw,22px)}
.gcard{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(20px,2.2vw,30px);display:flex;flex-direction:column;gap:12px}
.gcard__n{font-size:13px;color:var(--gold);letter-spacing:.06em}
.gcard p{color:var(--muted-2);font-size:14.5px;margin:0}
.gcard .btn{margin-top:auto;align-self:flex-start}

.rev{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.4vw,22px)}
.rev__i{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(20px,2.2vw,28px);display:flex;flex-direction:column;gap:14px}
.rev__stars{color:var(--gold);letter-spacing:3px;font-size:14px}
.rev__txt{color:var(--muted-2);font-size:14.5px;flex:1}
.rev__who{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:14px}
.rev__ava{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2a2d34,#15171b);display:grid;place-items:center;font-size:15px;font-weight:600;color:var(--gold);flex:none}
.rev__name{font-size:14.5px;font-weight:500}
.rev__car{font-size:12.5px;color:var(--muted)}

.artmeta{display:flex;gap:14px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:22px;flex-wrap:wrap}
.artcover{aspect-ratio:16/7;border-radius:var(--r-lg);overflow:hidden;margin-bottom:32px;border:1px solid var(--line)}
.artcover img{width:100%;height:100%;object-fit:cover}

.err404{min-height:70svh;display:grid;place-items:center;text-align:center;padding:120px 20px 60px}
.err404 b{display:block;font-size:clamp(70px,14vw,150px);font-weight:600;line-height:1;color:var(--gold);opacity:.25}

.note-ok{background:rgba(63,178,127,.1);border:1px solid rgba(63,178,127,.45);border-radius:12px;padding:14px 18px;margin-bottom:22px;font-size:14.5px}
.note-err{background:rgba(224,87,79,.1);border:1px solid rgba(224,87,79,.45);border-radius:12px;padding:14px 18px;margin-bottom:22px;font-size:14.5px}

@media(max-width:992px){.grid-cards,.rev{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.grid-cards,.rev{grid-template-columns:1fr}}
