:root {
  --ink: #10251a;
  --green: #17833f;
  --green-dark: #07582e;
  --lime: #d7f07a;
  --gold: #ffd84a;
  --orange: #e6a020;
  --sky: #57c5f1;
  --paper: #fffef4;
  --line: rgba(16, 63, 31, 0.18);
  --shadow: 0 18px 44px rgba(8, 52, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 247, 177, 0.54), rgba(255, 255, 255, 0.86)),
    repeating-linear-gradient(90deg, rgba(23, 131, 63, 0.08) 0 2px, transparent 2px 76px),
    #f8fde9;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(22, 70, 34, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 1000;
  white-space: nowrap;
}

.brand strong,
.hero h1 span {
  display: inline-block;
  padding: 3px 10px 4px;
  border-radius: 8px;
  background: var(--green);
  color: #fff56c;
  font-size: 0.58em;
  vertical-align: middle;
  box-shadow: 0 4px 0 rgba(5, 82, 42, 0.24);
}

.brand-rice {
  width: 38px;
  height: 42px;
  background:
    linear-gradient(58deg, transparent 0 47%, #ebbd2e 47% 56%, transparent 56%) 1px 2px / 15px 27px repeat-y,
    linear-gradient(-58deg, transparent 0 47%, #ffd65a 47% 56%, transparent 56%) 17px 2px / 15px 27px repeat-y,
    linear-gradient(#17833f 0 0) 17px 10px / 5px 32px no-repeat;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 34px);
  font-size: 14px;
  font-weight: 900;
}

nav a {
  padding: 8px 0;
  border-bottom: 3px solid transparent;
}

nav a:hover {
  border-color: var(--green);
}

.header-cta,
.main-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 4px solid #fff7b8;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff45f 0%, #ffc82e 48%, #f08a1e 100%);
  color: #0c4d28;
  font-weight: 1000;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.62);
  box-shadow:
    0 7px 0 #0b6733,
    0 0 0 4px rgba(14, 139, 65, 0.32),
    0 18px 34px rgba(242, 137, 24, 0.36),
    0 24px 42px rgba(8, 111, 55, 0.24);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  animation: ctaPulse 2.2s ease-in-out infinite;
}

.header-cta::before,
.main-cta::before {
  content: "";
  position: absolute;
  inset: 6px 8px auto;
  height: 34%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.header-cta:hover,
.main-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 10px 0 #0b6733,
    0 0 0 5px rgba(14, 139, 65, 0.38),
    0 22px 44px rgba(242, 137, 24, 0.44),
    0 28px 52px rgba(8, 111, 55, 0.28);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(54px, 9vw, 108px) 20px clamp(170px, 18vw, 230px);
  background: #65bf45;
}

.hero-content {
  position: relative;
  z-index: 12;
  width: min(920px, 100%);
  text-align: center;
}

.kicker {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border: 2px solid rgba(8, 100, 52, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 1000;
  box-shadow: 0 8px 22px rgba(13, 57, 31, 0.16);
}

.hero h1 {
  margin: 0;
  color: #fff05a;
  font-size: clamp(58px, 10vw, 148px);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow:
    0 5px 0 #173923,
    0 10px 0 rgba(255, 255, 255, 0.76),
    0 22px 36px rgba(8, 49, 27, 0.28);
  -webkit-text-stroke: 2px #173923;
}

.hero h1 span {
  display: block;
  width: fit-content;
  margin: 14px auto 0;
  padding: 6px 34px 8px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  font-size: clamp(28px, 4vw, 58px);
  text-shadow: none;
}

.lead {
  margin: 22px auto 0;
  color: #10251a;
  font-size: clamp(23px, 3.6vw, 44px);
  font-weight: 1000;
  line-height: 1.42;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.96);
}

.sublead {
  margin: 12px auto 0;
  padding: 9px 18px;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(13, 57, 31, 0.13);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.tag-row span {
  padding: 10px 14px;
  border: 1px solid rgba(10, 83, 42, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-dark);
  font-weight: 1000;
  box-shadow: 0 5px 0 rgba(18, 91, 43, 0.08);
}

.main-cta {
  min-width: min(430px, 100%);
  min-height: 72px;
  margin-top: 24px;
  font-size: clamp(20px, 2.4vw, 30px);
  isolation: isolate;
}

.main-cta::after {
  content: "▶";
  margin-left: 14px;
  font-size: 0.9em;
}

.main-cta.small {
  min-width: min(300px, 100%);
  min-height: 60px;
  font-size: 20px;
}

.hero-world,
.sky,
.mountains,
.village,
.rice-field,
.front-rice,
.farmer,
.tractor {
  position: absolute;
}

.hero-world {
  inset: 0;
  overflow: hidden;
  image-rendering: pixelated;
}

.world-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(1.08) contrast(1.02);
}

.hero-world > :not(.world-image) {
  display: none;
}

.hero-world::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
  background-size: 6px 6px;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.hero-world::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.08) 38%, transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0 35%, rgba(10, 55, 25, 0.2) 100%);
}

