body.home-explore-rose .home-entry-explore--rose{
  margin-top:34px;
  padding:30px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:34px;
  background:
    radial-gradient(circle at 4% 0%,rgba(255,255,255,.86),transparent 32rem),
    linear-gradient(145deg,rgba(255,248,246,.76),rgba(226,194,188,.54));
  box-shadow:0 24px 62px rgba(103,67,64,.11);
}

body.home-explore-rose .home-entry-explore__heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin:0 4px 22px;
}

body.home-explore-rose .home-entry-explore__heading .kicker{
  padding:0;
  border:0;
  color:#925e5a;
  background:transparent;
  box-shadow:none;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}

body.home-explore-rose .home-entry-explore__heading h2{
  max-width:760px;
  margin:9px 0 0;
  color:#38292a;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  font-size:clamp(34px,4vw,54px);
  font-weight:700;
  line-height:1.12;
  letter-spacing:-.045em;
}

body.home-explore-rose .home-entry-explore__heading p{
  max-width:360px;
  margin:0;
  color:#725b5c;
  font-size:14px;
  line-height:1.72;
}

body.home-explore-rose .home-entry-explore__heading h2 span,
body.home-explore-rose .home-entry-explore__heading p span{
  display:inline;
}

body.home-explore-rose .home-entry-explore__layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);
  gap:16px;
  align-items:start;
}

body.home-explore-rose .home-entry-explore__fortune{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.74);
  border-radius:28px;
  background:rgba(255,251,249,.94);
  box-shadow:0 22px 48px rgba(105,68,65,.13);
}

body.home-explore-rose .home-entry-explore__fortune-media{
  position:relative;
  display:block;
  overflow:hidden;
  height:292px;
  color:#fff;
  text-decoration:none;
  background:#e4d0ca;
}

body.home-explore-rose .home-entry-explore__fortune-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(140,91,87,.03) 28%,rgba(126,76,75,.58) 100%);
}

body.home-explore-rose .home-entry-explore__fortune-media img,
body.home-explore-rose .home-entry-explore__visual-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.76) contrast(.96) sepia(.06);
  transition:transform .36s cubic-bezier(.2,.8,.2,1);
}

body.home-explore-rose .home-entry-explore__flag{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:999px;
  color:#734b48;
  background:rgba(255,247,244,.88);
  backdrop-filter:blur(12px);
  font-size:11px;
  font-weight:900;
}

body.home-explore-rose .home-entry-explore__fortune-title{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  display:block;
  padding:23px;
}

body.home-explore-rose .home-entry-explore__fortune-title small,
body.home-explore-rose .home-entry-explore__visual-copy small{
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}

body.home-explore-rose .home-entry-explore__fortune-title strong{
  display:block;
  max-width:15ch;
  margin-top:7px;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  font-weight:700;
  font-size:clamp(27px,2.7vw,38px);
  line-height:1.18;
  letter-spacing:-.04em;
}

body.home-explore-rose .home-entry-explore__fortune-body{
  padding:18px 21px 20px;
}

body.home-explore-rose .home-entry-explore__fortune-body p{
  margin:0;
  color:#6c5657;
  font-size:14px;
  line-height:1.75;
}

body.home-explore-rose .home-entry-explore__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:11px;
}

body.home-explore-rose .home-entry-explore__benefits span{
  padding:6px 10px;
  border:1px solid rgba(176,116,110,.16);
  border-radius:999px;
  color:#8b5a56;
  background:#f5e6e2;
  font-size:11px;
  font-weight:850;
}

body.home-explore-rose .home-entry-explore__fortune-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  margin-top:13px;
  padding:0 17px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#c78f88,#a96c67);
  box-shadow:0 12px 26px rgba(151,91,87,.2);
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}

body.home-explore-rose .home-entry-explore__fortune-cta b{
  font-size:20px;
}

body.home-explore-rose .home-entry-explore__bento{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

body.home-explore-rose .home-entry-explore__visual-card{
  position:relative;
  display:block;
  overflow:hidden;
  min-height:260px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:24px;
  color:#fff;
  background:#dec6c0;
  box-shadow:0 16px 34px rgba(99,65,63,.1);
  text-decoration:none;
}

body.home-explore-rose .home-entry-explore__visual-card--wide{
  grid-column:1/-1;
  min-height:258px;
}

body.home-explore-rose .home-entry-explore__visual-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(132,80,78,.02) 22%,rgba(112,62,65,.64) 100%);
}

body.home-explore-rose .home-entry-explore__visual-copy{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  display:block;
  padding:17px;
  text-shadow:0 1px 8px rgba(55,28,29,.28);
}

