:root {
  --illustration-paper: #f7f0dd;
  --illustration-ink: #203f37;
  --illustration-coral: #ef6b58;
  --illustration-leaf: #ddeb78;
  --illustration-yellow: #f4cf58;
  --illustration-soil: #dc9a7e;
  --illustration-green: #95ca79;
}

body {
  background-color: var(--illustration-paper);
  background-image:
    radial-gradient(rgba(77, 92, 72, .045) .8px, transparent .8px),
    linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 35%, rgba(188, 165, 116, .04));
  background-size: 7px 7px, 100% 100%;
}

.site-header {
  background: color-mix(in srgb, var(--illustration-paper) 94%, transparent);
}

/* Team layout: illustrated scene, chapter ribbons, title lockup. */
.hero {
  min-height: 0;
  overflow: visible;
  background: var(--illustration-paper);
}

.hero-scene {
  position: relative;
  min-height: clamp(610px, 58vw, 840px);
  overflow: hidden;
  background: #129bd3;
}

.hero-scene > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  animation: hero-in 1.15s cubic-bezier(.2, .8, .2, 1) both;
}

.hero-shade {
  display: none;
}

.chapter-nav {
  top: clamp(36px, 5vw, 72px);
  bottom: auto;
  right: auto;
  width: min(410px, 38vw);
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 0;
  box-shadow: none;
}

.chapter-nav__title {
  margin: 0 0 5px;
  padding: 10px 15px;
  align-self: flex-start;
  background: var(--illustration-ink);
  color: #fffdf4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  transform: rotate(-1deg);
}

.chapter-nav a {
  min-height: 56px;
  padding: 9px 20px;
  flex: none;
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  border: 0;
  clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  box-shadow: none;
}

.chapter-nav a:nth-of-type(1) { background: var(--illustration-leaf); }
.chapter-nav a:nth-of-type(2) { background: var(--illustration-yellow); }
.chapter-nav a:nth-of-type(3) { background: var(--illustration-soil); }
.chapter-nav a:nth-of-type(4) { background: var(--illustration-green); }
.chapter-nav a:hover { transform: translateX(9px); }
.chapter-nav small { font-size: 7px; }
.chapter-nav b { margin: 0; font-size: 13px; }
.chapter-nav a > span {
  grid-column: 2;
  margin-top: -3px;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-event {
  top: 34px;
  right: clamp(24px, 4vw, 62px);
  width: 142px;
  height: 142px;
  border: 3px solid var(--illustration-paper);
  background: var(--illustration-coral);
  color: #fffdf4;
  box-shadow: 7px 8px 0 var(--illustration-ink);
  transform: rotate(5deg);
}

.hero-event span { font-size: 10px; }
.hero-event b { font-size: 35px; }
.hero-event small { font-size: 8px; }

.hero-lockup {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 62px var(--pad) 76px;
  overflow: hidden;
  background: var(--illustration-paper);
  text-align: center;
}

.hero-lockup::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -44px;
  width: 106%;
  height: 72px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--illustration-paper);
}

.hero-copy {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0;
  color: var(--illustration-ink);
}

