/* 番茄日常首頁主視覺，三語共用 */
.latest{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;margin:36px 0 0;padding:48px;border-radius:24px;background:#f7f3e8;border:1px solid #e8e0cc;}
.latest .eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:#93603e;margin:0 0 18px;}
.latest h1{font-size:clamp(32px,4vw,46px);font-weight:800;line-height:1.2;margin:0 0 16px;letter-spacing:-.03em;}
.latest .lead{font-size:23px;line-height:1.5;color:#34372d;margin:0 0 18px;}
.latest .description{font-size:15px;line-height:1.85;color:#625e53;margin:0 0 20px;}
.latest .details{font-size:13px;color:#625e53;margin:0 0 24px;}
.latest .actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:14px;}
.latest .status{display:inline-block;background:#353d32;color:#fff;border-radius:999px;padding:11px 21px;font-weight:700;}
.latest .actions a{color:#75513b;text-underline-offset:4px;}
.latest .art{height:auto;width:100%;max-width:340px;justify-self:center;border-radius:24%;box-shadow:0 22px 45px #554b2820;}
.quote .work-label{display:block;font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:16px;color:#75623e;}
@media(max-width:760px){.latest{grid-template-columns:1fr;gap:28px;padding:30px 24px;}.latest .art{max-width:220px;}.latest .lead{font-size:21px;}.appRow{flex-wrap:wrap;}.appRow .links{flex-wrap:wrap;white-space:normal;}.appRow .name{min-width:150px;}}
@media(prefers-reduced-motion:reduce){.card{transition:none;}.card:hover{transform:none;}}
