/*
 * Japan Maratan Association - refined visual system
 * Remove this stylesheet link from index.html to restore the previous design.
 */

:root {
  --ink: #202724;
  --muted: #626a66;
  --paper: #f6f7f5;
  --surface: #ffffff;
  --line: #d9dfdb;
  --red: #cf443d;
  --red-dark: #a63130;
  --red-soft: #fff0ec;
  --gold-accent: #c59a5c;
  --green-info: #2f7459;
  --green-soft: #f2f7f3;
  --gold: #c59a5c;
  --leaf: #438b6d;
  --leaf-deep: #2f7459;
  --leaf-bright: #78c29d;
  --shadow: 0 14px 36px rgba(25, 40, 34, 0.07);
  --shadow-soft: 0 8px 22px rgba(25, 40, 34, 0.055);
  --shadow-hover: 0 18px 44px rgba(25, 40, 34, 0.11);
  --content-pad: max(clamp(20px, 6vw, 88px), calc((100vw - 1360px) / 2));
}

* {
  scrollbar-color: rgba(47, 116, 89, 0.45) transparent;
}

html {
  background: var(--paper);
  scroll-padding-top: 108px;
}

body {
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.82;
}

body::before {
  z-index: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 7px,
      rgba(32, 39, 36, 0.016) 7px 8px
    );
  opacity: 0.5;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

section,
#contact,
#join,
#members,
#map,
#activities,
#about {
  scroll-margin-top: 108px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(197, 154, 92, 0.78);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 12px;
  padding: 8px 12px;
  color: #fff;
  background: var(--red-dark);
  border-radius: 3px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  top: 8px;
  left: max(12px, calc((100vw - 1500px) / 2));
  right: max(12px, calc((100vw - 1500px) / 2));
  min-height: 58px;
  padding: 6px clamp(12px, 2vw, 24px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 226, 223, 0.94);
  border-top: 3px solid var(--red);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(23, 37, 31, 0.11);
  backdrop-filter: blur(20px) saturate(125%);
}

.brand {
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  padding: 3px;
  border: 1px solid rgba(207, 68, 61, 0.13);
  border-radius: 5px;
  box-shadow: none;
}

.brand-copy {
  align-items: flex-end;
  gap: 6px;
}

.brand-name img {
  width: min(202px, 36vw);
}

.brand-type {
  color: #4f5955;
  font-size: 9.5px;
  font-weight: 600;
  text-shadow: none;
}

.site-nav {
  margin-left: auto;
  gap: clamp(10px, 1.35vw, 20px);
  color: #4f5955;
  font-size: 11.5px;
  font-weight: 500;
}

.site-nav a {
  padding: 5px 0;
  color: inherit;
}

.site-nav a::after {
  bottom: 0;
  height: 2px;
  background: var(--red);
}

.site-nav a:hover {
  color: var(--red-dark);
}

.hero {
  min-height: min(900px, 94svh);
  padding: 126px var(--content-pad) 72px;
  align-items: center;
  isolation: isolate;
  background: #272521;
}

.hero-image {
  object-position: 64% center;
  filter: saturate(0.96) contrast(1.01);
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(25, 27, 24, 0.87) 0%,
      rgba(30, 29, 25, 0.70) 34%,
      rgba(30, 27, 23, 0.26) 60%,
      rgba(30, 27, 23, 0.03) 100%
    ),
    linear-gradient(0deg, rgba(18, 21, 19, 0.38), transparent 42%);
  background-size: auto;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: var(--content-pad);
  right: var(--content-pad);
  bottom: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--red) 0 80px, rgba(255, 255, 255, 0.32) 80px);
}

.hero-content {
  --hero-title-width: min(
    760px,
    calc(100vw - var(--content-pad) - var(--content-pad)),
    88vw
  );
  width: var(--hero-title-width);
  max-width: none;
}

h1 span {
  color: #fff;
  font-weight: 600;
}

.hero-title-edo {
  width: 100%;
  margin-top: 10px;
  filter: invert(1) drop-shadow(0 5px 20px rgba(0, 0, 0, 0.28));
}