.sky {
  inset: 0 0 42%;
}

.cloud {
  position: absolute;
  width: clamp(100px, 16vw, 230px);
  height: clamp(28px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    34px -14px 0 rgba(255, 255, 255, 0.95),
    82px 0 0 rgba(255, 255, 255, 0.86),
    -24px 8px 0 rgba(255, 255, 255, 0.8);
  animation: cloudMove 26s linear infinite;
}

.cloud-a { left: 7%; top: 13%; }
.cloud-b { right: 16%; top: 9%; transform: scale(0.82); animation-duration: 32s; }

.bird {
  position: absolute;
  width: 32px;
  height: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
}

.bird-a { right: 18%; top: 23%; }
.bird-b { right: 12%; top: 30%; transform: scale(0.72); }

.mountains {
  left: -8%;
  right: -8%;
  z-index: 1;
}

.mountain-back {
  top: 25%;
  height: 240px;
  background:
    linear-gradient(135deg, transparent 0 38%, #348271 38% 56%, transparent 56%) 0 0 / 280px 100% repeat-x,
    linear-gradient(45deg, transparent 0 38%, #4ea96a 38% 57%, transparent 57%) 140px 22px / 340px 100% repeat-x;
  opacity: 0.72;
}

.mountain-front {
  top: 33%;
  height: 210px;
  background:
    linear-gradient(135deg, transparent 0 39%, #227340 39% 57%, transparent 57%) 30px 0 / 230px 100% repeat-x,
    linear-gradient(45deg, transparent 0 40%, #72bd51 40% 58%, transparent 58%) 145px 28px / 270px 100% repeat-x;
}

.village {
  left: 0;
  right: 0;
  top: 42%;
  z-index: 2;
  height: 150px;
}

.house {
  position: absolute;
  bottom: 22px;
  width: 108px;
  height: 72px;
  background:
    linear-gradient(135deg, transparent 0 38%, #9f6533 38% 64%, transparent 64%) 0 0 / 108px 42px no-repeat,
    linear-gradient(#f0d197 0 0) 16px 32px / 76px 40px no-repeat,
    linear-gradient(#604224 0 0) 48px 48px / 17px 24px no-repeat;
  filter: drop-shadow(0 9px 0 rgba(36, 84, 42, 0.18));
}

.house-a { left: 8%; }
.house-b { right: 29%; transform: scale(0.82); }

.castle {
  position: absolute;
  right: 7%;
  bottom: 14px;
  width: 98px;
  height: 132px;
  background:
    linear-gradient(135deg, transparent 0 35%, #172634 35% 65%, transparent 65%) 10px 0 / 78px 31px no-repeat,
    linear-gradient(#ffffff 0 0) 23px 29px / 52px 25px no-repeat,
    linear-gradient(135deg, transparent 0 34%, #172634 34% 66%, transparent 66%) 0 47px / 98px 30px no-repeat,
    linear-gradient(#f7f7ef 0 0) 14px 71px / 70px 30px no-repeat,
    linear-gradient(#172634 0 0) 23px 101px / 52px 24px no-repeat;
  filter: drop-shadow(0 9px 0 rgba(29, 69, 38, 0.16));
}

.rice-field {
  left: -5%;
  right: -5%;
  bottom: 7%;
  z-index: 3;
  height: 40%;
  background:
    repeating-linear-gradient(0deg, rgba(35, 107, 45, 0.38) 0 8px, transparent 8px 38px),
    repeating-linear-gradient(90deg, rgba(88, 185, 72, 0.82) 0 24px, rgba(188, 224, 83, 0.74) 24px 50px),
    #65bf45;
  transform: skewY(-4deg);
}

.rice-field span {
  position: absolute;
  left: 5%;
  right: 5%;
  height: 11px;
  background: repeating-linear-gradient(90deg, #157734 0 5px, transparent 5px 31px);
  filter: drop-shadow(0 4px 0 rgba(242, 215, 72, 0.55));
  animation: riceWave 4.5s ease-in-out infinite;
}

.rice-field span:nth-child(1) { top: 10%; }
.rice-field span:nth-child(2) { top: 28%; animation-delay: -0.7s; }
.rice-field span:nth-child(3) { top: 46%; animation-delay: -1.4s; }
.rice-field span:nth-child(4) { top: 64%; animation-delay: -2.1s; }
.rice-field span:nth-child(5) { top: 82%; animation-delay: -2.8s; }

.front-rice {
  z-index: 8;
  bottom: -5%;
  width: clamp(150px, 24vw, 340px);
  height: clamp(170px, 26vw, 360px);
  background:
    linear-gradient(65deg, transparent 0 47%, #e7b92e 47% 54%, transparent 54%) 10% 12% / 34px 68px repeat,
    linear-gradient(-60deg, transparent 0 47%, #ffe273 47% 54%, transparent 54%) 20% 18% / 36px 72px repeat,
    repeating-linear-gradient(96deg, transparent 0 15px, #2d8c3e 15px 20px, transparent 20px 36px);
  transform-origin: bottom center;
  animation: riceWave 5s ease-in-out infinite;
}

.front-rice-left { left: -40px; }
.front-rice-right { right: -50px; transform: scaleX(-1); animation-delay: -1.8s; }

.farmer {
  z-index: 9;
  left: 46%;
  bottom: 17%;
  width: clamp(72px, 8vw, 118px);
  height: clamp(90px, 10vw, 146px);
  transform: translateX(-50%);
  background:
    linear-gradient(#e7be53 0 0) 19% 0 / 62% 13%,
    linear-gradient(#e7be53 0 0) 4% 13% / 90% 13%,
    linear-gradient(#f1c58f 0 0) 34% 21% / 32% 28%,
    linear-gradient(#1e6838 0 0) 27% 49% / 46% 32%,
    linear-gradient(#1b2e25 0 0) 22% 81% / 17% 19%,
    linear-gradient(#1b2e25 0 0) 61% 81% / 17% 19%,
    linear-gradient(#f1c58f 0 0) 10% 56% / 15% 9%,
    linear-gradient(#f1c58f 0 0) 76% 56% / 15% 9%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 10px 0 rgba(27, 74, 37, 0.2));
  animation: farmerBob 1.8s steps(2) infinite;
}

.tractor {
  z-index: 10;
  right: clamp(16px, 6vw, 80px);
  bottom: 5%;
  width: clamp(122px, 18vw, 235px);
  height: clamp(92px, 13vw, 166px);
  background:
    linear-gradient(#ffefe5 0 0) 49% 18% / 26% 22%,
    linear-gradient(#f0442f 0 0) 30% 35% / 55% 37%,
    linear-gradient(#9f251f 0 0) 59% 23% / 19% 18%,
    radial-gradient(circle, #ffffff 0 13%, #18241e 14% 17%, transparent 18%) 42% 45% / 42% 36%,
    linear-gradient(#1d2c23 0 0) 14% 70% / 27% 27%,
    linear-gradient(#1d2c23 0 0) 70% 66% / 34% 34%,
    linear-gradient(#efb447 0 0) 8% 34% / 18% 13%;
  background-repeat: no-repeat;
  border-radius: 18px 18px 12px 12px;
  filter: drop-shadow(0 12px 0 rgba(38, 54, 34, 0.24));
  animation: tractorBob 2.5s ease-in-out infinite;
}

.section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading p,
.result-copy p:first-child {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 1000;
}

.section-heading h2,
.result-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.18;
}

.experience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.experience-card {
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent 0 38%, rgba(255, 255, 255, 0.93) 72%),
    var(--experience-image, url("assets/hero-farmer.jpg")) center / cover;
  box-shadow: var(--shadow);
}

.experience-card:nth-child(1) {
  --experience-image:
    linear-gradient(180deg, rgba(126, 208, 242, 0.18), rgba(255, 255, 255, 0.12)),
    url("assets/hero-farmer.jpg");
  background-position: left bottom;
}

.experience-card:nth-child(2) {
  --experience-image: url("assets/flow-story.jpg");
  background-position: center bottom;
}

.experience-card:nth-child(3) {
  --experience-image: url("assets/harvest-evening.jpg");
  background-position: right bottom;
}

.experience-card.wide {
  min-height: 440px;
}

.experience-card h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  text-shadow: 0 3px 0 rgba(255, 229, 83, 0.66);
}

.experience-card p {
  margin: 0;
  color: #264936;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.55;
}

.experience-art {
  display: none;
}

.fast-art {
  --experience-image: linear-gradient(#87d2f2 0 42%, #98dc5a 42% 100%);
}

.field-panorama,
.title-art {
  --experience-image: url("assets/flow-story.jpg");
}

.visual-break {
  position: relative;
  width: min(1440px, calc(100% - 28px));
  min-height: clamp(430px, 62vw, 760px);
  margin: clamp(18px, 4vw, 46px) auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 26px 58px rgba(8, 55, 28, 0.2);
  isolation: isolate;
}

.visual-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(1.08);
}

.visual-break::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 45, 24, 0.64), rgba(8, 45, 24, 0.18) 46%, transparent 78%);
}

.visual-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding: clamp(34px, 6vw, 72px);
  color: white;
}

.visual-copy p {
  margin: 0 0 14px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 1000;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.visual-copy h2 {
  margin: 0;
  font-size: clamp(42px, 7.2vw, 96px);
  line-height: 1.05;
  text-shadow: 0 5px 0 rgba(255, 211, 63, 0.55), 0 20px 42px rgba(0, 0, 0, 0.34);
}

.challenge-copy {
  width: min(1440px, calc(100% - 28px));
  min-height: clamp(500px, 68vw, 780px);
  display: grid;
  align-content: center;
  gap: 6px;
  margin: clamp(18px, 4vw, 46px) auto;
  padding: clamp(38px, 8vw, 96px);
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 218, 0.66) 48%, rgba(255, 255, 255, 0.1)),
    url("assets/harvest-evening.jpg") center / cover;
  box-shadow: 0 26px 58px rgba(8, 55, 28, 0.18);
}

.challenge-copy p,
.challenge-copy h2 {
  width: fit-content;
  margin: 0;
  color: #143622;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 4px 0 rgba(255, 230, 72, 0.58);
}

.challenge-copy p {
  font-size: clamp(34px, 6.6vw, 94px);
  line-height: 1.06;
}

.challenge-copy h2 {
  margin-top: 18px;
  padding: 10px 18px 14px;
  border-radius: 14px;
  background: #15823f;
  color: white;
  font-size: clamp(38px, 7.2vw, 108px);
  line-height: 1.02;
  text-shadow: 0 5px 0 #07562c;
}

.feature-grid,
.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.wide-game-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-bottom: 26px;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(13, 93, 47, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 219, 0.76)),
    url("assets/flow-story.jpg") center / cover;
  box-shadow: var(--shadow);
}

.showcase-copy p {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 1000;
}

.showcase-copy h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.18;
  text-shadow: 0 4px 0 rgba(255, 218, 71, 0.52);
}

.showcase-shot {
  min-height: clamp(360px, 42vw, 570px);
  overflow: hidden;
  border: 5px solid #173923;
  border-radius: 16px;
  box-shadow: 0 20px 42px rgba(8, 55, 28, 0.22);
}

.image-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #f8fde9;
}

.showcase-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #0c5630;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 1000;
}

.showcase-stage {
  height: clamp(210px, 26vw, 360px);
  margin: 0 18px;
  border: 4px solid #173923;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 0 58%, rgba(255, 255, 255, 0.86) 58% 64%, transparent 64%) 0 10% / 100% 36% no-repeat,
    linear-gradient(#f1c756 0 0) 14% 70% / 62px 22px no-repeat,
    linear-gradient(#1e6838 0 0) 15% 78% / 46px 50px no-repeat,
    linear-gradient(#f0442f 0 0) 83% 54% / 70px 44px no-repeat,
    repeating-linear-gradient(0deg, rgba(32, 94, 46, 0.45) 0 8px, transparent 8px 40px),
    repeating-linear-gradient(90deg, #5cb94b 0 32px, #9fda5a 32px 62px);
}

.showcase-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px;
}

.showcase-actions span {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.93);
  color: #173923;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 1000;
}

.feature-card,
.screen-card,
.flow-grid article,
.result-board {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.feature-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  min-height: 184px;
  padding: 18px;
}

.feature-card h3,
.screen-card h3,
.flow-grid h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.feature-card p,
.screen-card p,
.flow-grid p,
.result-copy p {
  margin: 0;
  color: #3d5847;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.card-art {
  min-height: 132px;
  border-radius: 12px;
  background: linear-gradient(#87d2f2 0 45%, #9bdd68 45%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.46);
}

.clock-art::after,
.field-art::after,
.crown-art::after {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 58px;
  font-weight: 1000;
}

.clock-art::after { content: "7"; color: var(--green-dark); }
.field-art::after { content: "5年\A40"; white-space: pre; color: var(--green-dark); font-size: 34px; line-height: 1.1; }
.crown-art::after { content: "★"; color: #d39a16; }

.flow-section {
  width: min(1180px, calc(100% - 32px));
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.flow-grid article {
  position: relative;
  padding: 22px;
}

.flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--green);
  color: white;
  font-size: 22px;
  font-weight: 1000;
  box-shadow: 0 5px 0 #07562c;
}

.flow-note {
  margin: 22px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 1000;
}

.screen-card {
  overflow: hidden;
  padding: 14px;
}

.game-shot {
  min-height: 260px;
  overflow: hidden;
  border: 4px solid #183923;
  border-radius: 12px;
  background: #f8fde9;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
}

.shot-top {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  color: var(--green-dark);
  font-weight: 1000;
}

.shot-stage {
  height: 122px;
  margin: 0 12px;
  border: 3px solid #183923;
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(32, 94, 46, 0.45) 0 7px, transparent 7px 34px),
    repeating-linear-gradient(90deg, #5cb94b 0 24px, #9fda5a 24px 46px);
}

.shot-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
}

.shot-options span,
.mini-stats span {
  padding: 9px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-weight: 900;
}

.result-big {
  width: fit-content;
  margin: 44px auto 18px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff8ce;
  color: var(--green-dark);
  font-size: 30px;
  font-weight: 1000;
}

.mini-stats {
  display: grid;
  gap: 8px;
  padding: 0 14px;
}

.title-rank {
  margin: 42px 16px 18px;
  color: #183923;
  font-size: 28px;
  font-weight: 1000;
  text-shadow: 0 3px 0 #ffe06a;
}

.shot-final dl,
.result-board dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.shot-final dl {
  padding: 0 16px 16px;
}

.shot-final div,
.result-board div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 1000;
}

.screen-card h3 {
  margin-top: 16px;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.result-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  width: min(1320px, calc(100% - 32px));
}

.result-board {
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(255, 248, 206, 0.96), rgba(255, 255, 255, 0.92)),
    #fff;
}

.result-board img {
  display: block;
  width: min(300px, 40%);
  max-height: 420px;
  float: right;
  margin: 0 0 20px 24px;
  border: 4px solid rgba(7, 88, 46, 0.18);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(8, 52, 27, 0.16);
}

.rank-label {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 1000;
}

.result-board > strong {
  display: block;
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(46px, 7.5vw, 96px);
  line-height: 1.05;
  text-shadow: 0 4px 0 #ffe06a;
}

.result-board dd,
.result-board dt {
  margin: 0;
}

.result-visual {
  min-height: clamp(380px, 50vw, 650px);
}

.result-visual::after {
  background: linear-gradient(90deg, rgba(8, 45, 24, 0.22), rgba(8, 45, 24, 0.2));
}

.result-visual .visual-copy {
  margin-left: auto;
  text-align: right;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.recommend-grid span {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-dark);
  text-align: center;
  font-size: 18px;
  font-weight: 1000;
  box-shadow: var(--shadow);
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: clamp(68px, 11vw, 120px) 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 205, 0.72) 46%, rgba(255, 255, 255, 0.16)),
    url("assets/harvest-evening.jpg") center / cover;
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 50%, transparent 50%);
  background-size: 6px 6px;
  pointer-events: none;
}

.final-cta > div {
  position: relative;
  z-index: 1;
}

.final-cta p {
  margin: 0;
  color: var(--green-dark);
  font-size: 23px;
  font-weight: 1000;
}

.final-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(42px, 7vw, 86px);
  text-shadow: 0 5px 0 #ffe06a;
}

footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  color: #49604f;
  font-size: 13px;
  font-weight: 800;
}

.section-reveal {
  opacity: 1;
  transform: none;
}

body.js .section-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

body.js .hero.section-reveal {
  opacity: 1;
  transform: none;
}

body.js .section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cloudMove {
  0%, 100% { translate: 0 0; }
  50% { translate: 24px 0; }
}

@keyframes riceWave {
  0%, 100% { translate: 0 0; }
  50% { translate: 9px -2px; }
}

@keyframes farmerBob {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@keyframes tractorBob {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -4px; rotate: -1deg; }
}

@keyframes ctaPulse {
  0%, 100% {
    box-shadow:
      0 7px 0 #0b6733,
      0 0 0 4px rgba(14, 139, 65, 0.32),
      0 18px 34px rgba(242, 137, 24, 0.36),
      0 24px 42px rgba(8, 111, 55, 0.24);
  }
  50% {
    box-shadow:
      0 7px 0 #0b6733,
      0 0 0 8px rgba(255, 244, 95, 0.36),
      0 22px 42px rgba(242, 137, 24, 0.48),
      0 30px 56px rgba(8, 111, 55, 0.3);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .feature-grid,
  .experience-grid,
  .screen-grid,
  .wide-game-showcase,
  .result-section {
    grid-template-columns: 1fr;
  }

  .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand {
    font-size: 21px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    min-height: calc(100svh - 64px);
    padding: 34px 14px 140px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .lead {
    font-size: 22px;
  }

  .sublead {
    border-radius: 16px;
  }

  .tag-row span {
    padding: 9px 12px;
    font-size: 13px;
  }

  .main-cta {
    min-height: 64px;
  }

  .farmer {
    left: 34%;
    bottom: 11%;
    width: 68px;
    height: 86px;
  }

  .tractor {
    right: 14px;
    bottom: 8%;
    width: 100px;
    height: 75px;
  }

  .castle,
  .house-b {
    opacity: 0.68;
  }

  .section-heading {
    display: block;
  }

  .experience-card,
  .experience-card.wide {
    min-height: 310px;
    padding: 20px;
  }

  .visual-break,
  .challenge-copy {
    width: min(100% - 20px, 680px);
    min-height: 440px;
    border-radius: 18px;
  }

  .visual-break::after {
    background: linear-gradient(180deg, rgba(8, 45, 24, 0.12), rgba(8, 45, 24, 0.72));
  }

  .visual-copy {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 24px;
  }

  .visual-copy h2 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .challenge-copy {
    padding: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 218, 0.78) 56%, rgba(255, 255, 255, 0.08)),
      url("assets/harvest-evening.jpg") center / cover;
  }

  .challenge-copy p {
    font-size: clamp(34px, 11vw, 54px);
  }

  .challenge-copy h2 {
    font-size: clamp(38px, 12vw, 62px);
  }

  .wide-game-showcase {
    padding: 14px;
    border-radius: 18px;
  }

  .showcase-shot {
    min-height: 360px;
  }

  .showcase-status,
  .showcase-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    grid-template-columns: 100px 1fr;
    min-height: 140px;
  }

  .card-art {
    min-height: 100px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .recommend-grid {
    grid-template-columns: 1fr;
  }

  .result-board img {
    float: none;
    width: 100%;
    max-height: 520px;
    margin: 0 0 20px;
    object-position: top center;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
