:root {
  --cream: #fdf9f1;
  --paper: #fffdf8;
  --cocoa: #65433e;
  --cocoa-soft: #87635d;
  --sky: #bdebf4;
  --sky-soft: #eaf9fc;
  --lime: #d4f66d;
  --lime-soft: #f1facd;
  --coral: #ff9e80;
  --coral-soft: #ffe1d7;
  --yellow: #f8dc3f;
  --line: rgba(101, 67, 62, 0.12);
  --shadow: 0 12px 34px rgba(101, 67, 62, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cocoa);
  background:
    radial-gradient(circle at 10% 8%, rgba(189, 235, 244, 0.55), transparent 24rem),
    radial-gradient(circle at 94% 75%, rgba(212, 246, 109, 0.34), transparent 22rem),
    var(--cream);
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 18px 28px;
  overflow: hidden;
}

.blob {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
}

.blob-blue {
  width: 170px;
  height: 170px;
  top: -68px;
  right: -62px;
  background: var(--sky);
}

.blob-green {
  width: 130px;
  height: 130px;
  top: 315px;
  left: -96px;
  background: var(--lime);
  opacity: 0.68;
}

.profile {
  text-align: center;
}

.profile-image-wrap {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  padding: 4px;
  border: 1px solid rgba(101, 67, 62, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(101, 67, 62, 0.1);
}

.profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.section-kicker {
  margin: 0 0 6px;
  color: var(--cocoa-soft);
  font-family: "Quicksand", sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

h1 {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: clamp(3rem, 15vw, 4.15rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.reading {
  margin: 7px 0 20px;
  color: var(--cocoa-soft);
  font-size: 0.82rem;
  font-weight: 500;
}

.introduction {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 6px;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.ibatama-section {
  margin-top: 40px;
  padding: 27px 15px 17px;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 13%, rgba(212, 246, 109, 0.35), transparent 90px),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(101, 67, 62, 0.06);
  text-align: center;
}

.ibatama-section h2 {
  margin: 1px 0 7px;
  font-size: 2.15rem;
  line-height: 1.15;
}

.ibatama-detail {
  margin: 0 0 18px;
  color: var(--cocoa-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.two-column-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mini-link {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px 8px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mini-link:hover,
.mini-link:focus-visible,
.wide-card:hover,
.wide-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(101, 67, 62, 0.12);
}

.mini-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 10px;
  font-size: 1.15rem;
}

.instagram .mini-icon {
  background: var(--coral-soft);
}

.website .mini-icon {
  background: var(--sky-soft);
}

.schedule {
  margin-top: 42px;
}

.section-heading {
  display: block;
  margin-bottom: 15px;
  padding: 0 3px;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.event-list {
  display: grid;
  gap: 12px;
}

.event-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  overflow: hidden;
  border: 0;
  border-radius: 21px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 8px 24px rgba(101, 67, 62, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

a.event-card:hover,
a.event-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(101, 67, 62, 0.1);
}

.event-date {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--sky-soft);
  gap: 7px;
  line-height: 1;
}

.event-date .month {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.date-pairs {
  display: grid;
  gap: 3px;
}

.date-pair {
  display: grid;
  grid-template-columns: 29px 20px;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.event-date .day {
  font-family: "Quicksand", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: right;
  white-space: nowrap;
}

.event-date .weekday {
  color: var(--cocoa-soft);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: left;
}

.event-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 17px 15px;
}

.event-details h3 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.event-place,
.event-note {
  margin: 0;
  color: var(--cocoa-soft);
  font-size: 0.69rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.event-note {
  margin-top: 3px;
}

.event-more {
  margin: 7px 0 0;
  color: var(--cocoa);
  font-size: 0.66rem;
  font-weight: 700;
}

.event-empty {
  padding: 30px;
  border: 1px dashed rgba(101, 67, 62, 0.24);
  border-radius: 24px;
  color: var(--cocoa-soft);
  text-align: center;
}

.cta-section {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.wide-card {
  position: relative;
  display: grid;
  min-height: 98px;
  grid-template-columns: 66px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(101, 67, 62, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.goods-card {
  background: linear-gradient(135deg, #fff8f4, var(--coral-soft));
}

.base-card {
  background: linear-gradient(135deg, #fbffe9, var(--lime-soft));
}

.card-illustration {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
}

.goods-illustration {
  background:
    linear-gradient(30deg, transparent 45%, rgba(255, 255, 255, 0.7) 46% 54%, transparent 55%),
    var(--coral);
  color: #fff;
  font-size: 1.65rem;
}

.plant-illustration {
  background: linear-gradient(180deg, var(--sky) 0 55%, #f5e8d5 55%);
}

.pot {
  position: absolute;
  width: 42px;
  height: 31px;
  bottom: 13px;
  border-radius: 5px 5px 14px 14px;
  background: var(--coral);
}

.plant {
  position: absolute;
  width: 28px;
  height: 40px;
  bottom: 39px;
  border-radius: 80% 20% 70% 30%;
  background: #8fbf62;
  transform-origin: bottom center;
}

.plant-one {
  transform: rotate(-35deg);
}

.plant-two {
  height: 46px;
  transform: rotate(2deg);
}

.plant-three {
  transform: rotate(38deg);
}

.wide-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.wide-card-copy strong {
  font-size: 0.85rem;
  line-height: 1.45;
}

.card-arrow {
  font-size: 1.2rem;
}

footer {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 46px;
  padding: 20px 5px 0;
  border-top: 1px solid var(--line);
  color: var(--cocoa-soft);
  font-family: "Quicksand", sans-serif;
  font-size: 0.61rem;
}

footer span:last-child {
  display: none;
}

@media (max-width: 370px) {
  .page-shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mini-link {
    flex-direction: column;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