.hero-association-en {
  width: max-content;
  margin: 17px 0 0 0.2222%;
  color: #f2c77f;
  font-size: clamp(14px, 4.85vw, 41.9px);
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-align-last: auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.hero-actions {
  gap: 10px;
  margin-top: 34px;
}

.button {
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 600;
  box-shadow: none;
}

.button.primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.button.primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
}

.button:hover {
  box-shadow: 0 10px 24px rgba(27, 32, 29, 0.13);
}

.hero-statement {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 116, 89, 0.045) 1px, transparent 1px),
    #fff;
  background-size: 64px 64px;
  border-bottom: 1px solid var(--line);
}

.hero-statement::after {
  right: var(--content-pad);
  color: rgba(207, 68, 61, 0.042);
  font-size: clamp(150px, 19vw, 280px);
}

.hero-statement-inner {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  max-width: 1360px;
  padding: clamp(66px, 8vw, 108px) var(--content-pad);
}

.hero-statement-heading {
  padding-left: clamp(20px, 2.4vw, 34px);
  border-left: 4px solid var(--red);
}

.statement-kicker,
.eyebrow,
.en-small,
.statement-en {
  color: var(--leaf-deep);
  font-weight: 700;
}

.statement-kicker,
.eyebrow {
  font-size: 12px;
}

.hero-statement-heading p {
  font-size: clamp(29px, 3.5vw, 49px);
  line-height: 1.42;
}

.hero-statement-copy > p:first-child {
  color: #4f5955;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2.05;
}

.statement-en {
  max-width: 590px;
  margin-top: 20px;
  font-size: 13.5px;
  line-height: 1.72;
}

.section {
  padding: clamp(70px, 8vw, 112px) var(--content-pad);
}

.section-heading {
  max-width: 880px;
  padding-left: 24px;
}

.section-heading::before {
  top: 2px;
  bottom: 3px;
  width: 3px;
  background: linear-gradient(var(--red) 0 44%, var(--gold-accent) 44% 100%);
}

.section-heading.compact {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--leaf-deep);
  font-size: 12px;
  line-height: 1.3;
  text-shadow: none;
}

h2 {
  color: var(--ink);
  font-size: clamp(26px, 3.3vw, 42px);
  font-weight: 400;
  line-height: 1.32;
}

h3 {
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.section-lead {
  max-width: 800px;
  margin-top: 19px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.86;
}

.en-small {
  color: var(--leaf-deep);
  font-size: 12.5px;
  line-height: 1.65;
}

.vision-section {
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 116, 89, 0.035) 1px, transparent 1px),
    #f9fbfa;
  background-size: 72px 72px;
}

.vision-section::after {
  right: var(--content-pad);
  bottom: -30px;
  color: rgba(207, 68, 61, 0.043);
  font-size: clamp(140px, 18vw, 250px);
}

.vision-copy {
  max-width: 1260px;
  margin: 0 auto;
}

.vision-mission-grid {
  gap: 18px;
  margin-top: 34px;
  border: 0;
  background: transparent;
}

.vision-mission-grid article {
  min-height: 330px;
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.vision-mission-grid article + article {
  border-left: 1px solid var(--line);
}

.vm-number {
  top: 28px;
  right: 30px;
  color: rgba(207, 68, 61, 0.10);
  font-size: clamp(60px, 8vw, 104px);
}

.vm-label {
  margin-bottom: 32px;
  color: var(--red);
  font-size: 11.5px;
}

.vm-label::before {
  background: var(--red);
}

.vision-mission-grid h2 {
  max-width: 510px;
  font-size: clamp(25px, 3vw, 39px);
  line-height: 1.3;
}

.vision-copy p:not(.eyebrow),
.vision-mission-grid p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.82;
}

.intro {
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(46px, 8vw, 118px);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(47, 116, 89, 0.07) 48% 100%),
    #fff;
}

.intro-copy {
  max-width: 690px;
  padding-top: 8px;
  color: #55605c;
  font-size: 15px;
  line-height: 1.92;
}

