main .recent-reviews{padding:64px 32px 64px}main .recent-reviews .head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}main .recent-reviews .head a{font-weight:600;font-size:14px;color:var(--ink-soft);border-bottom:2px solid rgba(20,19,15,.15);padding-bottom:2px}main .hero{padding:56px 32px 64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}main .hero .hero-content .titles{display:flex;align-items:center;gap:12px;margin-bottom:22px}main .hero .hero-content .titles .separator{height:1px;width:44px;background:rgba(242,239,231,.3)}main .hero .hero-content .titles .category{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(242,239,231,.55)}main .hero .hero-content h1{font-size:52px;line-height:1.02;margin-bottom:20px}main .hero .hero-content .excerpt{font-size:17px;line-height:1.55;color:rgba(242,239,231,.72);margin:0 0 30px;max-width:460px}main .hero .hero-content .notes{display:flex;align-items:center;gap:24px}main .hero .hero-content .notes .info{display:flex;align-items:center;gap:12px}main .hero .hero-content .notes .d_note{font-family:var(--display);font-weight:700;font-size:40px;color:var(--s-hi)}main .hero .hero-content .notes .details{display:flex;flex-direction:column;gap:3px}main .hero .hero-content .notes .details span:first-of-type{font-size:11px;color:rgba(242,239,231,.5)}main .hero .hero-content .notes .details span:last-of-type{font-size:11px;letter-spacing:.1em;font-weight:700;color:var(--s-hi)}main .hero figure{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/10}main .hero figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-fit:cover}main .news{padding:64px 32px 72px;display:grid;grid-template-columns:1.15fr .85fr;gap:56px}main .news .new-article{display:flex;gap:18px;padding:18px 0;border-top:1px solid var(--line);align-items:center}main .news .new-article figure{width:96px;height:64px;flex:none;border-radius:10px;overflow:hidden}main .news .new-article figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main .news .new-article .info{display:flex;gap:10px;margin-bottom:6px}main .news .new-article .info .category{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:700}main .news .new-article .info .time{font-size:11px;color:var(--muted)}main .news .new-article h3{font-size:17px;line-height:1.2}@media(min-width: 0px)and (max-width: 768px){main .hero{display:flex;flex-direction:column}main .hero figure{width:100%}main .news{grid-template-columns:auto;padding:64px 20px 72px}}