body.home-explore-rose .home-entry-explore__visual-copy strong{
  display:block;
  margin-top:6px;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  font-weight:700;
  font-size:20px;
  line-height:1.3;
}

body.home-explore-rose .home-entry-explore__visual-card--wide .home-entry-explore__visual-copy strong{
  max-width:17ch;
  font-size:26px;
}

body.home-explore-rose .home-entry-explore__visual-copy span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  margin-top:7px;
  color:#ffece8;
  font-size:11px;
  font-weight:900;
}

body.home-explore-rose .home-entry-explore__visual-card:nth-child(2) img,
body.home-explore-rose .home-entry-explore__visual-card:nth-child(3) img{
  object-position:center;
}

body.home-explore-rose .home-entry-explore__visual-card--service img{
  object-position:center 58%;
  filter:saturate(.66) contrast(.94) sepia(.1);
}

body.home-explore-rose .home-entry-explore__visual-card--product{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  color:#4b3738;
  background:linear-gradient(155deg,#fffaf7,#f1ded9);
}

body.home-explore-rose .home-entry-explore__visual-card--product::after{
  display:none;
}

body.home-explore-rose .home-entry-explore__visual-card--product img{
  min-height:0;
  object-fit:contain;
  object-position:center;
  filter:saturate(.74) contrast(.96) sepia(.04);
  background:rgba(255,255,255,.54);
}

body.home-explore-rose .home-entry-explore__visual-card--product .home-entry-explore__visual-copy{
  position:static;
  padding:15px 16px 16px;
  color:#4b3738;
  text-shadow:none;
  background:rgba(255,250,247,.72);
}

body.home-explore-rose .home-entry-explore__visual-card--product .home-entry-explore__visual-copy small{
  color:#a16b66;
}

body.home-explore-rose .home-entry-explore__visual-card--product .home-entry-explore__visual-copy span{
  color:#8f5d58;
}

body.home-explore-rose .home-entry-explore__fortune-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

body.home-explore-rose .home-entry-explore__fortune-links a{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:112px;
  padding:17px 38px 17px 17px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:20px;
  color:#493536;
  background:rgba(255,251,249,.78);
  box-shadow:0 12px 28px rgba(102,68,66,.07);
  text-decoration:none;
}

body.home-explore-rose .home-entry-explore__fortune-links small{
  color:#a16b66;
  font-size:10px;
  font-weight:900;
}

body.home-explore-rose .home-entry-explore__fortune-links strong{
  margin-top:7px;
  font-size:15px;
  line-height:1.45;
}

body.home-explore-rose .home-entry-explore__fortune-links span{
  position:absolute;
  right:15px;
  bottom:14px;
  color:#a6706a;
}

body.home-explore-rose .home-entry-explore__story-rail{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}

body.home-explore-rose .home-entry-explore__story-card{
  display:grid;
  grid-template-columns:44% minmax(0,1fr);
  min-height:176px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:24px;
  color:#493536;
  background:linear-gradient(145deg,rgba(255,250,247,.92),rgba(239,216,210,.8));
  box-shadow:0 14px 32px rgba(102,68,66,.08);
  text-decoration:none;
}

body.home-explore-rose .home-entry-explore__story-card--maha{
  background:linear-gradient(145deg,rgba(250,242,232,.95),rgba(224,199,181,.78));
}

body.home-explore-rose .home-entry-explore__story-media{
  display:block;
  min-width:0;
  overflow:hidden;
}

body.home-explore-rose .home-entry-explore__story-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.72) contrast(.95) sepia(.08);
  transition:transform .36s cubic-bezier(.2,.8,.2,1);
}

body.home-explore-rose .home-entry-explore__story-card--food .home-entry-explore__story-media img{
  object-position:47% 13%;
}

body.home-explore-rose .home-entry-explore__story-card--maha .home-entry-explore__story-media img{
  object-position:center 25%;
}

body.home-explore-rose .home-entry-explore__story-copy{
  display:flex;
  min-width:0;
  padding:20px;
  flex-direction:column;
  justify-content:center;
}

body.home-explore-rose .home-entry-explore__story-copy small{
  color:#9e6863;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
}

body.home-explore-rose .home-entry-explore__story-copy strong{
  margin-top:8px;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  font-weight:700;
  font-size:21px;
  line-height:1.36;
}

body.home-explore-rose .home-entry-explore__story-copy span{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:10px;
  color:#8f5d58;
  font-size:11px;
  font-weight:900;
}

body.home-explore-rose .home-entry-explore--rose a:focus-visible{
  outline:3px solid rgba(174,112,106,.45);
  outline-offset:3px;
}