.intro-copy p + p {
  margin-top: 22px;
}

.story-section {
  grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1fr);
  gap: clamp(42px, 7vw, 94px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #202b27;
  background-size: 64px 64px;
}

.story-visual {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  box-shadow: 0 26px 64px rgba(7, 15, 12, 0.26);
}

.story-visual img {
  min-height: 430px;
}

.story-copy h2 {
  color: #fff;
}

.story-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.79);
  font-size: 14px;
  line-height: 1.88;
}

.story-copy p.en-small,
.story-copy .en-small {
  color: var(--leaf-bright);
}

#activities {
  background: #fff;
}

.activity-grid {
  gap: 14px;
  margin-top: 40px;
}

.activity-grid article,
.join-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold-accent);
  border-radius: 6px;
  background: #fff;
  background-image: none;
  box-shadow: none;
}

.activity-grid article:nth-child(2n),
.join-grid article:nth-child(2n) {
  border-top-color: var(--red);
}

.activity-grid article:hover,
.join-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 68, 61, 0.32);
  box-shadow: var(--shadow-hover);
}

.activity-index {
  margin-bottom: 34px;
  color: var(--green-info);
  font-size: 12px;
  font-weight: 700;
}

.activity-grid p,
.join-grid p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.75;
}

.map-section {
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 116, 89, 0.045) 1px, transparent 1px),
    var(--green-soft);
  background-size: 68px 68px;
}

.map-layout {
  grid-template-columns: minmax(420px, 1.28fr) minmax(300px, 0.72fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 42px;
}

.japan-map {
  min-height: 620px;
  border: 1px solid #d3ddd6;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 116, 89, 0.065) 1px, transparent 1px),
    #ffffff;
  background-size: 52px 52px;
  box-shadow: var(--shadow-soft);
}

.japan-map::before {
  inset: 28px;
  border-color: rgba(47, 116, 89, 0.22);
  border-radius: 4px;
}

.japan-map > .japan-map-svg {
  width: min(88%, 570px);
  filter: drop-shadow(0 16px 28px rgba(25, 60, 69, 0.10));
}

.land,
.islet {
  fill: #fff9f2;
  stroke: #879a8d;
  stroke-width: 3.6;
}

.region-line {
  stroke: rgba(47, 116, 89, 0.45);
}

.map-pins button {
  background: var(--red);
  box-shadow:
    0 0 0 5px rgba(207, 68, 61, 0.15),
    0 0 18px 7px rgba(207, 68, 61, 0.28);
}

.map-pins button::after {
  border-color: rgba(207, 68, 61, 0.36);
}

.map-pins button:hover,
.map-pins button:focus-visible,
.map-pins button[data-featured="true"] {
  box-shadow:
    0 0 0 7px rgba(207, 68, 61, 0.19),
    0 0 22px 10px rgba(207, 68, 61, 0.40);
}

.shop-preview {
  min-height: 620px;
  padding: 30px;
  border: 1px solid #d3ddd6;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  background-image: none;
  box-shadow: var(--shadow-soft);
}

.shop-preview h3 {
  font-size: clamp(23px, 2.2vw, 31px);
}

.shop-visual {
  min-height: 205px;
  margin: 28px 0 22px;
  border-radius: 5px;
  background:
    linear-gradient(140deg, rgba(47, 116, 89, 0.94), rgba(29, 35, 32, 0.99));
}

.shop-visual-mark {
  width: 86px;
  height: 86px;
  background: var(--red);
  box-shadow: 0 0 36px rgba(207, 68, 61, 0.48);
}

.map-notes div {
  border-top-color: var(--line);
}

.chaos-section {
  background: #f5f3ee;
}

.chaos-board {
  height: min(68vw, 650px);
  min-height: 480px;
  margin-top: 42px;
  border: 1px solid #cbd4d0;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.10) 0 50%, rgba(207, 68, 61, 0.08) 50% 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(47, 116, 89, 0.08)),
    #fff;
  box-shadow: var(--shadow-soft);
}

.chaos-board::before,
.chaos-board::after {
  background: rgba(32, 39, 36, 0.28);
}

.axis {
  padding: 7px 11px;
  border-radius: 3px;
  color: #fff;
  background: #26322e;
  font-size: 11.5px;
}

.plot {
  min-height: 38px;
  padding: 7px 10px;
  border-color: rgba(207, 68, 61, 0.50);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(28, 42, 36, 0.09);
}

.plot.strong {
  color: #fff;
  background: var(--red);
}

.sponsor-section,
.backing-section,
.member-section,
.board-section,
.board-section-alt {
  background: #fff;
}

.sponsor-section {
  background:
    linear-gradient(90deg, rgba(207, 68, 61, 0.035) 1px, transparent 1px),
    var(--red-soft);
  background-size: 72px 72px;
}

.backing-section {
  background:
    linear-gradient(90deg, rgba(47, 116, 89, 0.055) 1px, transparent 1px),
    var(--green-soft);
  background-size: 72px 72px;
}

.logo-grid {
  gap: 12px;
  margin-top: 36px;
}

.logo-card {
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  background-image: none;
  box-shadow: none;
}

.logo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 68, 61, 0.30);
  box-shadow: var(--shadow-hover);
}