.hero-copy > p {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.hero-copy h1 {
  margin: 14px 0 8px;
  font-family: var(--body);
  font-size: clamp(54px, 7.6vw, 112px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.11em;
  white-space: nowrap;
}

.hero-copy h1 > span,
.hero-copy h1 > strong { display: inline; }

.hero-copy h1 > strong {
  color: var(--illustration-ink);
  text-shadow: none;
}

.hero-copy > b { font-size: 14px; letter-spacing: .12em; }
.pun { margin-right: .02em; }
.pun path { stroke: var(--illustration-ink); }
.pun i {
  left: 25%;
  top: -1.58em;
  color: var(--illustration-ink);
  font-size: .5em;
  text-shadow: none;
}

/* The four chapters keep the supplied leaflet's color order. */
.section-heading {
  width: min(100%, 1180px);
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 7vw;
}

.section-heading > p { color: var(--illustration-coral); }
.section-heading h2 { max-width: 820px; font-size: clamp(44px, 5.2vw, 72px); }
.section-heading > span { max-width: 360px; }

.akiya {
  position: relative;
  padding-top: clamp(105px, 10vw, 150px);
  overflow: hidden;
  background: var(--illustration-leaf);
  border-radius: 0 0 11vw 0;
}

.akiya-intro { width: min(100%, 1180px); gap: 5vw; }
.akiya-prompt {
  margin-top: 28px;
  font-weight: 900;
}
.matching-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.matching-note b {
  font-size: 13px;
  line-height: 1.55;
}
.matching-note > span {
  flex: 0 0 auto;
  width: 92px;
  height: 68px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--illustration-coral);
  color: #fffdf4;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  transform: rotate(-6deg);
}
.akiya-pig-house {
  display: block;
  width: min(54%, 245px);
  height: auto;
  margin: 22px auto 16px;
  object-fit: contain;
}
.akiya-contact-card {
  margin-top: 0;
  padding: 22px 24px;
  border: 2px solid var(--illustration-ink);
  border-radius: 28px 8px 28px 8px;
  background: rgba(247, 240, 221, .72);
}
.akiya-contact-card > small,
.akiya-contact-card > strong,
.akiya-contact-card > span { display: block; }
.akiya-contact-card > small { font-size: 8px; font-weight: 900; }
.akiya-contact-card > strong { margin-top: 2px; font-size: 22px; }
.akiya-contact-card > p { margin: 10px 0 8px; font-size: 10px; font-weight: 800; }
.akiya-contact-card > div { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.akiya-contact-card a { font-size: 12px; font-weight: 900; }
.akiya-contact-card em { font-size: 9px; font-style: normal; font-weight: 900; }
.akiya-contact-card > span { margin-top: 8px; color: rgba(32, 63, 55, .72); font-size: 8px; }
.akiya-intro figure { position: relative; }
.akiya-intro figure::before {
  content: "";
  position: absolute;
  inset: -14px 22px 18px -14px;
  border-radius: 50%;
  background: var(--illustration-paper);
  transform: rotate(4deg);
}
.akiya-intro figure img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  clip-path: none;
}
.akiya-intro figcaption { position: relative; text-align: center; }
.case-study { width: min(100%, 1180px); }
.case-placeholder { border: 2px dashed rgba(32, 63, 55, .35); border-radius: 26px; }
.case-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 2px solid rgba(32, 63, 55, .28);
  border-radius: 26px;
  background: var(--illustration-paper);
}
.case-photo img { width: 100%; height: 100%; object-fit: cover; }
.case-photo small {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(32, 63, 55, .88);
  color: #fffdf4;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .06em;
}

.members {
  position: relative;
  background: var(--illustration-yellow);
  overflow: hidden;
}

.member-row,
.member-row.reverse {
  width: min(100%, 1180px);
  min-height: 440px;
  margin-top: 46px;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(22px, 4vw, 56px);
  border: 0;
}

.section-heading + .member-row { margin-top: 70px; }
.member-row:last-child { border: 0; }
.member-row figure {
  min-height: 420px;
  border: 10px solid rgba(255, 253, 244, .72);
  border-radius: 48% 52% 44% 56% / 44% 37% 63% 56%;
}
.member-photo-john { object-position: 58% 44%; }
.member-row.reverse figure { border-radius: 58% 42% 55% 45% / 39% 61% 39% 61%; }
.member-row > div {
  padding: clamp(38px, 5vw, 70px);
  align-self: center;
  background: var(--illustration-paper);
  border-radius: 72px 18px 72px 18px;
}
.member-row.reverse > div { border-radius: 18px 72px 18px 72px; }
.member-row h3 { font-size: clamp(34px, 3.7vw, 53px); }
.pending-visual { background: #e4bd42; }
.resource-link {
  margin-top: 22px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 2px solid var(--illustration-ink);
  border-bottom: 2px solid var(--illustration-ink);
  font-size: 10px;
  font-weight: 900;
}
.resource-link small {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--illustration-yellow);
  letter-spacing: .06em;
  white-space: nowrap;
}

.social {
  background: var(--illustration-soil);
  border-radius: 0 10vw 0 0;
}

