* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  color: #1f1a14;
  background: #f7f1e6;
  line-height: 1.8;
}

.site-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.hero {
  width: min(920px, 100%);
  padding: 48px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(80, 52, 20, 0.12);
  text-align: center;
}

.hero-visual {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 32px;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(80, 52, 20, 0.18);
}

.label {
  margin: 0 0 12px;
  color: #8a6a24;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

h1 {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.catch {
  margin: 20px 0 0;
  color: #d89000;
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.35;
}

.lead {
  margin: 28px 0 0;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 600;
}

.status {
  display: inline-block;
  margin: 32px 0 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: #1f1a14;
  color: #fffaf0;
  font-size: 0.95rem;
  font-weight: 700;
}