.logo-card span {
  color: var(--red);
  font-size: 11px;
}

.logo-card strong {
  font-size: clamp(17px, 1.65vw, 23px);
  font-weight: 500;
}

.logo-card p {
  color: var(--muted);
  font-size: 12.5px;
}

.logo-card.civic {
  background: #fff;
}

.logo-card.civic strong,
.logo-card.shop-logo strong {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(207, 68, 61, 0.30);
  color: var(--red);
  background: #fff;
}

.logo-card.shop-logo {
  min-height: 150px;
}

.logo-card.shop-logo strong {
  width: 64px;
  height: 64px;
}

#members {
  background: #fff;
}

.board-section {
  border-top: 1px solid var(--line);
}

.honor-section {
  background: #f8faf9;
}

.board-section-alt {
  background: #fff;
}

.executive-grid,
.board-grid {
  grid-template-columns: 1fr;
}

.people-grid {
  margin-top: 34px;
}

.people-grid article {
  grid-template-columns: minmax(118px, 0.18fr) minmax(170px, 0.24fr) minmax(0, 1fr);
  gap: 22px;
  padding: 20px 14px 20px 0;
  border-top: 1px solid var(--line);
  background: transparent;
  background-image: none;
  transition: background-color 160ms ease, padding-left 160ms ease;
}

.people-grid article:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(47, 116, 89, 0.075), transparent 78%);
}

.people-grid article:last-child {
  border-bottom-color: var(--line);
}

.people-grid span {
  color: var(--red);
  font-size: 11.5px;
  font-weight: 700;
}

.people-grid h3 {
  color: var(--ink);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 500;
}

.people-grid p {
  color: #626b67;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
}

.category-directory {
  background: var(--paper);
}

.member-category-section {
  border-top: 1px solid var(--line);
}

.member-category-section:nth-child(odd) {
  background: #f8faf9;
}

.member-category-section:nth-child(even) {
  background: #fff;
}

.role-list {
  column-gap: clamp(22px, 4vw, 52px);
}

.role-list article {
  grid-template-columns: 1fr;
  gap: 5px;
}

.role-list h3 {
  font-size: clamp(18px, 1.45vw, 21px);
}

.name-list,
.name-list-vertical {
  gap: 0 clamp(18px, 3vw, 36px);
  margin-top: 28px;
  padding-bottom: 0;
}

.name-list span {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: #39413e;
  font-size: 12.5px;
  line-height: 1.55;
}

.feature {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #24332e;
  background-size: 64px 64px;
}

.feature h2 {
  color: #fff;
}

.feature-text p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.86;
}

.feature-text .en-small,
.feature-list small {
  color: var(--leaf-bright);
}

.feature-list {
  gap: 8px;
}

.feature-list p {
  min-height: 62px;
  padding: 15px 18px;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.075);
}

