:root {
  --pink: #ee7f93;
  --pink-deep: #df6279;
  --pink-soft: #fff0f3;
  --cream: #fff8ef;
  --brown: #4b3025;
  --muted: #8a6a61;
  --white: #ffffff;
  --line: rgba(223, 98, 121, 0.24);
  --shadow: 0 18px 44px rgba(145, 72, 86, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.95), transparent 22rem),
    radial-gradient(circle at 88% 10%, rgba(255, 219, 226, 0.75), transparent 24rem),
    linear-gradient(180deg, #ffe8ee 0%, var(--cream) 42%, #ffeaf0 100%);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(223, 98, 121, 0.18) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(223, 98, 121, 0.16) 0 2px, transparent 2.5px);
  background-position: 0 0, 14px 18px;
  background-size: 78px 78px;
  opacity: 0.42;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(900px, calc(100% - 24px));
  margin: 0 auto;
  padding: 10px 14px;
  background: rgba(255, 248, 249, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 12px 28px rgba(145, 72, 86, 0.12);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  color: var(--pink-deep);
  font-family: "Kiwi Maru", serif;
  font-size: clamp(18px, 3.5vw, 28px);
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav a {
  transition: color 0.18s ease, transform 0.18s ease;
}

.nav a:hover {
  color: var(--pink-deep);
  transform: translateY(-1px);
}

.nav-cta,
.soft-cta,
.floating {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(223, 98, 121, 0.26);
}

.nav-cta {
  padding: 8px 16px;
}

main {
  width: min(900px, 100%);
  margin: -1px auto 0;
}

.hero,
.poster {
  position: relative;
  overflow: hidden;
  background: var(--pink-soft);
  box-shadow: var(--shadow);
}

.hero {
  border-radius: 0 0 28px 28px;
}

.poster,
.lead-section,
.copy-card,
.message-section,
.checklist {
  margin-top: clamp(16px, 3vw, 30px);
}

.poster {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
}

#cafe-menu {
  position: relative;
}

.owner-menu-label {
  position: absolute;
  top: 2.2%;
  left: 7%;
  right: 7%;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: clamp(10px, 3vw, 22px) 18px;
  color: var(--brown);
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 247, 249, 0.98), rgba(255, 241, 245, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(145, 72, 86, 0.12);
}

.owner-menu-label span,
.owner-menu-label small {
  color: var(--pink-deep);
  font-family: "Kiwi Maru", serif;
  font-size: clamp(12px, 2.2vw, 17px);
  line-height: 1.4;
}

.owner-menu-label strong {
  color: var(--pink-deep);
  font-family: "Kiwi Maru", serif;
  font-size: clamp(23px, 5vw, 46px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.04em;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 999px;
  outline-offset: 4px;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hotspot:hover,
.hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.hotspot:active {
  transform: scale(0.99);
}

.hero-link {
  left: 7.3%;
  bottom: 3.7%;
  width: 85.8%;
  height: 6.95%;
}

.lead-section,
.copy-card,
.message-section,
.checklist {
  width: min(820px, calc(100% - 28px));
  margin-right: auto;
  margin-left: auto;
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.lead-section {
  text-align: center;
}

.ribbon,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 6px 18px;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
}

h1,
.message-section h2,
.checklist h2,
.copy-card h2 {
  margin: 0;
  color: var(--brown);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  font-size: clamp(30px, 7vw, 58px);
}

.lead-section p:not(.ribbon),
.message-section p,
.copy-card p,
.checklist li {
  margin: 18px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(15px, 2.4vw, 18px);
  font-weight: 500;
}

.mini-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.mini-points span {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 12px;
  color: var(--pink-deep);
  background: #fff7f8;
  border: 1px dashed var(--line);
  border-radius: 18px;
  font-weight: 900;
}

.mini-points span::before {
  content: "🐾";
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

.copy-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(18px, 4vw, 34px);
}

.copy-card h2,
.message-section h2,
.checklist h2 {
  font-size: clamp(26px, 5vw, 42px);
}

.soft-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 22px;
  padding: 10px 24px;
  font-weight: 900;
}

.message-section {
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, #fff8fb, #ffe1e9);
}

.checklist ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 34px;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--pink);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.footer {
  width: min(900px, 100%);
  margin: clamp(16px, 3vw, 30px) auto 0;
  padding: 42px 24px 32px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
}

.footer-brand {
  margin: 0 0 8px;
  color: #fff;
}

.footer p {
  margin: 0 0 12px;
}

.footer small {
  color: rgba(255, 255, 255, 0.72);
}

.floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 760px) {
  .site-header {
    width: 100%;
    border-radius: 0;
    padding: 10px 12px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 7px 12px;
    font-size: 12px;
  }

  .poster {
    width: calc(100% - 14px);
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px;
  }

  .hero {
    border-radius: 0 0 18px 18px;
  }

  .copy-card {
    grid-template-columns: 1fr;
  }

  .mini-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .brand {
    font-size: 17px;
  }

  .lead-section,
  .copy-card,
  .message-section,
  .checklist {
    width: calc(100% - 20px);
    padding: 26px 18px;
    border-radius: 20px;
  }

  .floating {
    right: 10px;
    bottom: 10px;
    min-height: 44px;
    padding: 8px 14px;
    font-size: 13px;
  }
}

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

  .nav a,
  .hotspot {
    transition: none;
  }
}
