.hero[data-astro-cid-lcdefpme] {
  position: relative;
  height: 170svh;
  --p: 0;
  --logo-y: 36%;
}

.hero__stage[data-astro-cid-lcdefpme] {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: clip;
  display: grid;
  grid-template-rows: 60% 40%;
}

.hero__gl[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__logo[data-astro-cid-lcdefpme] {
  position: absolute;
  left: 50%;
  top: var(--logo-y);
  width: min(86vw, 168svh, 1100px);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1.2s;
}

.hero__logo[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  width: 100%;
  height: auto;
}

.hero[data-astro-cid-lcdefpme].is-set .hero__logo[data-astro-cid-lcdefpme] {
  opacity: calc(1 - var(--p) * 2.2);
}

.hero[data-astro-cid-lcdefpme].no-gl .hero__logo[data-astro-cid-lcdefpme] {
  opacity: 1;
}

.hero__text[data-astro-cid-lcdefpme] {
  position: relative;
  grid-row: 2;
  align-self: start;
  padding: 0 clamp(1rem, 4vw, 3rem);
  max-width: 46rem;
}

.hero__title[data-astro-cid-lcdefpme] {
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.3;
  margin: 0;
}

.hero__actions[data-astro-cid-lcdefpme] {
  margin-top: 1.25rem;
}

.hero[data-astro-cid-lcdefpme][data-tone="light"] {
  background: #f7f2eb;
  color: #1b1613;
}

.hero[data-astro-cid-lcdefpme][data-tone="light"] .button--ghost[data-astro-cid-lcdefpme] {
  color: #1b1613;
  border-color: #1b1613;
  background: #f7f2eb;
}

.hero[data-astro-cid-lcdefpme][data-tone="light"] .button--ghost[data-astro-cid-lcdefpme]:hover {
  background: #1b1613;
  color: #fff;
}

.hero__beans[data-astro-cid-lcdefpme] {
  position: absolute;
  right: 0;
  bottom: -16%;
  width: min(46vw, 540px);
  height: auto;
  opacity: calc(.6 - var(--p) * .7);
  transform: translate3d(0, calc(var(--p) * -14vh), 0) rotate(calc(var(--p) * 10deg));
  pointer-events: none;
}

.hero[data-astro-cid-lcdefpme][data-tone="dark"] .hero__beans[data-astro-cid-lcdefpme] {
  opacity: calc(.35 - var(--p) * .4);
}

@media (width <= 760px) {
  .hero[data-astro-cid-lcdefpme] {
    height: auto;
    --logo-y: 30%;
  }

  .hero__stage[data-astro-cid-lcdefpme] {
    position: relative;
    height: 460px;
    grid-template-rows: 48% 52%;
  }

  .hero__logo[data-astro-cid-lcdefpme] {
    width: 90vw;
  }

  .hero__title[data-astro-cid-lcdefpme] {
    font-size: 1.6rem;
    max-width: 9.3em;
  }

  .hero__text[data-astro-cid-lcdefpme] {
    max-width: 100%;
  }

  .hero__actions[data-astro-cid-lcdefpme] {
    flex-wrap: wrap;
  }

  .hero__beans[data-astro-cid-lcdefpme] {
    width: 38vw;
    right: 0;
    bottom: -8%;
    opacity: calc(.32 - var(--p) * .5);
  }
}

@media (height <= 640px) {
  .hero__title[data-astro-cid-lcdefpme] {
    font-size: 1.5rem;
  }

  .hero__actions[data-astro-cid-lcdefpme] {
    margin-top: .75rem;
  }
}

.concept[data-astro-cid-lcdefpme] {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: min(92svh, 900px);
  background: var(--color-surface);
}

.concept__media[data-astro-cid-lcdefpme] {
  position: relative;
  overflow: clip;
  aspect-ratio: 1;
  align-self: start;
}

.concept__media[data-astro-cid-lcdefpme] video[data-astro-cid-lcdefpme], .concept__gl[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.concept__gl[data-astro-cid-lcdefpme] {
  display: none;
}

.concept[data-astro-cid-lcdefpme].has-gl .concept__gl[data-astro-cid-lcdefpme] {
  display: block;
}

.concept__stamp[data-astro-cid-lcdefpme] {
  position: absolute;
  left: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(.75rem, 2.5vw, 2rem);
  margin: 0;
  padding-top: .35rem;
  border-top: 4px solid #ff6a3d;
  font-size: clamp(4.4rem, 11vw, 11rem);
  line-height: .78;
  letter-spacing: .01em;
  text-shadow: 0 4px 30px #000000a6;
  pointer-events: none;
}

.concept__stamp[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  display: block;
}

.concept__stamp-roast[data-astro-cid-lcdefpme] {
  color: #ff6a3d;
}

.concept__stamp-now[data-astro-cid-lcdefpme] {
  color: #fff;
  -webkit-text-stroke: 1px #fff9;
}

.concept__stamp-sub[data-astro-cid-lcdefpme] {
  margin-top: .6rem;
  font-size: clamp(.8rem, 1.2vw, 1.05rem);
  letter-spacing: .28em;
  color: #ffd9b0;
  line-height: 1.2;
}

.concept__text[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem);
}

.concept__title[data-astro-cid-lcdefpme] {
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
  line-height: 1.3;
}

.concept__link[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  font-weight: 700;
}

@media (width <= 900px) {
  .concept[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (width <= 760px) {
  .concept__stamp[data-astro-cid-lcdefpme] {
    font-size: 4rem;
  }
}

.beans__head[data-astro-cid-lcdefpme] {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(1.25rem, 2.5vw, 2rem);
}

.beans__scale[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
  align-items: end;
  margin-bottom: 0;
}

.beans__step[data-astro-cid-lcdefpme] {
  display: grid;
  gap: .1rem;
  padding: .9rem 1rem 1.1rem;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-decoration: none;
  transition: transform .2s;
}

.beans__step[data-astro-cid-lcdefpme]:hover, .beans__step[data-astro-cid-lcdefpme]:focus-visible {
  transform: translateY(-4px);
}

.beans__step--dark[data-astro-cid-lcdefpme] {
  background: var(--color-bean-dark);
}

.beans__step--medium[data-astro-cid-lcdefpme] {
  background: var(--color-bean-medium);
}

.beans__step--light[data-astro-cid-lcdefpme] {
  background: var(--color-bean-light);
  color: #1b1613;
}

.beans__step--decaf[data-astro-cid-lcdefpme] {
  background: var(--color-bean-decaf);
}

.beans__step-en[data-astro-cid-lcdefpme] {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.beans__step-ja[data-astro-cid-lcdefpme] {
  font-weight: 700;
  font-size: .95rem;
}

.beans__step-n[data-astro-cid-lcdefpme] {
  font-size: .8rem;
  opacity: .8;
}

.beans__step--light[data-astro-cid-lcdefpme] .beans__step-n[data-astro-cid-lcdefpme] {
  opacity: 1;
}

.band--dark[data-astro-cid-lcdefpme] {
  margin-top: 0;
}

.band[data-astro-cid-lcdefpme] {
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: #fff;
}

.band--dark[data-astro-cid-lcdefpme] {
  background: var(--color-bean-dark);
}

.band--medium[data-astro-cid-lcdefpme] {
  background: var(--color-bean-medium);
}

.band--light[data-astro-cid-lcdefpme] {
  background: var(--color-bean-light);
  color: #1b1613;
}

.band--decaf[data-astro-cid-lcdefpme] {
  background: var(--color-bean-decaf);
}

.band--drip[data-astro-cid-lcdefpme] {
  background: var(--color-surface-2);
  color: var(--color-ink);
}

.band__inner[data-astro-cid-lcdefpme] {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.band__head[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem clamp(1rem, 2.5vw, 2rem);
}

.band__en[data-astro-cid-lcdefpme] {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .9;
  opacity: .92;
  white-space: nowrap;
}

.band__title[data-astro-cid-lcdefpme] {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}

.band__desc[data-astro-cid-lcdefpme] {
  margin: 0;
  flex-basis: 100%;
  font-size: .95rem;
}

@media (width >= 761px) {
  .band__desc[data-astro-cid-lcdefpme] {
    flex-basis: auto;
  }
}

.band__list[data-astro-cid-lcdefpme] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.product__link[data-astro-cid-lcdefpme] {
  display: grid;
  gap: .2rem;
  color: inherit;
  text-decoration: none;
  padding: .9rem .9rem 1.1rem;
  border-radius: 6px;
  background: #00000047;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s;
}

.product__link[data-astro-cid-lcdefpme]:hover, .product__link[data-astro-cid-lcdefpme]:has(:focus-visible) {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px #00000059;
}

.product__media[data-astro-cid-lcdefpme] {
  overflow: hidden;
  border-radius: var(--radius);
}

.product__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.product__link[data-astro-cid-lcdefpme]:hover .product__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  transform: scale(1.05);
}

.product__roast[data-astro-cid-lcdefpme] {
  transition: transform .35s, background .35s;
}

.product__link[data-astro-cid-lcdefpme]:hover .product__roast[data-astro-cid-lcdefpme] {
  transform: translateY(-2px);
  background: var(--color-brand);
}

@media (prefers-reduced-motion: reduce) {
  .product__link[data-astro-cid-lcdefpme], .product__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme], .product__roast[data-astro-cid-lcdefpme] {
    transition: none;
  }

  .product__link[data-astro-cid-lcdefpme]:hover {
    transform: none;
  }

  .product__link[data-astro-cid-lcdefpme]:hover .product__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
    transform: none;
  }
}

.product__media[data-astro-cid-lcdefpme] {
  position: relative;
  display: block;
  margin-bottom: .6rem;
}

.product__roast[data-astro-cid-lcdefpme] {
  position: absolute;
  right: .6rem;
  top: .6rem;
  padding: .2rem .7rem;
  border-radius: 999px;
  background: #0e0c0bc7;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.band--light[data-astro-cid-lcdefpme] .product__link[data-astro-cid-lcdefpme] {
  background: #0000001a;
}

.band--drip[data-astro-cid-lcdefpme] .product__link[data-astro-cid-lcdefpme] {
  background: #ffffff0f;
}

.product__link[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.product__note[data-astro-cid-lcdefpme] {
  font-size: .9rem;
  line-height: 1.5;
}

.product__origin[data-astro-cid-lcdefpme] {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: .06em;
  margin-top: .3rem;
}

.product__name[data-astro-cid-lcdefpme] {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.product__buy[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: .8rem;
}

.product__price[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .5rem .8rem;
  border: 1px solid #ffffff59;
  border-radius: 4px;
  font-size: .9rem;
  color: inherit;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.band--light[data-astro-cid-lcdefpme] .product__price[data-astro-cid-lcdefpme] {
  border-color: #0000004d;
}

.product__price[data-astro-cid-lcdefpme]:hover, .product__price[data-astro-cid-lcdefpme]:focus-visible {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #fff;
}

.product__buy[data-astro-cid-lcdefpme]:has(a:only-child) {
  grid-template-columns: 1fr;
}

@media (width <= 1000px) {
  .band__list[data-astro-cid-lcdefpme] {
    grid-template-columns: repeat(2, 1fr);
  }

  .product__buy[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }
}

.product__price[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: .04em;
}

.beans__more[data-astro-cid-lcdefpme] {
  padding: 2.5rem 0 0;
  text-align: center;
}

@media (width <= 760px) {
  .band__list[data-astro-cid-lcdefpme] {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }

  .product__link[data-astro-cid-lcdefpme] {
    padding: .6rem;
  }

  .product__note[data-astro-cid-lcdefpme] {
    font-size: .82rem;
  }

  .product__origin[data-astro-cid-lcdefpme] {
    font-size: 1.1rem;
  }

  .product__name[data-astro-cid-lcdefpme] {
    font-size: .9rem;
    overflow-wrap: anywhere;
  }

  .product__buy[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: .35rem;
    margin-top: .5rem;
  }

  .product__price[data-astro-cid-lcdefpme] {
    padding: .35rem .6rem;
    font-size: .85rem;
  }

  .product__price[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
    font-size: 1.15rem;
  }

  .product__roast[data-astro-cid-lcdefpme] {
    right: auto;
    left: .4rem;
    top: auto;
    bottom: .4rem;
    padding: .1rem .5rem;
    font-size: .78rem;
  }
}

.reads[data-astro-cid-lcdefpme] {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  overflow: clip;
}

.reads__grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.reads__list[data-astro-cid-lcdefpme] {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}

.reads__item[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: .6rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  background: var(--color-surface);
}

.reads__item[data-astro-cid-lcdefpme]:hover {
  border-color: var(--color-accent);
}

.reads__item[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.reads__body[data-astro-cid-lcdefpme] {
  display: grid;
  gap: .15rem;
}

.reads__title[data-astro-cid-lcdefpme] {
  font-weight: 700;
  line-height: 1.5;
}

.cup[data-astro-cid-lcdefpme] {
  position: relative;
  width: min(78%, 520px);
  aspect-ratio: 1;
  justify-self: center;
  --china: #efe6d8;
  --china-shade: #cdbfae;
}

.cup__saucer[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: -16%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, var(--china) 0 58%, var(--china-shade) 60%, var(--china) 64%, #d8cbb9 72%, var(--china) 74%, var(--china-shade) 96%, #b9aa98 100%);
  box-shadow: 0 40px 90px #0009, inset 0 -8px 24px #0000001f;
}

.cup__handle[data-astro-cid-lcdefpme] {
  position: absolute;
  right: -14%;
  top: 50%;
  width: 26%;
  height: 34%;
  transform: translateY(-50%);
  border: .1em solid var(--china);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  font-size: clamp(3rem, 10vw, 5.2rem);
  box-shadow: inset -6px 0 10px #0000001a, 4px 4px 12px #00000040;
  background: none;
}

.cup__rim[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3.5%;
  background: radial-gradient(circle at 50% 40%, var(--china) 0 88%, var(--china-shade) 100%);
  box-shadow: 0 18px 40px #00000073, inset 0 2px 4px #fff9;
}

.cup__gl[data-astro-cid-lcdefpme] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.cup[data-astro-cid-lcdefpme].no-gl .cup__gl[data-astro-cid-lcdefpme] {
  background: radial-gradient(circle at 50% 45%, #8b4a1f, #3b2416 60%, #1a0f0a);
}

.cup__hint[data-astro-cid-lcdefpme] {
  position: absolute;
  left: 50%;
  bottom: -3.2rem;
  transform: translateX(-50%);
  font-size: .8rem;
  color: var(--color-muted);
  white-space: nowrap;
}

@media (width <= 760px) {
  .reads[data-astro-cid-lcdefpme] {
    position: relative;
  }

  .reads__grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .reads__text[data-astro-cid-lcdefpme] > .eyebrow[data-astro-cid-lcdefpme], .reads__text[data-astro-cid-lcdefpme] > h2[data-astro-cid-lcdefpme], .reads__text[data-astro-cid-lcdefpme] > .lead[data-astro-cid-lcdefpme] {
    padding-right: 132px;
  }

  .cup[data-astro-cid-lcdefpme] {
    position: absolute;
    right: 24px;
    top: 56px;
    width: 104px;
    margin: 0;
  }

  .cup__handle[data-astro-cid-lcdefpme] {
    font-size: 1.6rem;
  }

  .reads__item[data-astro-cid-lcdefpme] {
    grid-template-columns: 5rem 1fr;
  }

  .cup__hint[data-astro-cid-lcdefpme] {
    display: none;
  }
}

.news[data-astro-cid-lcdefpme] {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--color-line);
}

.news__grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 3rem;
}

.news__list[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] {
  display: grid;
  gap: .15rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-line);
  text-align: left;
}

.news__list[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  margin: 0;
}

.news__list[data-astro-cid-lcdefpme] time[data-astro-cid-lcdefpme] {
  color: var(--color-muted);
  font-size: .9rem;
}

@media (width <= 760px) {
  .news__grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .news__grid[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
    margin-bottom: 0;
  }

  .news__list[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] {
    padding: 12px 0;
  }
}

@media (width <= 760px) {
  .concept[data-astro-cid-lcdefpme] {
    min-height: 0;
  }

  .concept__text[data-astro-cid-lcdefpme] {
    padding: 32px 20px 40px;
  }

  .beans__head[data-astro-cid-lcdefpme] {
    padding: 48px 0 16px;
  }

  .beans__scale[data-astro-cid-lcdefpme] {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .beans__step[data-astro-cid-lcdefpme] {
    padding: 10px 12px;
    border-radius: 4px;
  }

  .beans__step-en[data-astro-cid-lcdefpme] {
    font-size: 1.4rem;
  }

  .band[data-astro-cid-lcdefpme] {
    padding: 32px 0;
  }

  .band__inner[data-astro-cid-lcdefpme] {
    gap: 16px;
  }

  .beans__more[data-astro-cid-lcdefpme] {
    padding: 24px 0 0;
  }

  .reads[data-astro-cid-lcdefpme] {
    padding: 48px 0;
  }

  .reads__grid[data-astro-cid-lcdefpme] {
    gap: 32px;
  }

  .news[data-astro-cid-lcdefpme] {
    padding: 40px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero[data-astro-cid-lcdefpme] {
    height: 100svh;
  }

  .hero__gl[data-astro-cid-lcdefpme], .concept__gl[data-astro-cid-lcdefpme], .cup__gl[data-astro-cid-lcdefpme], .cup__hint[data-astro-cid-lcdefpme] {
    display: none;
  }

  .hero__logo[data-astro-cid-lcdefpme], .hero__text[data-astro-cid-lcdefpme] {
    opacity: 1;
  }
}
