/* ============================================================
   С?М — стили контентных страниц: блог, статья, о бренде, лукбуки
   Подключать после main.css. Только классы этих четырёх страниц.
   ============================================================ */

/* ---------- блог: шапка и фильтры ---------- */
.blog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 22px 0 26px; flex-wrap: wrap; }
.blog-head__note { font-size: 13.5px; color: var(--mute); max-width: 320px; }
.blog-chips { margin-bottom: 36px; }

/* ---------- карточки статей ---------- */
.agrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 20px; }
.agrid--2 { grid-template-columns: repeat(2, 1fr); }

.acard { display: flex; flex-direction: column; gap: 0; }
.acard__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--off); }
.acard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s; }
.acard:hover .acard__media img { transform: scale(1.05); }
.acard__body { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; }
.acard__meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--mute); flex-wrap: wrap; }
.acard__title { font-size: 17px; line-height: 1.35; font-weight: 500; transition: color 0.15s; }
.acard:hover .acard__title { color: var(--plum); }
.acard__excerpt { font-size: 14px; line-height: 1.5; color: var(--mute); }
.acard__more { font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; }

.acard--lead { display: grid; grid-template-columns: 1.45fr 1fr; gap: 30px; align-items: center; margin-bottom: 50px; }
.acard--lead .acard__media { aspect-ratio: 16 / 9; }
.acard--lead .acard__body { padding-top: 0; gap: 14px; }
.acard--lead .acard__title { font-size: clamp(22px, 2.3vw, 34px); line-height: 1.16; letter-spacing: -0.01em; }
.acard--lead .acard__excerpt { font-size: 15px; max-width: 480px; }

/* ---------- статья ---------- */
.art { max-width: 760px; margin: 0 auto; }
.art-head { padding: 20px 0 4px; }
.art-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 13px; color: var(--mute); margin-bottom: 18px; }
.art-meta i { font-style: normal; color: var(--line); }
.art-title { font-size: clamp(27px, 3.3vw, 44px); font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; }
.art-cover { aspect-ratio: 16 / 9; overflow: hidden; background: var(--off); margin: 28px 0 36px; }
.art-cover img { width: 100%; height: 100%; object-fit: cover; }
.art .prose { font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); }
.art .prose h2, .art .prose h3 { color: var(--ink); }

.art-products { margin: 34px 0 38px; }
.art-products__cap { font-weight: 600; color: var(--ink); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.art-products__cap::before { content: '✳'; color: var(--lime); font-size: 18px; }

.art-related { margin-top: 76px; border-top: 1px solid var(--line); padding-top: 44px; }

/* ---------- о бренде ---------- */
.ab-hero { padding-top: 18px; }
.ab-hero__title { position: relative; z-index: 3; pointer-events: none; font-size: 0; line-height: 0; margin: 0; }
.ab-hero__lockup { width: 100%; height: auto; display: block; }
.ab-hero__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 18px 0 24px; flex-wrap: wrap; }
.ab-hero__sub { font-size: clamp(16px, 1.5vw, 22px); max-width: 520px; margin: 0; }
.ab-hero__hint { font-size: 13px; color: var(--mute); }
.ab-hero__photo { aspect-ratio: 21 / 9; overflow: hidden; background: var(--off); }
.ab-hero__photo img { width: 100%; height: 100%; object-fit: cover; }

.ab-manifest { max-width: 980px; }
.ab-manifest p { font-size: clamp(19px, 2vw, 28px); line-height: 1.35; margin-bottom: 0.9em; }
.ab-manifest b { font-weight: 600; }
.ab-manifest .accent--plum { font-weight: 600; }

.ab-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.ab-value { background: var(--paper); padding: 40px 30px; }
.ab-value__num { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--plum); margin-bottom: 18px; }
.ab-value__word { font-family: var(--font-display); font-weight: 700; font-size: clamp(17px, 1.7vw, 26px); text-transform: lowercase; margin-bottom: 12px; }
.ab-value p { font-size: 14.5px; color: var(--mute); margin: 0; }

