

/* Start:/local/templates/akvarel/assets/css/pages/home.css?17904406913541*/
/* Главная */
.home-hero{display:grid;gap:28px;padding-top:32px}
@media (min-width:1100px){.home-hero{grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px;align-items:end;padding-top:56px}}
.home-hero__text{display:grid;gap:18px;align-content:end}
.home-hero__lead{margin:0;font-size:clamp(18px,1.6vw,21px);line-height:1.5;max-width:30ch;text-wrap:pretty}
.home-hero__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.home-hero__cta .btn--solid{width:auto;min-height:48px;padding:0 24px}
.home-hero__work{margin:0;display:grid;gap:10px}
.home-hero__work a{display:flex;justify-content:center}
.home-hero__work img{width:auto;max-width:100%;height:auto;max-height:78svh}
.home-hero__work figcaption{display:flex;justify-content:space-between;gap:12px;font-size:14px}
.home-hero__work figcaption span{color:var(--muted)}
@media (max-width:767px){.home-hero__work a{margin-inline:calc(var(--pad)*-1)}.home-hero__work img{max-height:none;width:100%}}

.home-sec{margin-top:96px}
@media (min-width:1100px){.home-sec{margin-top:128px}}
.home-sec__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}
.home-sec__head h2{font-size:var(--fs-h2);font-weight:400;letter-spacing:-.025em;line-height:1.1;margin:0}
.home-sec__head a{font-size:14px;color:var(--muted);white-space:nowrap}
.home-sec__head a:hover{color:var(--text)}

/* темы: квадратные обложки */
.themes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap-y) var(--gap-x)}
@media (min-width:768px){.themes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1100px){.themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.theme-card{display:grid;gap:10px}
.theme-card__img{aspect-ratio:1;background:#ebe9e4;overflow:hidden}
.theme-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease),opacity .25s}
.theme-card__name{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:16px}
.theme-card__name sup{font:400 11px var(--font-mono);color:var(--muted);top:0}
@media (hover:hover){.theme-card:hover img{transform:scale(1.03)}.theme-card:hover .theme-card__name span{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}}

/* об авторе — коротко */
.home-about{display:grid;gap:24px;align-items:center;padding-block:40px;border-block:1px solid var(--line)}
@media (min-width:768px){.home-about{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:48px}}
.home-about img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.home-about__text{display:grid;gap:16px}
.home-about__text p{margin:0;font-size:17px;line-height:1.6;max-width:52ch}
.home-about__text a{font-size:15px;text-decoration:underline;text-decoration-color:var(--faint);text-underline-offset:3px}

/* как купить — три шага */
.home-steps{display:grid;gap:0;counter-reset:s;border-top:1px solid var(--line)}
@media (min-width:768px){.home-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap-x)}}
.home-steps li{list-style:none;counter-increment:s;display:grid;gap:6px;padding-block:20px;border-bottom:1px solid var(--line)}
@media (min-width:768px){.home-steps li{border-bottom:0}}
.home-steps li::before{content:counter(s,decimal-leading-zero);font:400 12px var(--font-mono);color:var(--muted)}
.home-steps b{font-weight:500;font-size:17px}
.home-steps span{font-size:15px;color:var(--muted);line-height:1.5}
.home-steps{padding:0;margin:0}

/* End */
/* /local/templates/akvarel/assets/css/pages/home.css?17904406913541 */
