/* ito to nuno — やさしいミニマル（生成り×くすみピンク） */

:root {
  --bg: #fbf9f5;
  --bg-alt: #f3eee6;
  --pink: #c9a0a0;
  --pink-deep: #a97e7e;
  --ink: #55504a;
  --line: #e6dfd3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 2;
  letter-spacing: 0.04em;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 5vw;
}

.logo { font-family: "Shippori Mincho", serif; font-size: 22px; font-weight: 600; letter-spacing: 0.14em; }

.nav a { color: var(--ink); text-decoration: none; margin-left: 22px; font-size: 13px; }
.nav a:hover { color: var(--pink-deep); }

/* hero */
.hero {
  text-align: center;
  padding: 100px 6vw 110px;
  background:
    radial-gradient(circle at 12% 25%, rgba(201,160,160,0.14), transparent 32%),
    radial-gradient(circle at 88% 70%, rgba(201,160,160,0.14), transparent 32%);
}

.hero-en { font-size: 12px; letter-spacing: 0.35em; color: var(--pink-deep); text-transform: uppercase; margin-bottom: 18px; }
.hero h2 { font-family: "Shippori Mincho", serif; font-size: clamp(26px, 4.5vw, 40px); font-weight: 600; line-height: 1.8; margin-bottom: 20px; }
.hero-lead { font-size: 15px; }

/* sections */
.section { padding: 84px 5vw; max-width: 900px; margin: 0 auto; }
.section-alt { background: var(--bg-alt); max-width: none; }
.section-alt > * { max-width: 900px; margin-left: auto; margin-right: auto; }

.section-title {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 46px;
}
.section-title::after { content: ""; display: block; width: 34px; height: 1px; background: var(--pink); margin: 16px auto 0; }

/* about */
.about { display: flex; gap: 40px; align-items: center; }

.about-photo {
  flex: 0 0 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(150deg, #eaddd3, #dcc6bd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.about-name { font-family: "Shippori Mincho", serif; font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.about-text p:last-child { font-size: 14px; }

/* works */
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.work { text-align: center; }

.work-photo {
  height: 170px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.wp1 { background: linear-gradient(150deg, #dcc6bd, #c9a0a0); }
.wp2 { background: linear-gradient(150deg, #d6cfc0, #b8ac93); }
.wp3 { background: linear-gradient(150deg, #cfd6cc, #a8b3a2); }
.wp4 { background: linear-gradient(150deg, #e3d3c4, #c8a98d); }
.wp5 { background: linear-gradient(150deg, #d9cbd4, #b39aab); }
.wp6 { background: linear-gradient(150deg, #ccd3da, #9dabb9); }

.work h3 { font-size: 15px; font-weight: 700; }
.work p { font-size: 13px; color: var(--pink-deep); }
.works-note { text-align: center; margin-top: 30px; font-size: 13px; }

/* shop */
.shop-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.shop-item { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px 24px; }
.shop-item h3 { font-size: 16px; font-weight: 700; color: var(--pink-deep); margin-bottom: 8px; }
.shop-item p { font-size: 13px; }

/* events */
.event-list { list-style: none; max-width: 620px; margin: 0 auto; }

.event-list li { display: flex; gap: 24px; padding: 16px 4px; border-bottom: 1px solid var(--line); align-items: baseline; }
.event-list time { font-weight: 700; color: var(--pink-deep); white-space: nowrap; font-size: 15px; }
.event-list p { font-size: 14px; }

/* cta */
.cta { text-align: center; padding: 80px 5vw; }
.cta p { margin-bottom: 22px; font-size: 15px; }

.cta-button {
  display: inline-block;
  border: 1px solid var(--pink-deep);
  color: var(--pink-deep);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 13px 52px;
  border-radius: 999px;
  transition: 0.25s;
}

.cta-button:hover { background: var(--pink-deep); color: #fff; }

/* footer */
.footer { text-align: center; padding: 30px; border-top: 1px solid var(--line); }
.footer p:first-child { font-family: "Shippori Mincho", serif; letter-spacing: 0.14em; }
.footer-copy { font-size: 11px; color: #a49c90; margin-top: 4px; }

/* mobile */
@media (max-width: 760px) {
  .header { flex-direction: column; gap: 10px; }
  .nav a { margin: 0 9px; }
  .hero { padding: 70px 6vw; }
  .about { flex-direction: column; gap: 26px; }
  .about-photo { flex: none; width: 180px; height: 180px; }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-list { grid-template-columns: 1fr; }
  .section { padding: 56px 6vw; }
}
