.lmnt {
  --lmnt-deep: #52808d;
  --lmnt-deep-dark: #3f6e77;
  --lmnt-mist: #c7dadd;
  --lmnt-pale: #e8f0ef;
  --lmnt-cream: #fbf8f2;
  --lmnt-ink: #313c3f;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow-anchor: none;
  padding: clamp(76px, 9vw, 138px) 24px clamp(84px, 10vw, 150px);
  background: var(--lmnt-cream);
  color: var(--lmnt-ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.lmnt *,
.lmnt *::before,
.lmnt *::after { box-sizing: border-box; }

.lmnt__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin-inline: auto;
}

.lmnt__header { margin-bottom: clamp(52px, 7vw, 92px); }
.lmnt .lmnt__heading {
  margin: 0;
  color: var(--lmnt-deep);
  font-size: 50px !important;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.15;
}

.lmnt__list { display: grid; gap: clamp(70px, 9vw, 124px); }
.lmnt-card {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 106px);
}

.lmnt-card__media-link { display: block; color: inherit; text-decoration: none; }
.lmnt-card__visual {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
}
.lmnt-card__figure {
  position: absolute;
  inset: 7%;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  background: #d9e3e1;
  border-radius: 50%;
  transform: translateZ(0);
  transition: border-radius .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.lmnt-card__image,
.lmnt-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.lmnt-card__image {
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease;
}
.lmnt-card__placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--lmnt-mist), #eef3f0);
  color: rgba(82,128,141,.7);
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: .12em;
}
.lmnt-card__shape { position: absolute; pointer-events: none; }
.lmnt-card__shape--back {
  inset: 0 3% 2% 0;
  z-index: 1;
  background: linear-gradient(145deg, rgba(232,240,239,.98) 5%, rgba(163,195,201,.88) 52%, rgba(82,128,141,.78) 100%);
  border-radius: 49% 51% 52% 48% / 51% 49% 51% 49%;
  filter: saturate(.82);
  animation: lmnt-morph 9s ease-in-out infinite alternate, lmnt-float 7s ease-in-out infinite;
}
.lmnt-card__date {
  display: block;
  margin-bottom: 16px;
  color: var(--lmnt-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .16em;
}
.lmnt-rise--date { margin-bottom: 16px; }
.lmnt-rise--date .lmnt-card__date { margin-bottom: 0; }
.lmnt-card__title { margin: 0 0 20px; font-size: clamp(22px, 2.5vw, 34px); font-weight: 500; line-height: 1.65; }
.lmnt-rise--title { margin-bottom: 20px; }
.lmnt-rise--title .lmnt-card__title { margin-bottom: 0; }
.lmnt-card__title a { color: var(--lmnt-ink); text-decoration: none; transition: color .3s ease; }
.lmnt-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 27px;
  color: #586265;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .055em;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lmnt-card__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 5px 0 9px;
  color: var(--lmnt-deep-dark);
  font-size: 13px;
  letter-spacing: .14em;
  text-decoration: none;
}
.lmnt-card__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--lmnt-deep);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.lmnt-card__more svg { width: 42px; height: 12px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1; transition: transform .4s ease; }

@media (hover: hover) {
  .lmnt-card:hover .lmnt-card__figure { border-radius: 50%; transform: translateY(-5px); }
  .lmnt-card:hover .lmnt-card__image { transform: scale(1.045); filter: saturate(1.04); }
  .lmnt-card__title a:hover { color: var(--lmnt-deep); }
  .lmnt-card__more:hover::after { transform: scaleX(1); }
  .lmnt-card__more:hover svg { transform: translateX(7px); }
}

.lmnt-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(70px, 9vw, 120px);
}
.lmnt-pager a,
.lmnt-pager span { text-decoration: none; }
.lmnt-pager__number,
.lmnt-pager__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--lmnt-deep-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}
.lmnt-pager__number { border: 1px solid rgba(82,128,141,.32); }
.lmnt-pager__arrow { border: 1px solid rgba(82,128,141,.32); }
.lmnt-pager__number.is-current { border-color: transparent; background: linear-gradient(145deg, var(--lmnt-mist), var(--lmnt-deep)); color: #fff; }
.lmnt-pager__arrow { width: 44px; height: 44px; font-size: 18px; }
.lmnt-pager__arrow--prev { margin-right: 8px; }
.lmnt-pager__arrow--next { margin-left: 8px; }
@media (hover: hover) {
  .lmnt-pager a:hover { background-color: var(--lmnt-deep); color: #fff; transform: translateY(-2px); }
}

.lmnt__ambient {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  opacity: .45;
}
.lmnt__ambient--one { top: 4%; right: -110px; width: 330px; aspect-ratio: 1; background: radial-gradient(circle at 35% 35%, rgba(232,240,239,.85), rgba(128,172,180,.24) 55%, transparent 72%); }
.lmnt__ambient--two { bottom: 11%; left: -150px; width: 380px; aspect-ratio: 1; background: radial-gradient(circle at 60% 45%, rgba(199,218,221,.55), transparent 68%); }

.lmnt-reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease var(--lmnt-delay, 0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--lmnt-delay, 0ms); }
.lmnt-reveal.is-visible { opacity: 1; transform: translateY(0); }
.lmnt-rise { overflow: hidden; }
.lmnt-rise__inner {
  opacity: 0;
  transform: translate3d(0, 105%, 0);
  transition:
    transform 1.5s cubic-bezier(.23, 1, .32, 1) var(--lmnt-delay, 0ms),
    opacity .45s ease var(--lmnt-delay, 0ms);
  will-change: transform;
}
.lmnt-rise.is-visible > .lmnt-rise__inner { opacity: 1; transform: translate3d(0, 0, 0); }
@keyframes lmnt-morph {
  0% { border-radius: 49% 51% 52% 48% / 51% 49% 51% 49%; }
  50% { border-radius: 52% 48% 49% 51% / 48% 52% 49% 51%; }
  100% { border-radius: 50% 50% 47% 53% / 52% 48% 52% 48%; }
}
@keyframes lmnt-float { 0%,100% { transform: translate3d(0,0,0) rotate(-1deg); } 50% { transform: translate3d(8px,-9px,0) rotate(2deg); } }

@media (max-width: 767px) {
  .lmnt { padding: 68px 20px 84px; }
  .lmnt__header { margin-bottom: 50px; }
  .lmnt .lmnt__heading { font-size: 34px !important; text-align: center; }
  .lmnt-card { grid-template-columns: 1fr; gap: 32px; }
  .lmnt-card__visual { width: 100%; aspect-ratio: 1 / 1; }
  .lmnt-card__content { padding-inline: 4px; }
  .lmnt-card__title { margin-bottom: 14px; font-size: clamp(21px, 6.3vw, 27px); line-height: 1.65; }
  .lmnt-card__excerpt { margin-bottom: 20px; font-size: 13px; line-height: 1.9; }
  .lmnt-card__date { margin-bottom: 11px; }
  .lmnt-pager { gap: 5px; }
  .lmnt-pager__number { width: 40px; height: 40px; }
  .lmnt-pager__arrow { width: 40px; height: 40px; }
  .lmnt-pager__arrow--prev { margin-right: 2px; }
  .lmnt-pager__arrow--next { margin-left: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .lmnt *, .lmnt *::before, .lmnt *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .lmnt-reveal, .lmnt-rise__inner { opacity: 1; transform: none; }
}