.social-list {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border: 0;
}
.social-list article {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 80px 80px 24px 24px;
  background: var(--illustration-paper);
}
.social-list img { height: 310px; max-height: none; }
.social-list article > div { flex: 1; padding: 28px 28px 34px; }
.social-list h3 { font-size: clamp(21px, 2vw, 29px); }

.map-section {
  position: relative;
  background: var(--illustration-green);
  overflow: hidden;
}
.map-section::after {
  content: "";
  position: absolute;
  left: -8vw;
  bottom: -16vw;
  width: 42vw;
  height: 30vw;
  border-radius: 50%;
  background: rgba(255, 253, 244, .2);
}
.map-layout {
  width: min(100%, 1180px);
  position: relative;
  z-index: 1;
  display: block;
}
.map-stage { min-height: 1040px; }
.map-shape { width: min(610px, 96%); }
.place-panel {
  position: absolute;
  z-index: 8;
  width: min(360px, 31vw);
  border: 10px solid rgba(255, 253, 244, .72);
  border-radius: 6px 64px 6px 64px;
  overflow: hidden;
  box-shadow: 10px 11px 0 rgba(32, 63, 55, .8);
  transition: inset .36s cubic-bezier(.2, .8, .2, 1), opacity .2s;
}
.place-panel[data-position="top"] { top: 8px; right: auto; bottom: auto; left: 0; transform: none; }
.place-panel[data-position="right"] { top: 25%; right: 0; bottom: auto; left: auto; transform: none; }
.place-panel[data-position="bottom"] { top: auto; right: 0; bottom: 0; left: auto; transform: none; }
.place-panel[data-position="left"] { top: 42%; right: auto; bottom: auto; left: 0; transform: none; }
.place-panel.changing { opacity: .2; }
.place-panel .place-media img { height: 190px; }
.place-panel .place-copy { padding: 22px 24px 24px; }
.place-panel .place-copy h3 { margin: 8px 0; font-size: clamp(22px, 2.2vw, 30px); }
.place-panel .place-copy > p { font-size: 9px; line-height: 1.65; }
.place-panel .place-copy dl { margin: 14px 0 8px; }
.place-panel .place-copy dl div { padding: 5px 0; grid-template-columns: 78px 1fr; }
.local-notes {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 90px auto 0;
  padding-top: 42px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 6vw;
  border-top: 2px solid var(--illustration-ink);
}
.local-notes small {
  color: var(--illustration-coral);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}
.local-notes h3 {
  margin: 12px 0 0;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.3;
}
.local-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--illustration-ink);
}
.local-notes li {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 22px;
  border-bottom: 1px solid rgba(32, 63, 55, .45);
}
.local-notes b { font-size: 11px; }
.local-notes span { font-size: 10px; }