.join {
  background:
    linear-gradient(90deg, rgba(207, 68, 61, 0.035) 1px, transparent 1px),
    #fff8f6;
  background-size: 72px 72px;
}

.join-grid {
  gap: 14px;
  margin-top: 38px;
}

.contact {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(125deg, #ae3432, var(--red));
  background-size: 60px 60px, auto;
}

.contact h2 {
  color: #fff;
}

.contact p {
  color: rgba(255, 255, 255, 0.84);
}

.contact .en-small {
  color: #d7f2e5;
}

.contact .button.primary {
  color: var(--red-dark);
  background: #fff;
  border-color: #fff;
}

.site-footer {
  padding: 30px var(--content-pad);
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #1d2623;
  background-size: 60px 60px;
}

.footer-note {
  color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 1100px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-name img {
    width: min(184px, 27vw);
  }

  .brand-type {
    font-size: 8.5px;
  }

  .site-nav {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
    gap: 10px 14px;
    font-size: 10.5px;
  }

  .hero {
    padding-top: 112px;
  }

  .map-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }
}

@media (max-width: 900px) {
  :root {
    --content-pad: clamp(20px, 6vw, 54px);
  }

  .hero {
    min-height: 820px;
  }

  .hero-statement-inner,
  .vision-mission-grid,
  .intro,
  .story-section,
  .feature,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-statement-inner {
    align-items: start;
    gap: 34px;
  }

  .intro {
    background: var(--green-soft);
  }

  .story-visual,
  .story-visual img {
    min-height: 360px;
  }

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

  .map-layout {
    grid-template-columns: 1fr;
  }

  .japan-map,
  .shop-preview {
    min-height: 560px;
  }

  .logo-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact .button.primary {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  :root {
    --content-pad: 20px;
  }

  body {
    font-size: 14px;
  }

  .site-header {
    position: fixed;
    top: 8px;
    left: 8px;
    right: 8px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    min-height: 0;
    padding: 6px 8px;
  }

  .brand {
    order: 0;
    width: auto;
    flex: 1 1 auto;
  }

  .brand-mark {
    display: none;
  }

  .brand-copy {
    gap: 6px;
  }

  .brand-name img {
    width: min(160px, 38vw);
  }

  .brand-type {
    font-size: 7.5px;
  }

  .site-nav {
    display: none;
    order: 2;
    width: 100%;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 4px 0 0;
    padding: 8px 0 2px;
    border-top: 1px solid var(--line);
    font-size: 10.5px;
    line-height: 1.3;
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-end;
    min-height: 42px;
    padding: 8px 4px;
  }

  .hero {
    min-height: 760px;
    padding-top: 106px;
    padding-bottom: 62px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(24, 27, 24, 0.90) 0%,
        rgba(29, 29, 25, 0.72) 58%,
        rgba(29, 27, 24, 0.20) 100%
      ),
      linear-gradient(0deg, rgba(18, 21, 19, 0.46), transparent 48%);
  }

  .hero-content {
    --hero-title-width: min(760px, calc(100vw - 40px), 88vw);
  }

  .hero-association-en {
    font-size: clamp(14px, 4.85vw, 41.9px);
  }

  .hero-actions {
    max-width: 290px;
  }

  .hero-statement-inner,
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-statement-heading p {
    font-size: clamp(27px, 8vw, 34px);
  }

  h2 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .vision-mission-grid {
    gap: 12px;
  }

  .vision-mission-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .activity-grid,
  .join-grid,
  .logo-grid-3,
  .logo-grid-5 {
    grid-template-columns: 1fr;
  }

  .activity-grid article,
  .join-grid article {
    min-height: 0;
  }

  .japan-map,
  .shop-preview {
    min-height: 500px;
  }

  .shop-preview {
    padding: 24px;
  }

  .chaos-board {
    min-height: 520px;
  }

  .axis.x.left,
  .axis.x.right {
    max-width: 42%;
  }

  .plot {
    max-width: 110px;
    font-size: 10.5px;
  }

  .people-grid article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }

  .role-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }

  .name-list-vertical {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
