:root {
  --akey-black: #222222;
  --akey-ink: #333333;
  --akey-muted: #707070;
  --akey-line: #e5e5e5;
  --akey-paper: #f8f6f2;
  --akey-white: #ffffff;
  --akey-red: #ff0000;
  --akey-blue: #194f90;
  --akey-max: 1120px;
}

body.akey-static-page {
  background: var(--akey-white);
  color: var(--akey-ink);
  font-family: "Noto Sans JP", "Inter", system-ui, sans-serif;
}

body.akey-static-page .l-header,
body.akey-static-page #header,
body.akey-static-page .l-footer,
body.akey-static-page #footer,
body.akey-static-page .p-breadcrumb,
body.akey-static-page .c-pageTitle,
body.akey-static-page .l-mainContent__inner > .post_content > h1:first-child {
  display: none !important;
}

body.akey-static-page .l-content,
body.akey-static-page .l-mainContent,
body.akey-static-page .l-mainContent__inner,
body.akey-static-page .post_content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.akey-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 max(18px, calc((100vw - 1280px) / 2));
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.akey-header__brand {
  display: flex;
  align-items: center;
  width: 175px;
  height: 80px;
  text-decoration: none;
}

.akey-header__brand img {
  display: block;
  width: 175px;
  height: auto;
}

.akey-header__nav {
  display: flex;
  align-items: center;
  gap: 0;
  height: 80px;
}

.akey-header__nav a,
.akey-mobile-menu a {
  color: #222222;
  font-size: 17.6px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.akey-header__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 18px;
  border-left: 1px solid #bfbfbf;
}

.akey-header__nav a:first-child {
  border-left: 0;
}

.akey-header__nav a.is-contact {
  justify-content: center;
  width: 138px;
  min-height: 57px;
  margin-left: 12px;
  padding: 0;
  color: #ffffff;
  background: var(--akey-red);
  border-left: 0;
}

.akey-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.akey-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--akey-black);
}

@media (min-width: 841px) and (max-width: 1180px) {
  .akey-header__nav {
    display: none;
  }

  .akey-menu-button {
    display: block;
  }
}

.akey-mobile-menu {
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  display: grid;
  gap: 0;
  background: var(--akey-white);
  border-bottom: 1px solid var(--akey-line);
}

.akey-mobile-menu[hidden] {
  display: none !important;
}

.akey-mobile-menu a {
  padding: 18px 24px;
  border-top: 1px solid var(--akey-line);
}

@media (min-width: 841px) and (max-width: 1180px) {
  .akey-mobile-menu {
    top: 80px;
  }
}

.akey-main {
  overflow: hidden;
}

.akey-home-hero {
  min-height: min(56.25vw, calc(100vh - 80px));
  display: block;
  color: transparent;
  background: #0e0e0e url("../images/s-1920x1080_v-frms_webp_3c71c710-ab53-4fd7-a32c-05d1fdbb422c.png") center top / cover no-repeat;
}

.akey-home-hero__copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.akey-section {
  width: min(100% - 40px, var(--akey-max));
  margin: 0 auto;
}

.akey-section h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.akey-lead {
  max-width: 760px;
  margin-top: 22px;
  color: var(--akey-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
}

.akey-section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.akey-home-achievements {
  width: min(100% - 40px, 804px);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px) 0 0;
}

.akey-achievement-placeholder {
  width: 100%;
  aspect-ratio: 804 / 169;
  min-height: 132px;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 255, 255, 0.55)),
    #f7f7f7;
  border: 1px dashed rgba(255, 0, 0, 0.28);
  border-radius: 20px;
  box-shadow: 0 2px 36px rgba(255, 0, 0, 0.14);
}

.akey-achievement-card {
  display: grid;
  gap: 8px;
  min-height: 170px;
  padding: 30px 34px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 36px rgba(255, 0, 0, 0.22);
}