.contact { background: #17634e; }
footer { background: #123a30; }

@media (max-width: 980px) {
  .hero-scene { min-height: 680px; }
  .chapter-nav { width: min(370px, 48vw); }
  .section-heading { grid-template-columns: 1fr; }
  .social-list { grid-template-columns: 1fr; }
  .social-list article { min-height: 0; display: grid; grid-template-columns: .85fr 1.15fr; border-radius: 55px 20px; }
  .social-list img { height: 100%; min-height: 300px; }
  .map-stage { min-height: 780px; }
  .place-panel,
  .place-panel[data-position] {
    position: relative;
    inset: auto;
    width: min(620px, 100%);
    margin: 28px auto 0;
    transform: none;
  }
}

@media (max-width: 720px) {
  .hero-scene { min-height: 760px; }
  .hero-scene > img { object-position: 75% center; }
  .chapter-nav {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 18px;
    width: auto;
    gap: 3px;
  }
  .chapter-nav__title { margin-bottom: 3px; padding: 7px 11px; font-size: 8px; }
  .chapter-nav a { min-height: 48px; grid-template-columns: 70px 1fr; padding: 7px 14px; }
  .chapter-nav b { font-size: 10px; }
  .chapter-nav a > span { display: none; }
  .hero-event {
    top: 18px;
    right: 16px;
    width: 94px;
    height: 94px;
    box-shadow: 4px 5px 0 var(--illustration-ink);
  }
  .hero-event span { font-size: 7px; }
  .hero-event b { font-size: 24px; }
  .hero-lockup { padding: 48px 16px 58px; }
  .hero-lockup::before { top: -27px; height: 46px; }
  .hero-copy { width: 100%; }
  .hero-copy > p { font-size: 9px; letter-spacing: .08em; }
  .hero-copy h1 {
    margin-top: 12px;
    font-size: clamp(28px, 8.4vw, 35px);
    letter-spacing: -.13em;
  }
  .hero-copy > b { font-size: 9px; }
  .pun i { top: -1.54em; font-size: .5em; }
  .akiya { border-radius: 0 0 60px 0; }
  .matching-note { align-items: flex-start; }
  .matching-note > span { width: 82px; height: 62px; }
  .akiya-pig-house { width: min(66%, 220px); margin-top: 26px; }
  .akiya-intro figure { width: 92%; margin: 0 auto; }
  .member-row,
  .member-row.reverse { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .member-row.reverse figure { order: 0; }
  .member-row figure { min-height: 300px; }
  .member-row > div,
  .member-row.reverse > div { padding: 38px 24px; border-radius: 42px 12px; }
  .social { border-radius: 0 54px 0 0; }
  .social-list article { display: flex; border-radius: 48px 48px 18px 18px; }
  .social-list img { height: 245px; min-height: 0; }
  .map-stage { min-height: 680px; }
  .place-panel { border-width: 6px; border-radius: 4px 38px 4px 38px; }
  .local-notes { margin-top: 65px; grid-template-columns: 1fr; gap: 30px; }
  .local-notes li { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene > img { animation: none; }
}

/*
 * Source-faithful composition
 * The supplied long-form artwork is the layout specification for this route.
 * Keep the interactive map and responsive behaviour, but match its density,
 * chapter bars, colour blocks and organic joins as closely as the web allows.
 */
.site-header { display: none; }
.section { scroll-margin-top: 0; }

.hero-scene {
  min-height: clamp(610px, 53.5vw, 770px);
}

.chapter-nav {
  left: clamp(28px, 5.3vw, 76px);
  top: clamp(34px, 4.2vw, 60px);
  width: min(525px, 42vw);
  gap: 4px;
}

.chapter-nav__title {
  margin: 0 0 2px;
  padding: 10px 18px;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 88%);
  font-size: clamp(12px, 1.2vw, 17px);
  transform: rotate(-1deg);
}

.chapter-nav a {
  min-height: 0;
  padding: 0;
  display: block;
  background: transparent !important;
  clip-path: none;
}

.chapter-nav a:hover { transform: translateX(6px); }
.chapter-nav small {
  display: block;
  margin: 0 0 1px 10px;
  color: #fff;
  font-size: clamp(8px, .78vw, 11px);
  font-style: italic;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}
.chapter-nav a > span {
  display: block;
  margin: 0 0 2px 10px;
  color: #fff;
  font-size: clamp(8px, .88vw, 12px);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.chapter-nav b {
  position: relative;
  display: block;
  width: 95%;
  margin: 0;
  padding: 7px 13px 8px 39px;
  color: #050806;
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.chapter-nav b::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #050806;
  transform: translateY(-50%);
}
.chapter-nav a:nth-of-type(1) b { background: var(--illustration-leaf); }
.chapter-nav a:nth-of-type(2) b { background: var(--illustration-yellow); }
.chapter-nav a:nth-of-type(3) b { background: #efb3a3; }
.chapter-nav a:nth-of-type(4) b { background: #9bca7c; }
.chapter-nav::after {
  content: "更新情報！";
  height: clamp(78px, 7.5vw, 108px);
  margin-top: 5px;
  padding: 13px 15px;
  border: 1px solid rgba(32, 63, 55, .15);
  background: rgba(255, 255, 255, .82);
  color: #111;
  font-size: 11px;
  font-weight: 900;
}

.hero-event {
  top: clamp(28px, 4vw, 58px);
  right: clamp(92px, 9vw, 130px);
  width: clamp(250px, 25vw, 360px);
  height: clamp(104px, 10vw, 144px);
  padding: 18px 76px 16px 24px;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  text-align: left;
  transform: none;
}
.hero-event::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -19px;
  width: 116px;
  height: 152px;
  background: url("../assets/presentation/event-poster.webp") center / contain no-repeat;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, .18));
  transform: rotate(7deg);
}
.hero-event span,
.hero-event b,
.hero-event small { display: block; }
.hero-event span { font-size: clamp(8px, .75vw, 11px); }
.hero-event b { margin: 5px 0 4px; font-size: clamp(14px, 1.35vw, 20px); line-height: 1.18; }
.hero-event small { font-size: clamp(8px, .8vw, 12px); }

.hero-lockup { padding: 38px var(--pad) 50px; }
.hero-lockup::before { top: -50px; height: 84px; }
.hero-copy h1 {
  margin: 0 0 7px;
  color: #050806;
  font-size: clamp(62px, 7.8vw, 112px);
}
.hero-copy h1 > strong { color: #050806; }
.hero-copy > b { color: #050806; }
.pun path { stroke: #050806; }
.pun i { color: #050806; }

.section-heading {
  width: min(100%, 1240px);
  display: block;
}
.section-heading > p {
  margin: 0 0 5px;
  color: #111;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
.section-heading h2 {
  max-width: none;
  margin: 0;
  color: #0b1511;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
}
.section-heading > span {
  display: block;
  max-width: none;
  margin-top: 8px;
  color: #14241d;
  font-size: 11px;
  line-height: 1.6;
}

.akiya {
  padding: clamp(62px, 6vw, 86px) var(--pad) clamp(72px, 7vw, 100px);
  border-radius: 0;
}
.akiya-layout {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}
.chapter-kicker {
  margin: 0 0 4px;
  color: #111;
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
}
.akiya-copy h2 {
  margin: 0 0 18px;
  color: #0b1511;
  font-size: clamp(37px, 4vw, 57px);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.akiya-copy h2 small {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.2;
}
.akiya-copy > p { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.72; }
.akiya-copy .akiya-prompt { margin-top: 24px; font-size: 12px; }
.akiya-copy dl { margin: 13px 0 0; }
.akiya-copy dl div { padding: 5px 0; border: 0; }
.akiya-copy dd { margin: 0; }
.akiya-copy dd span,
.akiya-copy dd b { display: block; }
.akiya-copy dd span { font-size: 8px; font-weight: 700; }
.akiya-copy dd b { margin-top: 1px; font-size: clamp(22px, 2.1vw, 30px); line-height: 1.12; }
.matching-note { margin-top: 15px; }
.matching-note b { font-size: 10px; }
.matching-note > span { width: 72px; height: 54px; font-size: 8px; }
.akiya-pig-house { width: min(44%, 185px); margin: 8px auto 4px; }
.akiya-contact-card {
  margin-top: 0;
  padding: 12px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.akiya-contact-card > strong { font-size: 17px; }
.akiya-contact-card > p { margin: 5px 0; font-size: 8px; }
.akiya-contact-card a { font-size: 9px; }
.akiya-contact-card em { font-size: 8px; }

.akiya-visual { padding-top: 12px; }
.support-center { width: min(420px, 84%); margin: 0 0 18px auto; }
.support-center img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 10px solid rgba(247, 240, 221, .9);
  border-radius: 50%;
  object-fit: cover;
}
.support-center figcaption { margin-top: 5px; font-size: 9px; font-weight: 800; text-align: center; }
.akiya .case-study {
  width: 100%;
  margin: -15px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 10px;
  align-items: end;
  border: 0;
  background: transparent;
}
.akiya .case-study > div:first-child { grid-column: 1 / -1; }
.akiya .case-study > div:first-child p { margin: 0; font-size: 11px; font-weight: 900; }
.akiya .case-study > div:first-child h3 { margin: 1px 0 7px; font-size: 13px; }
.akiya .case-photo { aspect-ratio: 4 / 3; border: 0; border-radius: 0; background: #c7c7c7; }
.akiya .case-photo small { left: 7px; bottom: 7px; padding: 4px 6px; font-size: 6px; }
.akiya .case-study figcaption { margin-top: 3px; font-size: 9px; }
.akiya .case-arrow { padding-bottom: 48px; font-size: 20px; text-align: center; }

.members { padding: clamp(62px, 6vw, 86px) var(--pad) clamp(74px, 7vw, 100px); }
.member-row,
.member-row.reverse {
  width: min(100%, 1240px);
  min-height: 0;
  margin-top: 26px;
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
}
.section-heading + .member-row { margin-top: 30px; }
.member-row figure { min-height: 315px; border-width: 7px; }
.member-row > div {
  padding: 28px 35px;
  border-radius: 46px 10px 46px 10px;
}
.member-row.reverse > div { border-radius: 10px 46px 10px 46px; }
.member-row h3 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); }
.member-row p { font-size: 10px; line-height: 1.65; }
.member-meta { margin-top: 12px; }
.resource-link { margin-top: 12px; padding: 9px 12px; }

.social {
  padding: clamp(58px, 5vw, 76px) var(--pad) clamp(68px, 6vw, 88px);
  border-radius: 0;
}
.social-list { width: min(100%, 1240px); gap: 20px; margin-top: 28px; }
.social-list article { min-height: 0; border-radius: 38px 38px 14px 14px; }
.social-list img { height: 210px; }
.social-list article > div { padding: 18px 20px 22px; }
.social-list h3 { margin: 6px 0 13px; font-size: clamp(17px, 1.55vw, 22px); }
.social-list a { font-size: 9px; }

.map-section { padding-top: clamp(64px, 6vw, 90px); }
.map-section::after { display: none; }
.contact { display: none; }
footer { min-height: 120px; padding: 40px var(--pad); }

@media (max-width: 980px) {
  .chapter-nav { width: min(465px, 52vw); }
  .akiya-layout { grid-template-columns: 1fr; }
  .akiya-copy { max-width: 650px; }
  .akiya-visual { display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; align-items: end; }
  .support-center { width: 100%; }
  .social-list { grid-template-columns: repeat(3, 1fr); }
  .social-list article { display: flex; }
  .social-list img { min-height: 0; }
}

@media (max-width: 720px) {
  .hero-scene { min-height: 690px; }
  .chapter-nav {
    left: 14px;
    right: 14px;
    bottom: 15px;
    width: auto;
  }
  .chapter-nav__title { font-size: 9px; }
  .chapter-nav b { width: 100%; padding: 6px 10px 7px 31px; font-size: 14px; }
  .chapter-nav b::before { left: 10px; width: 15px; }
  .chapter-nav small { font-size: 7px; }
  .chapter-nav a > span { display: block; margin-left: 8px; font-size: 7px; }
  .chapter-nav::after { height: 54px; padding: 8px 10px; font-size: 8px; }
  .hero-event {
    top: 14px;
    right: 38px;
    width: 205px;
    height: 84px;
    padding: 11px 57px 10px 16px;
  }
  .hero-event::after { right: -35px; top: -9px; width: 80px; height: 104px; }
  .hero-event span { font-size: 6px; }
  .hero-event b { margin: 3px 0; font-size: 11px; }
  .hero-event small { font-size: 7px; }
  .hero-lockup { padding: 34px 10px 42px; }
  .hero-lockup::before { top: -28px; height: 47px; }
  .hero-copy h1 { font-size: clamp(28px, 9.3vw, 39px); }
  .hero-copy > b { font-size: 8px; }
  .akiya,
  .members,
  .social { padding-left: 20px; padding-right: 20px; }
  .akiya-copy h2 { font-size: 34px; }
  .akiya-visual { display: block; }
  .support-center { width: min(320px, 88%); margin: 25px auto; }
  .akiya .case-study { margin-top: 0; }
  .member-row,
  .member-row.reverse { grid-template-columns: 1fr; }
  .member-row figure { min-height: 270px; }
  .social-list { grid-template-columns: 1fr; }
  .social-list article { display: grid; grid-template-columns: .85fr 1.15fr; border-radius: 30px 10px; }
  .social-list img { height: 100%; min-height: 190px; }
  footer { min-height: 92px; padding-top: 30px; padding-bottom: 30px; }
}