@media (hover:hover){
  body.home-explore-rose .home-entry-explore__fortune-media:hover img,
  body.home-explore-rose .home-entry-explore__visual-card:hover img,
  body.home-explore-rose .home-entry-explore__story-card:hover img{
    transform:scale(1.035);
  }

  body.home-explore-rose .home-entry-explore__fortune-cta:hover,
  body.home-explore-rose .home-entry-explore__fortune-links a:hover,
  body.home-explore-rose .home-entry-explore__story-card:hover{
    transform:translateY(-2px);
    filter:brightness(1.02);
  }
}

@media (max-width:980px){
  body.home-explore-rose .home-entry-explore__layout{
    grid-template-columns:1fr;
  }

  body.home-explore-rose .home-entry-explore__fortune-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  body.home-explore-rose .home-entry-explore--rose{
    margin-top:22px;
    padding:22px 12px 18px;
    border-radius:26px;
  }

  body.home-explore-rose .home-entry-explore__heading{
    display:block;
    margin:0 5px 17px;
  }

  body.home-explore-rose .home-entry-explore__heading h2{
    margin-top:7px;
    font-size:32px;
    line-height:1.16;
  }

  body.home-explore-rose .home-entry-explore__heading h2 span,
  body.home-explore-rose .home-entry-explore__heading p span{
    display:block;
  }

  body.home-explore-rose .home-entry-explore__heading p{
    margin-top:9px;
    font-size:13px;
  }

  body.home-explore-rose .home-entry-explore__layout{
    gap:12px;
  }

  body.home-explore-rose .home-entry-explore__fortune{
    border-radius:24px;
  }

  body.home-explore-rose .home-entry-explore__fortune-media{
    height:278px;
  }

  body.home-explore-rose .home-entry-explore__fortune-title{
    padding:16px;
  }

  body.home-explore-rose .home-entry-explore__fortune-title strong{
    max-width:16ch;
    font-size:24px;
  }

  body.home-explore-rose .home-entry-explore__fortune-body{
    padding:14px 16px 16px;
  }

  body.home-explore-rose .home-entry-explore__fortune-body p{
    display:-webkit-box;
    overflow:hidden;
    font-size:12px;
    line-height:1.62;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  body.home-explore-rose .home-entry-explore__benefits{
    margin-top:9px;
  }

  body.home-explore-rose .home-entry-explore__benefits span{
    padding:5px 8px;
    font-size:10px;
  }

  body.home-explore-rose .home-entry-explore__fortune-cta{
    min-height:46px;
    margin-top:10px;
  }

  body.home-explore-rose .home-entry-explore__bento{
    gap:13px;
  }

  body.home-explore-rose .home-entry-explore__visual-card{
    min-height:224px;
    border-radius:20px;
  }

  body.home-explore-rose .home-entry-explore__visual-card--wide{
    min-height:230px;
  }

  body.home-explore-rose .home-entry-explore__visual-copy{
    padding:14px;
  }

  body.home-explore-rose .home-entry-explore__visual-copy strong{
    font-size:17px;
  }

  body.home-explore-rose .home-entry-explore__visual-card--wide .home-entry-explore__visual-copy strong{
    font-size:23px;
  }

  body.home-explore-rose .home-entry-explore__fortune-links{
    grid-auto-flow:column;
    grid-auto-columns:78%;
    grid-template-columns:none;
    gap:11px;
    overflow-x:auto;
    margin-right:-12px;
    padding-right:12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.home-explore-rose .home-entry-explore__fortune-links a{
    min-height:96px;
    padding:14px 42px 14px 15px;
    scroll-snap-align:start;
  }

  body.home-explore-rose .home-entry-explore__fortune-links::-webkit-scrollbar,
  body.home-explore-rose .home-entry-explore__story-rail::-webkit-scrollbar{
    display:none;
  }

  body.home-explore-rose .home-entry-explore__story-rail{
    grid-auto-flow:column;
    grid-auto-columns:84%;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    margin-right:-12px;
    padding-right:12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.home-explore-rose .home-entry-explore__story-card{
    grid-template-columns:43% minmax(0,1fr);
    min-height:158px;
    border-radius:21px;
    scroll-snap-align:start;
  }

  body.home-explore-rose .home-entry-explore__story-copy{
    padding:15px;
  }

  body.home-explore-rose .home-entry-explore__story-copy strong{
    font-size:18px;
  }
}

@media (prefers-reduced-motion:reduce){
  body.home-explore-rose .home-entry-explore--rose *{
    scroll-behavior:auto !important;
    transition:none !important;
  }
}

