/* 首頁視覺：白底 Logo 以 multiply 混色融入照片，避免出現白色方塊。 */
.hero { min-height:310px; background-image:linear-gradient(90deg,rgba(82,45,18,.83) 0%,rgba(123,74,32,.58) 48%,rgba(99,49,18,.18) 100%),url('assets/breakfast-hero.jpg'); background-position:center,center 53%; background-size:cover; }
.hero:after { background:var(--paper); }.brand { width:142px; height:58px; background:url('assets/daily-logo.jpg') center 54% / 280% auto no-repeat; mix-blend-mode:multiply; }
.brand > * { display:none; }.sun { border-color:rgba(255,241,205,.25); }.eyebrow { margin-top:54px; color:#fff4dc; text-shadow:0 1px 8px rgba(54,27,7,.38); }.hero h1 { max-width:360px; text-shadow:0 2px 10px rgba(54,27,7,.42); }.hero-copy { color:#fff4dc; text-shadow:0 1px 8px rgba(54,27,7,.38); }
@media (max-width:420px) { .hero { min-height:295px; background-position:center,57% center; }.brand { width:125px; height:50px; }.eyebrow { margin-top:48px; } }