.akey-achievement-card p {
  margin: 0;
  color: var(--akey-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.akey-achievement-card div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.akey-achievement-card strong {
  color: var(--akey-red);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(46px, 6vw, 70px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 0 17px rgba(255, 199, 0, 0.2);
}

.akey-achievement-card span {
  color: var(--akey-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.akey-section-label {
  margin: 0;
  color: var(--akey-red);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akey-section p {
  max-width: 820px;
  color: var(--akey-muted);
  font-size: 17px;
  line-height: 2;
}

.akey-button,
.akey-link-button,
.akey-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  color: var(--akey-white);
  background: var(--akey-black);
  border: 1px solid var(--akey-black);
  border-radius: 0;
  font-weight: 800;
  text-decoration: none;
}

.akey-link-button {
  margin-top: 18px;
}

.akey-data-list {
  border-top: 1px solid var(--akey-line);
}

.akey-data-list div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--akey-line);
}

.akey-data-list dt {
  color: var(--akey-muted);
  font-weight: 800;
}

.akey-data-list dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

.akey-timeline {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.akey-timeline li {
  padding-left: 22px;
  border-left: 3px solid var(--akey-red);
  font-weight: 800;
}

.akey-contact-section {
  max-width: 840px;
}

.akey-form {
  display: grid;
  gap: 22px;
}

.akey-form__note {
  padding: 14px 16px;
  background: var(--akey-paper);
  color: var(--akey-muted);
}

.akey-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.akey-form em {
  color: var(--akey-red);
  font-style: normal;
}

.akey-form input,
.akey-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--akey-line);
  border-radius: 0;
  background: var(--akey-white);
  font: inherit;
}

.akey-form__check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
}

.akey-form__check input {
  width: 18px;
}

.akey-form button:disabled {
  opacity: 0.55;
}

.akey-news-page {
  width: min(100% - 40px, 1220px);
  min-height: clamp(500px, 54vw, 690px);
  margin: 0 auto;
  padding: 28px 0 clamp(120px, 18vw, 240px);
}

.akey-news-page__head {
  margin-bottom: 88px;
}

.akey-news-page__head h1 {
  margin: 0;
  color: var(--akey-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.akey-news-list {
  display: grid;
  gap: 0;
}

.akey-news-item {
  display: grid;
  grid-template-columns: 128px 280px minmax(0, 1fr);
  gap: 32px;
  align-items: baseline;
  min-height: 47px;
  padding: 8px 0;
  color: var(--akey-ink);
  text-decoration: none;
}

.akey-news-item time,
.akey-news-item h2,
.akey-news-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.akey-news-item time {
  color: var(--akey-black);
  font-weight: 500;
}

.akey-news-item h2 {
  font-weight: 500;
}

.akey-news-item p {
  color: #707070;
  font-weight: 400;
}

.akey-news-item:hover h2,
.akey-news-item:hover p {
  color: var(--akey-red);
}

.akey-list-page,
.akey-lower-section {
  width: min(100% - 40px, 1220px);
  margin: 0 auto;
}

.akey-list-page {
  padding: 28px 0 clamp(88px, 12vw, 150px);
}

.akey-list-page__head {
  margin-bottom: 56px;
}

.akey-list-page--interview .akey-list-page__head {
  margin-bottom: 38px;
}

.akey-list-page__head h1,
.akey-lower-heading h2 {
  margin: 0;
  color: var(--akey-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.akey-list-page__head p:not(.akey-section-label) {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--akey-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.akey-post-list {
  display: grid;
  gap: 30px;
}

.akey-post-list__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 18px 34px;
  min-height: 280px;
  padding: 0 0 30px;
  color: var(--akey-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.akey-post-list__item time {
  grid-row: 1 / 3;
  color: var(--akey-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.akey-post-list__item h2 {
  margin: 0;
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0;
}

.akey-post-list__item p {
  max-width: 920px;
  margin: 0;
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.95;
}

.akey-load-more {
  display: block;
  margin: 44px auto 0;
  padding: 0;
  color: var(--akey-black);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
}

.akey-company-vision {
  width: min(100% - 40px, 1612px);
  margin: 0 auto;
  padding: clamp(170px, 16vw, 240px) 0 clamp(220px, 20vw, 310px);
}

.akey-company-vision p {
  margin: 0 0 24px;
  color: var(--akey-red);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.akey-company-vision h1 {
  margin: 0 0 10px;
  color: var(--akey-black);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.akey-company-section {
  padding-bottom: clamp(76px, 10vw, 132px);
}

.akey-lower-heading {
  margin-bottom: 42px;
}

.akey-company-section .akey-data-list {
  max-width: 900px;
  border: 0;
}

.akey-company-section .akey-data-list div {
  grid-template-columns: 210px 1fr;
  padding: 18px 0;
  border: 0;
}

.akey-company-section .akey-timeline {
  max-width: 900px;
  gap: 24px;
}

.akey-company-section .akey-timeline li {
  padding-left: 0;
  border-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.akey-services-intro {
  width: min(100%, 1000px);
  margin: 0 auto 52px;
}

.akey-services-intro p {
  margin: 0 0 12px;
  color: var(--akey-red);
  font-size: 18px;
  font-weight: 900;
}

.akey-services-intro h2 {
  margin: 0;
  color: var(--akey-black);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.akey-service-list {
  display: grid;
  gap: 74px;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.akey-service-item {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 600px);
  gap: 40px;
  align-items: center;
}

.akey-service-item.is-reverse {
  grid-template-columns: minmax(0, 600px) minmax(0, 360px);
}

.akey-service-item.is-reverse .akey-service-item__body {
  grid-column: 2;
}

.akey-service-item.is-reverse .akey-dummy-image {
  grid-column: 1;
  grid-row: 1;
}

.akey-service-item__body h3 {
  margin: 0 0 22px;
  color: var(--akey-black);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.akey-service-item__body p {
  margin: 0;
  color: var(--akey-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.akey-dummy-image {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 600px;
  aspect-ratio: var(--dummy-ratio);
  color: #8b8b8b;
  background:
    linear-gradient(135deg, transparent calc(50% - 1px), #d1d1d1 calc(50% - 1px), #d1d1d1 calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(45deg, transparent calc(50% - 1px), #d1d1d1 calc(50% - 1px), #d1d1d1 calc(50% + 1px), transparent calc(50% + 1px)),
    #eeeeee;
  border: 1px solid #d6d6d6;
}

.akey-dummy-image span {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.akey-service-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 84px) 0 clamp(86px, 12vw, 150px);
  text-align: center;
}

.akey-service-cta p,
.akey-service-cta h2,
.akey-service-cta span {
  margin: 0;
}

.akey-service-cta p {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.3;
}

.akey-service-cta h2 {
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

.akey-service-cta span {
  color: var(--akey-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.akey-faq-list {
  display: grid;
  gap: 42px;
  max-width: 900px;
}

.akey-faq-block {
  display: grid;
  gap: 20px;
}

.akey-faq-block div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
}

.akey-faq-block span {
  color: var(--akey-red);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

.akey-faq-block h2,
.akey-faq-block p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0;
}

.akey-faq-block h2 {
  font-weight: 800;
}

.akey-faq-block p {
  color: var(--akey-muted);
  font-weight: 600;
}

.akey-legal-stack {
  display: grid;
  gap: 28px;
  width: min(100%, 740px);
  margin: 0 auto;
}

.akey-legal-stack section {
  display: grid;
  gap: 10px;
}

.akey-legal-stack h2 {
  margin: 0;
  color: var(--akey-black);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0;
}

.akey-legal-stack p {
  margin: 0;
  color: var(--akey-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.akey-contact-page .akey-contact-section {
  width: min(100%, 740px);
  margin: 0 auto;
}

.akey-home-section {
  width: min(100% - 40px, var(--akey-max));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 112px) 0;
  border-top: 1px solid var(--akey-line);
}

.akey-home-section__head {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.akey-home-section__head h2 {
  margin: 0;
  color: var(--akey-black);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.akey-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.akey-voice-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 310px;
  padding: 28px;
  overflow: hidden;
  color: var(--akey-white);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.92)),
    url("../images/s-2400x1600_v-frms_webp_802e5bd4-5907-4c04-a16e-d7ca193baf6a.jpg") center / cover no-repeat;
  text-decoration: none;
}

.akey-voice-card:nth-child(2n) {
  background-position: center 35%;
}

.akey-voice-card:nth-child(3n) {
  background-position: center 60%;
}

.akey-voice-card__tag {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  color: var(--akey-white);
  background: var(--akey-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.akey-voice-card h2,
.akey-voice-card h3 {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}

.akey-voice-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.akey-link-button--center {
  margin-right: auto;
  margin-left: auto;
}

.akey-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.akey-review-card {
  min-height: 210px;
  padding: 26px;
  background: var(--akey-white);
  border: 1px solid var(--akey-line);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.akey-review-card__body {
  margin: 0;
  color: var(--akey-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.akey-review-card__name {
  margin: 22px 0 0;
  color: var(--akey-red);
  font-size: 13px;
  font-weight: 900;
}

.akey-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.akey-media-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  min-height: 210px;
  padding: 24px;
  color: var(--akey-ink);
  background: var(--akey-paper);
  border: 1px solid var(--akey-line);
  text-decoration: none;
}

.akey-media-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: contain;
  background: #fff;
}

.akey-media-card > span,
.akey-media-card div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  color: var(--akey-white);
  background: var(--akey-red);
  font-size: 12px;
  font-weight: 900;
}

.akey-media-card > span {
  width: 92px;
  height: 92px;
  padding: 0;
}

.akey-media-card div {
  display: grid;
  align-content: center;
  gap: 10px;
}

.akey-media-card p {
  margin: 0;
  color: var(--akey-red);
  font-size: 13px;
  font-weight: 900;
}

.akey-media-card h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}

.akey-policy-grid,
.akey-meetup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.akey-policy-card {
  min-height: 260px;
  padding: 34px 28px;
  color: var(--akey-white);
  background: var(--akey-black);
}

.akey-policy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.akey-policy-card h3 {
  margin: 4px 0 28px;
  color: var(--akey-white);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.akey-policy-card span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.akey-home-message {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  width: min(100% - 40px, var(--akey-max));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 112px) 0;
  border-top: 1px solid var(--akey-line);
}

.akey-home-message__body h2 {
  margin: 0 0 28px;
  color: var(--akey-black);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.akey-home-message__body p {
  margin: 0 0 18px;
  color: var(--akey-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.akey-home-message > img {
  display: block;
  width: 100%;
  height: auto;
}

.akey-home-section--meetups {
  width: 100%;
  padding-right: max(20px, calc((100vw - var(--akey-max)) / 2));
  padding-left: max(20px, calc((100vw - var(--akey-max)) / 2));
  background: var(--akey-paper);
}

.akey-meetup-card {
  min-height: 420px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--akey-white);
  border: 1px solid var(--akey-line);
}

.akey-meetup-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
  object-fit: contain;
  background: #fff;
}

.akey-meetup-card__en {
  min-height: 46px;
  margin: 0 0 24px;
  color: var(--akey-red);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.akey-meetup-card h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.akey-meetup-card__lead {
  margin: 12px 0 0;
  color: var(--akey-black);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
}

.akey-meetup-card__body {
  margin: 20px 0 0;
  color: var(--akey-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.akey-meetup-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.akey-meetup-card li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 10px;
  color: var(--akey-black);
  background: var(--akey-paper);
  font-size: 14px;
  font-weight: 900;
}

.akey-meetup-card li img {
  display: block;
  width: 86px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
}

.akey-meetup-card li span {
  line-height: 1.55;
}

.akey-home-cta {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: clamp(64px, 9vw, 110px) 20px;
  color: var(--akey-white);
  text-align: center;
  background: var(--akey-red);
}

.akey-home-cta p,
.akey-home-cta h2,
.akey-home-cta span {
  max-width: 900px;
  margin: 0;
}

.akey-home-cta p {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.25;
}

.akey-home-cta h2 {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

.akey-home-cta span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.akey-home-cta .akey-button {
  margin-top: 12px;
  color: var(--akey-red);
  background: var(--akey-white);
  border-color: var(--akey-white);
}

.akey-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
  padding: 38px 0 48px;
  background: var(--akey-white);
  color: var(--akey-ink);
}

.akey-footer a {
  color: var(--akey-ink);
  text-decoration: none;
}

.akey-footer__social,
.akey-footer__links {
  display: flex;
  gap: 10px;
}

.akey-footer__social {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: start;
  min-height: 58px;
}

.akey-footer__links {
  grid-column: 1 / -1;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 13px;
}

.akey-footer__social p,
.akey-footer__name {
  margin-top: 0;
  font-weight: 900;
}

.akey-footer__social p {
  margin: 0 18px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.akey-footer__social a {
  font-size: 0;
  font-weight: 900;
}

.akey-footer__social a::before {
  font-size: 24px;
}

.akey-footer__social a:nth-of-type(1)::before {
  content: "f";
}

.akey-footer__social a:nth-of-type(2)::before {
  content: "X";
}

.akey-footer__social a:nth-of-type(3)::before {
  content: "▶";
  font-size: 24px;
}

.akey-footer__social a:nth-of-type(4)::before {
  content: "in";
  font-size: 24px;
}

.akey-footer__info {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-self: center;
  max-width: 330px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.akey-footer__name {
  margin-bottom: 14px;
}

.akey-footer__copy {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--akey-ink);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 840px) {
  .akey-header {
    min-height: 58px;
  }

  .akey-header__brand {
    width: 112px;
    height: 58px;
  }

  .akey-header__brand img {
    width: 98px;
  }

  .akey-header__nav {
    display: none;
  }

  .akey-mobile-menu {
    top: 58px;
  }

  .akey-mobile-menu a {
    font-size: 14px;
  }

  .akey-menu-button {
    display: block;
  }

  .akey-voice-grid,
  .akey-review-grid,
  .akey-media-grid,
  .akey-policy-grid,
  .akey-meetup-grid {
    grid-template-columns: 1fr;
  }

  .akey-home-achievements,
  .akey-home-message {
    grid-template-columns: 1fr;
  }

  .akey-media-card,
  .akey-news-item,
  .akey-post-list__item {
    grid-template-columns: 1fr;
  }

  .akey-post-list__item time {
    grid-row: auto;
  }

  .akey-service-item,
  .akey-service-item.is-reverse {
    grid-template-columns: 1fr;
  }

  .akey-service-item.is-reverse .akey-service-item__body,
  .akey-service-item.is-reverse .akey-dummy-image {
    grid-column: auto;
    grid-row: auto;
  }

  .akey-media-card > span,
  .akey-media-card div > span {
    grid-row: auto;
    width: fit-content;
    height: auto;
    min-height: 40px;
    padding: 0 14px;
  }

  .akey-data-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .akey-footer {
    grid-template-columns: 1fr;
  }

  .akey-footer__social,
  .akey-footer__info,
  .akey-footer__links,
  .akey-footer__copy {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .akey-footer__social {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .akey-header {
    min-height: 66px;
    padding: 0 18px;
  }

  .akey-home-hero {
    min-height: min(154vw, calc(100vh - 66px));
    background-image: url("../images/s-1080x1659_v-fms_webp_0284521a-8f38-4108-9a19-578d0c1ab093.png");
    background-position: center top;
  }

  .akey-section,
  .akey-home-achievements,
  .akey-home-section,
  .akey-home-message,
  .akey-list-page,
  .akey-lower-section,
  .akey-news-page,
  .akey-footer {
    width: min(100% - 32px, var(--akey-max));
  }

  .akey-achievement-card {
    min-height: 132px;
    padding: 24px;
  }

  .akey-achievement-card p,
  .akey-achievement-card span {
    font-size: 18px;
  }

  .akey-media-card > img {
    min-height: 190px;
  }

  .akey-meetup-card li {
    grid-template-columns: 1fr;
  }

  .akey-meetup-card li img {
    width: 100%;
  }

  .akey-company-vision {
    width: min(100% - 32px, var(--akey-max));
    padding: 92px 0 116px;
  }

  .akey-company-vision h1 {
    font-size: 32px;
  }

  .akey-news-page {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .akey-news-page__head {
    margin-bottom: 56px;
  }

  .akey-voice-card,
  .akey-policy-card,
  .akey-meetup-card {
    min-height: auto;
  }
}


/* Migrated CMS: blog index and article detail */
.akey-cms-main {
  min-height: 70vh;
  background: #fff;
}

.akey-cms-index,
.akey-cms-article {
  width: min(100% - 40px, 1220px);
  margin: 0 auto;
}

.akey-cms-index {
  padding: clamp(64px, 8vw, 112px) 0 clamp(96px, 12vw, 160px);
}

.akey-cms-index__head {
  max-width: 760px;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.akey-cms-index__head h1 {
  margin: 8px 0 18px;
  color: var(--akey-ink);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.15;
}

.akey-cms-index__head > p:last-child {
  margin: 0;
  color: var(--akey-muted);
  font-size: 17px;
  line-height: 1.9;
}

.akey-cms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px) 32px;
}

.akey-cms-card {
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--akey-ink);
  background: #fff;
  text-decoration: none;
  border-bottom: 2px solid var(--akey-black);
}

.akey-cms-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--akey-paper);
}

.akey-cms-card > div {
  padding: 22px 4px 26px;
}

.akey-cms-card time,
.akey-cms-article time {
  color: var(--akey-muted);
  font-size: 14px;
  font-weight: 700;
}

.akey-cms-card h2 {
  margin: 10px 0 12px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.5;
}

.akey-cms-card p {
  margin: 0;
  color: var(--akey-muted);
  font-size: 15px;
  line-height: 1.8;
}

.akey-cms-card:hover h2 {
  color: var(--akey-red);
}

.akey-cms-article {
  max-width: 980px;
  padding: clamp(44px, 7vw, 92px) 0 clamp(96px, 12vw, 160px);
}

.akey-cms-back {
  display: inline-flex;
  margin-bottom: clamp(36px, 5vw, 64px);
  color: var(--akey-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.akey-cms-article__head {
  max-width: 920px;
  margin-bottom: 36px;
}

.akey-cms-article__head h1 {
  margin: 12px 0 20px;
  color: var(--akey-ink);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.akey-cms-article__cover,
.akey-cms-article__body img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: var(--akey-paper);
}

.akey-cms-article__cover {
  max-height: 620px;
  margin-bottom: clamp(48px, 7vw, 84px);
}

.akey-cms-article__body {
  max-width: 820px;
  margin: 0 auto;
}

.akey-cms-article__body h2 {
  margin: clamp(60px, 8vw, 92px) 0 26px;
  padding: 16px 20px;
  color: #fff;
  background: var(--akey-red);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.akey-cms-article__body h3 {
  margin: 48px 0 20px;
  padding-left: 18px;
  color: var(--akey-ink);
  font-size: clamp(21px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.55;
  border-left: 5px solid var(--akey-red);
}

.akey-cms-article__body h4 {
  margin: 36px 0 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.akey-cms-article__body p {
  margin: 0 0 22px;
  color: var(--akey-ink);
  font-size: 16px;
  line-height: 2;
}

.akey-cms-article__body img {
  margin: 34px 0 44px;
}

.akey-cms-article__body figure {
  margin: 34px 0 44px;
}

.akey-cms-article__body figure img {
  margin: 0;
}

.akey-cms-article__body ul,
.akey-cms-article__body ol {
  margin: 0 0 28px;
  padding-left: 1.6em;
}

.akey-cms-article__body li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.akey-cms-article__body li p {
  margin-bottom: 0;
}

.akey-video-embed {
  width: 100%;
  margin: 40px 0;
  aspect-ratio: 16 / 9;
}

.akey-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.akey-cms-article__foot {
  display: flex;
  justify-content: center;
  margin-top: clamp(72px, 10vw, 120px);
  padding-top: 44px;
  border-top: 1px solid var(--akey-line);
}

@media (max-width: 767px) {
  .akey-cms-index,
  .akey-cms-article {
    width: min(100% - 32px, 1220px);
  }

  .akey-cms-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .akey-cms-card h2 {
    font-size: 21px;
  }

  .akey-cms-article__head h1 {
    font-size: 30px;
    line-height: 1.45;
  }

  .akey-cms-article__cover {
    margin-bottom: 44px;
  }

  .akey-cms-article__body h2 {
    margin-top: 54px;
    padding: 14px 16px;
    font-size: 23px;
  }

  .akey-cms-article__body h3 {
    margin-top: 38px;
    font-size: 21px;
  }

  .akey-cms-article__body p {
    font-size: 15px;
    line-height: 1.95;
  }
}

/* TOP: current production visual parity (2026-07-21) */
.akey-main--home .akey-home-section,
.akey-home-reason {
  width: min(100% - 40px, 1220px);
  border-top: 0;
}

.akey-home-reason {
  margin: 0 auto;
  padding: 68px 0 72px;
}

.akey-home-reason .akey-home-section__head,
.akey-main--home .akey-home-section__head {
  gap: 0;
  margin-bottom: 34px;
}

.akey-home-reason .akey-section-label,
.akey-main--home .akey-home-section__head .akey-section-label {
  color: #ef321f;
  font-size: 25.6px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.akey-home-reason .akey-home-section__head h2,
.akey-main--home .akey-home-section__head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.akey-home-reason__visual {
  display: block;
  width: min(100%, 1048px);
  height: auto;
  margin: 0 auto;
}

.akey-link-button--wide {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 719px);
  min-height: 83px;
  margin: 34px auto 0;
  padding: 10px 24px;
  color: #fff;
  background: #ef321f;
  border-color: #ef321f;
  border-radius: 14px;
  text-align: center;
}

.akey-link-button--wide strong {
  font-size: 36px;
  line-height: 1.05;
}

.akey-link-button--wide span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}

.akey-main--home .akey-home-section {
  padding: 70px 0;
}

.akey-home-section--voices {
  padding-top: 0 !important;
  padding-bottom: 72px !important;
}

.akey-voice-grid {
  display: flex;
  gap: 0;
  overflow: hidden;
  scroll-snap-type: x mandatory;
}

.akey-voice-card {
  position: relative;
  display: block;
  flex: 0 0 100%;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  background: #1d1d1d;
  scroll-snap-align: start;
}

.akey-voice-card:nth-child(7) {
  order: -1;
}

.akey-voice-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akey-voice-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.88));
  content: "";
}

.akey-voice-card__content {
  position: absolute;
  z-index: 1;
  right: 80px;
  bottom: 66px;
  left: 80px;
}

.akey-voice-card__tag {
  display: inline-block;
  margin-bottom: 18px;
}

.akey-voice-card h3 {
  max-width: 1060px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.akey-voice-card p {
  font-size: 16px;
  line-height: 1.35;
}

.akey-home-section--voices .akey-link-button {
  width: min(100%, 500px);
  min-height: 50px;
  margin-top: 40px;
  color: #fff;
  background: #ef4939;
  border-color: #ef4939;
  border-radius: 14px;
}

.akey-home-section--reviews {
  padding-top: 0 !important;
  padding-bottom: 70px !important;
}

.akey-home-section--reviews .akey-home-section__head {
  margin-bottom: 38px;
}

.akey-review-grid {
  display: flex;
  gap: 30px;
  align-items: start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.akey-review-grid::-webkit-scrollbar {
  display: none;
}

.akey-review-card,
.akey-review-grid iframe,
.akey-review-grid > div {
  flex: 0 0 calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3) !important;
  min-width: 0 !important;
  min-height: 600px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  box-shadow: none;
  scroll-snap-align: start;
}

.akey-review-card:not(.twitter-tweet-rendered) {
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
}

.akey-home-section--media {
  padding-top: 0 !important;
  padding-bottom: 42px !important;
}

.akey-home-section--media .akey-home-section__head {
  margin-bottom: 38px;
}

.akey-media-grid {
  display: grid;
  grid-template-columns: 481px minmax(0, 1fr);
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 14px 42px;
  min-height: 760px;
}

.akey-media-card {
  gap: 14px;
  min-height: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.akey-media-card:nth-child(1),
.akey-media-card:nth-child(2) {
  grid-column: 1;
  display: block;
}

.akey-media-card:nth-child(1) {
  grid-row: 1 / span 2;
}

.akey-media-card:nth-child(2) {
  grid-row: 3 / span 2;
}

.akey-media-card:nth-child(n + 3) {
  grid-column: 2;
  display: grid;
  grid-template-columns: 291px minmax(0, 1fr);
}

.akey-media-card:nth-child(3) { grid-row: 1; }
.akey-media-card:nth-child(4) { grid-row: 2; }
.akey-media-card:nth-child(5) { grid-row: 3; }
.akey-media-card:nth-child(6) { grid-row: 4; }

.akey-media-card > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.akey-media-card:nth-child(1) > img,
.akey-media-card:nth-child(2) > img {
  height: auto;
  aspect-ratio: 16 / 9;
}

.akey-media-card div {
  gap: 4px;
  padding: 8px 0 0;
}

.akey-media-card:nth-child(n + 3) div {
  padding: 10px 0;
}

.akey-media-card div > span {
  min-height: 0;
  padding: 0;
  color: #ef321f;
  background: transparent;
  font-size: 12px;
}

.akey-media-card p {
  font-size: 19px;
  color: #222;
}

.akey-media-card h3 {
  color: #777;
  font-size: 11.2px;
  font-weight: 400;
  line-height: 1.4;
}

.akey-media-card:nth-child(1) p,
.akey-media-card:nth-child(2) p {
  font-size: 22.4px;
  font-weight: 900;
}

.akey-home-section--policy {
  padding-top: 0 !important;
  padding-bottom: 42px !important;
}

.akey-home-section--policy .akey-home-section__head {
  margin-bottom: 36px;
}

.akey-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.akey-policy-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  min-height: 110px;
  padding: 18px 20px;
  color: #222;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.akey-policy-card p {
  margin: 0;
  color: #222;
  font-size: 22.4px;
  line-height: 1.15;
}

.akey-policy-card h3 {
  margin: 0;
  color: #ef321f;
  font-size: 32px;
  line-height: 1.15;
}

.akey-policy-card span {
  flex: 0 0 100%;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
}

.akey-home-section--meetups {
  width: min(100% - 40px, 1220px) !important;
  padding: 24px 0 80px !important;
  background: #fff;
}

.akey-home-section--meetups .akey-home-section__head {
  margin-bottom: 78px;
}

.akey-meetup-grid {
  display: block;
}

.akey-meetup-card {
  min-height: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.akey-meetup-card + .akey-meetup-card {
  margin-top: 90px;
}

.akey-meetup-card--1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 610px;
  grid-template-rows: 96px auto auto 1fr;
  column-gap: 30px;
  min-height: 450px;
}

.akey-meetup-card--1 .akey-meetup-card__image {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 610px;
  height: 450px;
  margin: 0;
  object-fit: contain;
}

.akey-meetup-card--1 .akey-meetup-card__en,
.akey-meetup-card--1 h3,
.akey-meetup-card--1 .akey-meetup-card__body {
  grid-column: 1;
}

.akey-meetup-card__en {
  min-height: 0;
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.akey-meetup-card__en::first-letter {
  color: #ef321f;
}

.akey-meetup-card h3 {
  font-size: 28.8px;
}

.akey-meetup-card__lead {
  margin: 0;
  font-size: 17.6px;
}

.akey-meetup-card__body {
  margin-top: 28px;
  font-size: 11.2px;
  font-weight: 500;
  line-height: 1.45;
}

.akey-meetup-card--2 {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 18px;
  align-items: end;
}

.akey-meetup-card--2 .akey-meetup-card__en {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 6px;
}

.akey-meetup-card--2 h3 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

.akey-meetup-card--2 .akey-meetup-card__lead {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  margin: 0 0 2px;
}

.akey-meetup-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
  margin: 34px 0 0;
}

.akey-meetup-card--2 ul,
.akey-meetup-card--3 ul {
  grid-column: 1 / -1;
}

.akey-meetup-card--2 ul {
  grid-row: 3;
}

.akey-meetup-card li {
  display: block;
  min-height: 0;
  padding: 0;
  background: #fff;
  text-align: center;
}

.akey-meetup-card li img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: contain;
}

.akey-meetup-card li span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.akey-meetup-card--3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 610px;
  column-gap: 30px;
  align-items: start;
  padding-top: 20px;
}

.akey-meetup-card--3 .akey-meetup-card__en,
.akey-meetup-card--3 h3,
.akey-meetup-card--3 .akey-meetup-card__lead,
.akey-meetup-card--3 .akey-meetup-card__body {
  grid-column: 1;
}

.akey-meetup-card--3 ul {
  grid-column: 2;
  grid-row: 1 / span 5;
  gap: 34px 30px;
  margin: 0;
}

.akey-meetup-card--3 li img {
  aspect-ratio: 1.82 / 1;
}

.akey-meetup-card--3 li span {
  color: #ef321f;
}

.akey-home-cta {
  gap: 14px;
  min-height: 306px;
  padding: 68px 20px;
  background: #b92314;
}

.akey-home-cta p {
  font-size: 48px;
}

.akey-home-cta h2 {
  font-size: 25.6px;
}

.akey-home-contact-panel {
  display: grid;
  place-items: center;
  min-height: 194px;
  padding: 34px 20px;
  background: #fff;
}

.akey-home-contact-panel .akey-link-button--wide {
  margin-top: 0;
}

@media (min-width: 841px) {
  .akey-home-section--reviews {
    min-height: 1308px;
  }

  .akey-home-section--meetups {
    padding-bottom: 298px !important;
  }

}

@media (min-width: 841px) and (max-width: 960px) {
  .akey-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }

  .akey-media-card,
  .akey-media-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    display: block;
  }

  .akey-media-card:nth-child(n) > img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .akey-meetup-card--1,
  .akey-meetup-card--3 {
    grid-template-columns: 1fr;
  }

  .akey-meetup-card--1 .akey-meetup-card__image,
  .akey-meetup-card--1 .akey-meetup-card__en,
  .akey-meetup-card--1 h3,
  .akey-meetup-card--1 .akey-meetup-card__body,
  .akey-meetup-card--3 .akey-meetup-card__en,
  .akey-meetup-card--3 h3,
  .akey-meetup-card--3 .akey-meetup-card__lead,
  .akey-meetup-card--3 .akey-meetup-card__body,
  .akey-meetup-card--3 ul {
    grid-column: 1;
    grid-row: auto;
  }

  .akey-meetup-card--1 .akey-meetup-card__image {
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .akey-meetup-card--3 ul {
    margin-top: 28px;
  }
}

@media (max-width: 840px) {
  .akey-main--home .akey-home-section,
  .akey-home-reason,
  .akey-home-section--meetups {
    width: min(100% - 48px, 700px) !important;
  }

  .akey-header {
    min-height: 58px;
  }

  .akey-header__brand {
    height: 58px;
  }

  .akey-voice-card {
    min-height: 560px;
  }

  .akey-voice-card__content {
    right: 34px;
    bottom: 42px;
    left: 34px;
  }

  .akey-voice-card h3 {
    font-size: 30px;
  }

  .akey-review-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .akey-review-grid::-webkit-scrollbar {
    display: none;
  }

  .akey-review-card,
  .akey-review-grid iframe,
  .akey-review-grid > div {
    flex: 0 0 min(330px, 86vw);
    scroll-snap-align: start;
  }

  .akey-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }

  .akey-media-card,
  .akey-media-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    display: block;
  }

  .akey-media-card:nth-child(n) > img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .akey-policy-grid {
    gap: 12px;
  }

  .akey-policy-card p {
    font-size: 17px;
  }

  .akey-policy-card h3 {
    font-size: 24px;
  }

  .akey-meetup-card--1,
  .akey-meetup-card--3 {
    grid-template-columns: 1fr;
  }

  .akey-meetup-card--1 .akey-meetup-card__image,
  .akey-meetup-card--1 .akey-meetup-card__en,
  .akey-meetup-card--1 h3,
  .akey-meetup-card--1 .akey-meetup-card__body,
  .akey-meetup-card--3 .akey-meetup-card__en,
  .akey-meetup-card--3 h3,
  .akey-meetup-card--3 .akey-meetup-card__lead,
  .akey-meetup-card--3 .akey-meetup-card__body,
  .akey-meetup-card--3 ul {
    grid-column: 1;
    grid-row: auto;
  }

  .akey-meetup-card--1 .akey-meetup-card__image {
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .akey-meetup-card--3 ul {
    margin-top: 28px;
  }

}

@media (max-width: 540px) {
  .akey-header {
    min-height: 58px;
    height: 58px;
    padding: 0 15px;
  }

  .akey-header__brand {
    width: 120px;
    height: 58px;
  }

  .akey-header__brand img {
    width: 120px;
  }

  .akey-mobile-menu {
    top: 58px;
  }

  .akey-main--home .akey-home-section,
  .akey-home-reason,
  .akey-home-section--meetups {
    width: min(100% - 58px, 700px) !important;
  }

  .akey-home-reason {
    padding: 34px 0 40px;
  }

  .akey-home-reason .akey-home-section__head,
  .akey-main--home .akey-home-section__head {
    margin-bottom: 22px;
  }

  .akey-home-reason .akey-home-section__head h2,
  .akey-main--home .akey-home-section__head h2 {
    font-size: 20px;
  }

  .akey-home-reason__visual {
    width: 100%;
  }

  .akey-link-button--wide {
    width: min(100%, 242px);
    min-height: 56px;
    margin-top: 18px;
    padding: 7px 10px;
    border-radius: 10px;
  }

  .akey-link-button--wide strong {
    font-size: 18px;
  }

  .akey-link-button--wide span {
    font-size: 6px;
  }

  .akey-main--home .akey-home-section {
    padding: 48px 0;
  }

  .akey-home-section--voices {
    width: min(100% - 30px, 700px) !important;
    padding-bottom: 54px !important;
  }

  .akey-voice-grid {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .akey-voice-grid::-webkit-scrollbar {
    display: none;
  }

  .akey-voice-card {
    flex-basis: 100%;
    min-height: 600px;
  }

  .akey-voice-card__content {
    right: 28px;
    bottom: 34px;
    left: 28px;
  }

  .akey-voice-card h3 {
    font-size: 23px;
    line-height: 1.3;
  }

  .akey-voice-card p {
    font-size: 12px;
  }

  .akey-home-section--voices .akey-link-button {
    width: 242px;
    margin-top: 14px;
  }

  .akey-home-section--reviews {
    width: min(100% - 58px, 700px) !important;
    padding-top: 0 !important;
    padding-bottom: 52px !important;
  }

  .akey-home-section--reviews .akey-home-section__head {
    margin-bottom: 42px;
  }

  .akey-review-card,
  .akey-review-grid iframe,
  .akey-review-grid > div {
    flex-basis: 330px;
    min-height: 500px;
  }

  .akey-home-section--media {
    width: min(100% - 58px, 700px) !important;
    padding-top: 0 !important;
    padding-bottom: 42px !important;
  }

  .akey-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .akey-media-card:nth-child(1),
  .akey-media-card:nth-child(2) {
    grid-column: 1 / -1;
  }

  .akey-media-card div {
    padding-top: 8px;
  }

  .akey-media-card p,
  .akey-media-card:nth-child(1) p,
  .akey-media-card:nth-child(2) p {
    font-size: 16px;
  }

  .akey-media-card h3 {
    font-size: 10px;
  }

  .akey-home-section--policy {
    width: min(100% - 58px, 700px) !important;
    padding-top: 0 !important;
    padding-bottom: 48px !important;
  }

  .akey-policy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .akey-policy-card {
    min-height: 108px;
  }

  .akey-policy-card p {
    font-size: 18px;
  }

  .akey-policy-card h3 {
    font-size: 26px;
  }

  .akey-home-section--meetups {
    padding-top: 28px !important;
    padding-bottom: 70px !important;
  }

  .akey-home-section--meetups .akey-home-section__head {
    margin-bottom: 64px;
  }

  .akey-meetup-card + .akey-meetup-card {
    margin-top: 60px;
  }

  .akey-meetup-card--1 {
    display: grid;
    grid-template-rows: auto;
    min-height: 0;
    text-align: center;
  }

  .akey-meetup-card--1 .akey-meetup-card__image {
    grid-row: 4;
  }

  .akey-meetup-card h3 {
    font-size: 24px;
  }

  .akey-meetup-card__body {
    margin-top: 28px;
    text-align: left;
  }

  .akey-meetup-card--2 {
    display: block;
    text-align: center;
  }

  .akey-meetup-card--2 h3 {
    margin-top: 8px;
  }

  .akey-meetup-card--2 .akey-meetup-card__lead {
    margin: 8px 0 0;
  }

  .akey-meetup-card ul,
  .akey-meetup-card--2 ul {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .akey-meetup-card li span {
    font-size: 13px;
  }

  .akey-meetup-card--3 {
    display: block;
  }

  .akey-meetup-card--3 .akey-meetup-card__lead {
    margin-top: 12px;
    font-size: 20px;
  }

  .akey-meetup-card--3 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }


  .akey-home-cta {
    gap: 16px;
    min-height: 209px;
    padding: 42px 18px;
  }

  .akey-home-cta p {
    font-size: 25.6px;
  }

  .akey-home-cta h2 {
    font-size: 18px;
  }

  .akey-home-cta span {
    font-size: 7px;
  }

  .akey-home-contact-panel {
    min-height: 108px;
    padding: 24px 20px;
  }
}


/* Image completion: interview list and services */
.akey-list-page--interview .akey-post-list__item {
  grid-template-columns: 118px minmax(260px, 36%) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: start;
}

.akey-list-page--interview .akey-post-list__item time {
  grid-column: 1;
  grid-row: 1 / 3;
}

.akey-post-list__image {
  grid-column: 2;
  grid-row: 1 / 3;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--akey-paper);
}

.akey-list-page--interview .akey-post-list__item h2,
.akey-list-page--interview .akey-post-list__item p {
  grid-column: 3;
}

.akey-service-item__image {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--akey-paper);
}

@media (max-width: 767px) {
  .akey-list-page--interview .akey-post-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .akey-list-page--interview .akey-post-list__item time,
  .akey-post-list__image,
  .akey-list-page--interview .akey-post-list__item h2,
  .akey-list-page--interview .akey-post-list__item p {
    grid-column: 1;
    grid-row: auto;
  }

  .akey-post-list__image {
    margin: 4px 0 6px;
  }

  .akey-service-item__image {
    min-height: 0;
  }
}


/* Lower-page fidelity: company vision and FAQ */
.akey-company-vision {
  position: relative;
  width: min(100% - 40px, 1220px);
  text-align: center;
}

.akey-company-vision::before,
.akey-company-vision::after {
  position: absolute;
  top: 50%;
  width: min(18vw, 240px);
  height: 1px;
  background: var(--akey-red);
  content: "";
}

.akey-company-vision::before {
  left: 0;
}

.akey-company-vision::after {
  right: 0;
}

.akey-company-vision p {
  text-align: center;
}

.akey-faq-list {
  display: grid;
  gap: 22px;
}

.akey-faq-block {
  display: grid;
  gap: 0;
}

.akey-faq-block > div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 20px 24px;
}

.akey-faq-block > div:first-child {
  color: #fff;
  background: var(--akey-red);
}

.akey-faq-block > div:last-child {
  color: var(--akey-ink);
  background: #fff0f0;
}

.akey-faq-block span,
.akey-faq-block h2,
.akey-faq-block p {
  margin: 0;
  color: inherit;
}

.akey-faq-block span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}

.akey-faq-block h2 {
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.65;
}

.akey-faq-block p {
  max-width: none;
  font-size: 16px;
  line-height: 1.9;
}

.akey-directory-search {
  max-width: 760px;
  margin: 0 auto 48px;
}

.akey-directory-search label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.akey-directory-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.akey-directory-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
}

.akey-directory-search button {
  min-width: 112px;
  min-height: 52px;
  border: 0;
  color: #fff;
  font-weight: 800;
  background: var(--akey-red);
}

.akey-directory-search__summary {
  margin: 0 0 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .akey-company-vision::before,
  .akey-company-vision::after {
    width: 42px;
  }

  .akey-faq-block > div {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 17px 16px;
  }

  .akey-directory-search > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .akey-directory-search button {
    width: 100%;
  }
}
