menorah | Rescue Facial Sheet Mask |即刻救援面膜 /* ---------- HERO ---------- */ .hero{padding:80px 0 56px;text-align:center;} .flame-wrap{display:flex;justify-content:center;margin-bottom:28px;} .good-life-banner{width:100%;max-width:480px;height:auto;border-radius:16px;display:block;} .slogan{ font-family:'Space Mono',monospace; font-size:13px;letter-spacing:.06em;color:var(--red-dark); max-width:520px;margin:0 auto 30px; padding-bottom:18px;border-bottom:1px solid var(--red-tint-2); } .slogan .zh{margin-top:6px;color:var(--ink-soft);font-family:'Noto Sans TC',sans-serif;} .hero h1{ font-size:clamp(32px,5.2vw,58px); font-weight:900;line-height:1.32;max-width:800px;margin:0 auto; } .hero h1 em{font-style:normal;color:var(--red);} .hero .zh.hero-zh{font-size:14px;max-width:560px;margin:18px auto 0;font-family:'Noto Sans TC',sans-serif;} .hero p.sub{max-width:560px;margin:22px auto 0;font-size:16px;color:var(--ink-soft);} .hero p.sub .zh{display:block;margin-top:8px;font-family:'Noto Sans TC',sans-serif;} .cta-row{display:flex;justify-content:center;margin-top:36px;} .btn{ display:inline-block;font-family:'Space Mono',monospace;font-size:13px; letter-spacing:.05em;text-decoration:none;padding:14px 32px;border-radius:999px; border:1.5px solid var(--red);color:var(--red);transition:.25s;font-weight:700; } .btn:hover{background:var(--red);color:var(--white);} .hero-photo{ max-width:520px;margin:50px auto 0;border-radius:28px;overflow:hidden; box-shadow:0 24px 50px -20px rgba(186,12,47,.35); aspect-ratio:4/5; } .hero-photo img{width:100%;height:100%;object-fit:cover;display:block;}