.ab-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ab-fact { border-top: 1px solid var(--ink); padding-top: 20px; }
.ab-fact__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 3.6vw, 62px); line-height: 1; letter-spacing: -0.01em; }
.ab-fact:nth-child(odd) .ab-fact__num { color: var(--ink); }
.ab-fact:nth-child(even) .ab-fact__num { color: var(--plum); }
.ab-fact__label { font-size: 14px; color: var(--mute); margin-top: 10px; }

.ab-collage { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 14px; }
.ab-collage__item { overflow: hidden; background: var(--off); }
.ab-collage__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ab-collage__item:hover img { transform: scale(1.05); }
.ab-collage__item--big { grid-column: span 2; grid-row: span 2; }
.ab-collage__item--tall { grid-row: span 2; }
.ab-collage__item--wide { grid-column: span 2; }

.ab-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ab-step { border-top: 1px solid var(--ink); padding-top: 22px; }
.ab-step__num { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--plum); margin-bottom: 14px; }
.ab-step__title { font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.ab-step p { font-size: 14.5px; color: var(--mute); margin: 0; }

.ab-cta { background: var(--lime); padding: 66px 0; text-align: center; }
.ab-cta__title { font-family: var(--font-display); font-weight: 800; text-transform: lowercase; font-size: clamp(30px, 4.6vw, 72px); line-height: 1; margin-bottom: 14px; }
.ab-cta p { max-width: 460px; margin: 0 auto 26px; }
.ab-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- seo-текст контентных страниц ---------- */
.content-seo { border-top: 1px solid var(--line); margin-top: 70px; padding: 40px 0 10px; }
.content-seo .prose { max-width: 900px; font-size: 13.5px; color: var(--mute); }
.content-seo .prose h2 { font-size: 15px; font-weight: 600; color: var(--ink-soft); margin: 0 0 10px; }

/* ---------- лукбуки ---------- */
.lb-head { padding: 20px 0 8px; }
.lb-title { font-size: clamp(40px, 7.6vw, 130px); }
.lb-title .q { font-style: normal; color: var(--lime); }
.lb-sub { max-width: 520px; margin: 16px 0 0; font-size: 15px; }

.lb-section { padding: 52px 0 26px; }
.lb-section + .lb-section { border-top: 1px solid var(--line); }
.lb-section__head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.lb-section__num { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--plum); }
.lb-section__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.8vw, 42px); text-transform: lowercase; letter-spacing: -0.01em; }
.lb-section__count { margin-left: auto; font-size: 13px; color: var(--mute); }

.lb-grid { columns: 3; column-gap: 18px; }
.lb-shot { display: block; break-inside: avoid; margin-bottom: 18px; overflow: hidden; background: var(--off); }
.lb-shot img { width: 100%; height: auto; object-fit: cover; transition: transform 0.5s; }
.lb-shot:hover img { transform: scale(1.05); }
.lb-shot--tall img { aspect-ratio: 3 / 4.5; }
.lb-shot--mid img { aspect-ratio: 3 / 3.6; }
.lb-shot--sq img { aspect-ratio: 1 / 1; }

.lb-cta { background: var(--ink); color: #fff; text-align: center; padding: 66px 30px; margin: 60px 0 20px; }
.lb-cta__title { font-size: clamp(26px, 3.8vw, 60px); line-height: 1.02; margin-bottom: 14px; }
.lb-cta__title span { color: var(--lime); }
.lb-cta p { color: rgba(255,255,255,0.72); max-width: 440px; margin: 0 auto 26px; }

/* ---------- адаптив ---------- */
@media (max-width: 1100px) {
  .agrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .acard--lead { grid-template-columns: 1fr; gap: 0; }
  .acard--lead .acard__body { padding-top: 14px; }
  .ab-values { grid-template-columns: 1fr; }
  .ab-facts { grid-template-columns: repeat(2, 1fr); }
  .ab-steps { grid-template-columns: 1fr; }
  .ab-collage { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .ab-hero__photo { aspect-ratio: 4 / 3; }
  .lb-grid { columns: 2; column-gap: 14px; }
  .lb-shot { margin-bottom: 14px; }
  .agrid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .agrid { grid-template-columns: 1fr; }
  .lb-grid { columns: 1; }
  .ab-facts { gap: 14px; }
}
