@charset "UTF-8";

:root {
  --nl-ink: #18312a;
  --nl-ink-deep: #10251f;
  --nl-green: #1f5a4e;
  --nl-green-soft: #dbe8e1;
  --nl-sage: #91a79b;
  --nl-copper: #b96c3f;
  --nl-cream: #f3f1ea;
  --nl-paper: #fbfaf6;
  --nl-white: #ffffff;
  --nl-line: #d8ddd7;
  --nl-muted: #627068;
  --nl-danger: #9f3e35;
  --nl-shadow: 0 22px 55px rgba(16, 37, 31, 0.1);
  --nl-radius: 4px;
  --nl-container: 1220px;
  --nl-gutter: clamp(20px, 4vw, 48px);
}

/* --------------------------------------------------------------
   Homepage article library and readable type scale / v3.1
-------------------------------------------------------------- */

.nl3-library {
  padding: clamp(82px, 8vw, 118px) 0;
  background: #fff;
}

.nl3-library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nl3-library-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--nl3-ink);
  border-radius: 22px 7px 22px 7px;
  box-shadow: 6px 6px 0 var(--nl3-ink);
}

.nl3-library-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e5ebef;
  border-bottom: 2px solid var(--nl3-ink);
}

.nl3-library-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nl3-library-card:hover .nl3-library-card__media img {
  transform: scale(1.035);
}

.nl3-library-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 24px 26px;
}

.nl3-library-card__category {
  margin: 0 0 10px !important;
  color: var(--nl3-red) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.nl3-library-card h3 {
  margin: 0;
  color: var(--nl3-ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.nl3-library-card__body > p:not(.nl3-library-card__category) {
  margin: 15px 0 22px;
  color: #52677a;
  font-size: 17px;
  line-height: 1.85;
}

@media (min-width: 901px) {
  .home .nakami-nav__list a {
    font-size: 14px;
  }

  .nl3-label {
    font-size: 14px;
  }

  .nl3-hero__description {
    font-size: 19px;
  }

  .nl3-button {
    font-size: 16px;
  }

  .nl3-hero__checks li {
    font-size: 14px;
  }

  .nl3-hero__visual figcaption strong {
    font-size: 16px;
  }

  .nl3-hero__visual figcaption span {
    font-size: 14px;
  }

  .nl3-section-heading > p {
    font-size: 17px;
  }

  .nl3-feature__category {
    font-size: 14px !important;
  }

  .nl3-feature h3 {
    font-size: 27px;
  }

  .nl3-feature--lead h3 {
    font-size: clamp(34px, 3vw, 42px);
  }

  .nl3-feature__body > p:not(.nl3-feature__category) {
    font-size: 17px;
  }

  .nl3-text-link {
    font-size: 15px;
  }

  .nl3-gems__heading > p:last-child {
    font-size: 17px;
  }

  .nl3-gem span {
    font-size: 13px;
  }

  .nl3-gem h3 {
    font-size: 25px;
  }

  .nl3-gem p {
    font-size: 16px;
  }

  .nl3-latest-row__body time {
    font-size: 13px;
  }

  .nl3-latest-row h3 {
    font-size: 24px;
  }

  .nl3-method h2 {
    font-size: 34px;
  }

  .nl3-method li strong {
    font-size: 16px;
  }

  .nl3-method li span {
    font-size: 14px;
  }

  .nl3-search__inner > div > p:last-child,
  .nl3-search button {
    font-size: 15px;
  }

  .nl3-search input {
    font-size: 17px;
  }

  .home .nakami-footer__brand > p,
  .home .nakami-footer__column a,
  .home .nakami-footer__bottom p {
    font-size: 14px;
  }

  .home .nakami-footer__column h2 {
    font-size: 16px;
  }
}

@media (max-width: 1160px) {
  .nl3-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .nl3-home {
    font-size: 16px;
  }

  .nl3-library {
    padding: 68px 0 76px;
  }

  .nl3-library__grid {
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .nl3-library-card {
    border-radius: 19px 6px 19px 6px;
    box-shadow: 5px 5px 0 var(--nl3-ink);
  }

  .nl3-library-card__body {
    padding: 21px 19px 24px;
  }

  .nl3-library-card__category {
    font-size: 13px !important;
  }

  .nl3-library-card h3 {
    font-size: 22px;
  }

  .nl3-library-card__body > p:not(.nl3-library-card__category) {
    font-size: 16px;
  }

  .nl3-label {
    font-size: 13px;
  }

  .nl3-hero__description {
    font-size: 17px;
  }

  .nl3-button {
    font-size: 16px;
  }

  .nl3-hero__checks li {
    font-size: 13px;
  }

  .nl3-hero__visual figcaption strong {
    font-size: 15px;
  }

  .nl3-hero__visual figcaption span {
    font-size: 13px;
  }

  .nl3-section-heading > p {
    font-size: 16px;
  }

  .nl3-feature__category {
    font-size: 13px !important;
  }

  .nl3-feature h3,
  .nl3-feature--lead h3 {
    font-size: 23px;
  }

  .nl3-feature__body > p:not(.nl3-feature__category) {
    font-size: 16px;
  }

  .nl3-text-link {
    font-size: 15px;
  }

  .nl3-gems__heading > p:last-child {
    font-size: 16px;
  }

  .nl3-gem span {
    font-size: 12px;
  }

  .nl3-gem h3 {
    font-size: 22px;
  }

  .nl3-gem p {
    font-size: 16px;
  }

  .nl3-latest-row__body time {
    font-size: 12px;
  }

  .nl3-latest-row h3 {
    font-size: 18px;
  }

  .nl3-method h2 {
    font-size: 26px;
  }

  .nl3-method li strong {
    font-size: 16px;
  }

  .nl3-method li span {
    font-size: 14px;
  }

  .nl3-search__inner > div > p:last-child,
  .nl3-search input,
  .nl3-search button {
    font-size: 16px;
  }

  .home .nakami-footer__brand > p,
  .home .nakami-footer__column a,
  .home .nakami-footer__bottom p {
    font-size: 14px;
  }

  .home .nakami-footer__column h2 {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------
   Reader-entry home / v3
-------------------------------------------------------------- */

:root {
  --nl3-ink: #081d34;
  --nl3-blue: #0b5cff;
  --nl3-red: #f22f38;
  --nl3-yellow: #ffe500;
  --nl3-mint: #78efcf;
  --nl3-sky: #dff5ff;
  --nl3-cream: #fff8dc;
  --nl3-paper: #f6f7f9;
  --nl3-line: #d9e1e8;
}

.home .nakami-header {
  height: 76px;
  color: var(--nl3-ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid var(--nl3-ink);
}

.home .nakami-header.is-scrolled {
  height: 68px;
}

.home .nakami-brand__mark {
  color: #fff;
  background: var(--nl3-blue);
  border-radius: 12px 12px 4px 12px;
  transform: rotate(-2deg);
}

.home .nakami-brand__type strong,
.home .nakami-nav__list a {
  color: var(--nl3-ink);
}

.home .nakami-brand__type small {
  color: #5d6e7d;
  font-family: inherit;
  letter-spacing: 0.08em;
}

.home .nakami-nav__list {
  gap: clamp(14px, 1.8vw, 27px);
}

.home .nakami-nav__list a {
  font-size: 12px;
  font-weight: 850;
}

.home .nakami-nav__list a::after {
  height: 4px;
  background: var(--nl3-yellow);
}

.home .nakami-icon-button,
.home .nakami-menu-button {
  color: var(--nl3-ink);
  border-color: var(--nl3-ink);
}

.nl3-home {
  color: var(--nl3-ink);
  background: #fff;
  overflow: clip;
}

.nl3-home a,
.nl3-home button {
  -webkit-tap-highlight-color: transparent;
}

.nl3-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--nl3-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.nl3-label::before {
  width: 20px;
  height: 5px;
  background: var(--nl3-red);
  border-radius: 999px;
  content: "";
  transform: rotate(-4deg);
}

.nl3-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 14%, rgba(255, 229, 0, 0.88) 0 80px, transparent 81px),
    linear-gradient(125deg, #fff 0 57%, #e9f8ff 57% 100%);
  border-bottom: 1px solid var(--nl3-line);
}

.nl3-hero::after {
  position: absolute;
  right: -42px;
  bottom: -56px;
  width: 180px;
  height: 180px;
  background: var(--nl3-mint);
  border-radius: 44% 56% 65% 35%;
  content: "";
  opacity: 0.72;
  transform: rotate(22deg);
}

.nl3-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(35px, 5vw, 78px);
  padding-top: 46px;
  padding-bottom: 46px;
}

.nl3-hero__copy {
  position: relative;
  z-index: 2;
}

.nl3-hero__copy h1 {
  max-width: 660px;
  margin: 0;
  color: var(--nl3-ink);
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.075em;
}

.nl3-hero__copy h1 em {
  position: relative;
  z-index: 0;
  color: var(--nl3-blue);
  font-style: normal;
}

.nl3-hero__copy h1 em::after {
  position: absolute;
  right: -5px;
  bottom: 3px;
  left: -4px;
  z-index: -1;
  height: 17px;
  background: var(--nl3-yellow);
  border-radius: 40% 15% 32% 21%;
  content: "";
  transform: rotate(-1.5deg);
}

.nl3-hero__description {
  max-width: 610px;
  margin: 25px 0 0;
  color: #3b5064;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.nl3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.nl3-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 22px;
  border: 2px solid var(--nl3-ink);
  border-radius: 15px 15px 4px 15px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 5px 5px 0 var(--nl3-ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nl3-button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--nl3-ink);
}

.nl3-button svg,
.nl3-text-link svg,
.nl3-problem svg,
.nl3-latest-row__arrow svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nl3-button--primary {
  color: #fff;
  background: var(--nl3-blue);
}

.nl3-button--secondary {
  color: var(--nl3-ink);
  background: #fff;
}

.nl3-button--light {
  color: var(--nl3-ink);
  background: var(--nl3-yellow);
}

.nl3-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.nl3-hero__checks li {
  padding: 6px 11px;
  color: #3b5064;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #cad7e1;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.nl3-hero__visual {
  position: relative;
  margin: 0;
  transform: rotate(1.2deg);
}

.nl3-hero__visual::before {
  position: absolute;
  inset: 15px -12px -14px 15px;
  z-index: -1;
  background: var(--nl3-red);
  border-radius: 40px 12px 45px 18px;
  content: "";
  transform: rotate(-2.5deg);
}

.nl3-hero__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #fff;
  border: 3px solid var(--nl3-ink);
  border-radius: 36px 12px 40px 16px;
}

.nl3-hero__visual figcaption {
  position: absolute;
  right: -12px;
  bottom: 18px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px;
  color: #fff;
  background: rgba(8, 29, 52, 0.94);
  border-radius: 15px 5px 15px 5px;
  box-shadow: 7px 7px 0 var(--nl3-yellow);
}

.nl3-hero__visual figcaption strong {
  font-size: 14px;
  white-space: nowrap;
}

.nl3-hero__visual figcaption span {
  color: #c8d8e6;
  font-size: 10px;
  line-height: 1.5;
}

.nl3-first,
.nl3-problems,
.nl3-latest {
  padding: clamp(74px, 8vw, 118px) 0;
}

.nl3-first {
  position: relative;
  background: var(--nl3-cream);
}

.nl3-first::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 35px;
  background: var(--nl3-cream);
  clip-path: polygon(0 50%, 4% 8%, 9% 73%, 15% 28%, 23% 86%, 31% 33%, 40% 81%, 49% 22%, 58% 72%, 68% 25%, 77% 83%, 86% 19%, 94% 72%, 100% 35%, 100% 100%, 0 100%);
  content: "";
}

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

.nl3-section-heading h2,
.nl3-gems__heading h2,
.nl3-search h2 {
  margin: 0;
  color: var(--nl3-ink);
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(35px, 4.6vw, 58px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.nl3-section-heading > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: #576a7c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.nl3-section-heading--first h2::after {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-left: 13px;
  color: #fff;
  background: var(--nl3-red);
  border-radius: 50% 45% 48% 42%;
  content: "!";
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  transform: rotate(8deg);
}

.nl3-first__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.nl3-feature {
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--nl3-ink);
  border-radius: 24px 8px 24px 8px;
  box-shadow: 7px 7px 0 var(--nl3-ink);
}

.nl3-feature--lead {
  grid-row: auto;
  grid-template-columns: 1fr;
}

.nl3-feature__media {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7ed;
}

.nl3-feature--lead .nl3-feature__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.nl3-feature__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nl3-feature:hover .nl3-feature__media img {
  transform: scale(1.035);
}

.nl3-feature__rank {
  position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  color: var(--nl3-ink);
  background: var(--nl3-yellow);
  border: 2px solid var(--nl3-ink);
  border-radius: 50% 40% 50% 42%;
  font-family: "Arial Black", sans-serif;
  font-size: 18px;
  box-shadow: 3px 3px 0 var(--nl3-ink);
  transform: rotate(-7deg);
}

.nl3-feature__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.nl3-feature--lead .nl3-feature__body {
  padding: 28px 30px 30px;
}

.nl3-feature__category {
  margin: 0 0 9px !important;
  color: var(--nl3-red) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em;
}

.nl3-feature h3 {
  margin: 0;
  color: var(--nl3-ink);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.38;
  letter-spacing: -0.04em;
}

.nl3-feature--lead h3 {
  font-size: clamp(27px, 3vw, 39px);
}

.nl3-feature__body > p:not(.nl3-feature__category) {
  margin: 14px 0 19px;
  color: #53677a;
  font-size: 13px;
  line-height: 1.85;
}

.nl3-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  margin-top: auto;
  color: var(--nl3-blue);
  border-bottom: 3px solid var(--nl3-yellow);
  font-size: 12px;
  font-weight: 950;
}

.nl3-problems {
  background: #fff;
}

.nl3-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--nl3-ink);
  border-left: 2px solid var(--nl3-ink);
}

.nl3-problem {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 47px 1fr auto;
  align-content: center;
  align-items: center;
  gap: 5px 13px;
  padding: 23px;
  color: var(--nl3-ink);
  background: #fff;
  border-right: 2px solid var(--nl3-ink);
  border-bottom: 2px solid var(--nl3-ink);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nl3-problem:nth-child(2n) { background: var(--nl3-sky); }
.nl3-problem:nth-child(3n) { background: #fff3f3; }
.nl3-problem:nth-child(4n) { background: #effff9; }

.nl3-problem:hover {
  z-index: 1;
  background: var(--nl3-yellow);
  transform: translateY(-5px);
}

.nl3-problem > span {
  display: grid;
  width: 47px;
  height: 47px;
  grid-row: span 2;
  place-items: center;
  color: #fff;
  background: var(--nl3-blue);
  border-radius: 14px 5px 14px 5px;
  font-size: 15px;
  font-weight: 950;
}

.nl3-problem strong {
  font-size: 14px;
  line-height: 1.45;
}

.nl3-problem small {
  color: #657687;
  font-size: 10px;
  line-height: 1.5;
}

.nl3-problem > svg {
  width: 18px;
  grid-column: 3;
  grid-row: 1 / span 2;
}

.nl3-gems {
  position: relative;
  padding: clamp(78px, 9vw, 128px) 0;
  color: #fff;
  background: var(--nl3-ink);
  overflow: hidden;
}

.nl3-gems::before {
  position: absolute;
  top: -130px;
  left: -100px;
  width: 330px;
  height: 330px;
  background: var(--nl3-blue);
  border-radius: 44% 56% 62% 38%;
  content: "";
  opacity: 0.75;
}

.nl3-gems::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 350px;
  height: 350px;
  background: var(--nl3-yellow);
  border-radius: 50%;
  content: "";
  opacity: 0.16;
}

.nl3-gems__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 8vw, 115px);
}

.nl3-gems .nl3-label {
  color: var(--nl3-yellow);
}

.nl3-gems__heading h2 {
  color: #fff;
  font-size: clamp(35px, 4.3vw, 55px);
}

.nl3-gems__heading > p:last-child {
  margin: 25px 0 0;
  color: #aebfce;
  font-size: 13px;
  line-height: 1.9;
}

.nl3-gems__list {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.nl3-gem {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.nl3-gem__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #1b3952;
  border-radius: 18px 4px 18px 4px;
}

.nl3-gem__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nl3-gem > div {
  align-self: center;
}

.nl3-gem span {
  color: var(--nl3-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nl3-gem h3 {
  margin: 6px 0 7px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.nl3-gem p {
  margin: 0;
  color: #aebfce;
  font-size: 11px;
  line-height: 1.7;
}

.nl3-latest {
  background: var(--nl3-paper);
}

.nl3-section-heading--compact {
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 4px solid var(--nl3-ink);
}

.nl3-section-heading--compact h2 {
  font-size: clamp(34px, 4vw, 49px);
}

.nl3-latest__list {
  background: #fff;
  border-bottom: 2px solid var(--nl3-ink);
}

.nl3-latest-row {
  display: grid;
  min-height: 132px;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 15px 22px 15px 15px;
  border-top: 2px solid var(--nl3-ink);
}

.nl3-latest-row__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e4e9ed;
  border-radius: 14px 4px 14px 4px;
}

.nl3-latest-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nl3-latest-row__body time {
  color: var(--nl3-red);
  font-size: 10px;
  font-weight: 900;
}

.nl3-latest-row h3 {
  margin: 7px 0 0;
  color: var(--nl3-ink);
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.5;
}

.nl3-latest-row h3 a:hover {
  color: var(--nl3-blue);
}

.nl3-latest-row__arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--nl3-blue);
  border-radius: 50%;
}

.nl3-method {
  color: #fff;
  background: var(--nl3-blue);
  border-top: 8px solid var(--nl3-yellow);
}

.nl3-method__inner {
  display: grid;
  min-height: 215px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(460px, 1.25fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
  padding-top: 34px;
  padding-bottom: 34px;
}

.nl3-method .nl3-label {
  color: var(--nl3-yellow);
}

.nl3-method .nl3-label::before {
  background: #fff;
}

.nl3-method h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.45;
}

.nl3-method ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.32);
  list-style: none;
}

.nl3-method li {
  padding: 14px 16px;
  background: var(--nl3-blue);
}

.nl3-method li strong,
.nl3-method li span {
  display: block;
}

.nl3-method li strong {
  color: #fff;
  font-size: 12px;
}

.nl3-method li span {
  margin-top: 4px;
  color: #c9d9ff;
  font-size: 9px;
}

.nl3-search {
  padding: clamp(70px, 8vw, 105px) 0;
  background:
    linear-gradient(90deg, rgba(255, 229, 0, 0.58) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(rgba(255, 229, 0, 0.58) 1px, #fff 1px) 0 0 / 28px 28px;
}

.nl3-search__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.nl3-search h2 {
  font-size: clamp(31px, 3.6vw, 46px);
}

.nl3-search__inner > div > p:last-child {
  margin: 15px 0 0;
  color: #617283;
  font-size: 13px;
}

.nl3-search form {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--nl3-ink);
  border-radius: 18px 6px 18px 6px;
  box-shadow: 8px 8px 0 var(--nl3-ink);
}

.nl3-search input {
  min-width: 0;
  padding: 19px 20px;
  color: var(--nl3-ink);
  background: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

.nl3-search input:focus {
  outline: 4px solid var(--nl3-yellow);
  outline-offset: -4px;
}

.nl3-search button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 21px;
  color: #fff;
  background: var(--nl3-red);
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
}

.nl3-search button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.home .nakami-footer {
  background: var(--nl3-ink);
}

.home .nakami-brand--footer .nakami-brand__mark {
  color: #fff;
  background: var(--nl3-blue);
}

@media (max-width: 1160px) {
  .home .nakami-nav__list {
    gap: 13px;
  }

  .home .nakami-nav__list a {
    font-size: 11px;
  }

  .nl3-hero__grid {
    grid-template-columns: minmax(340px, 0.86fr) minmax(430px, 1.14fr);
  }

  .nl3-feature {
    grid-template-columns: 1fr;
  }

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

  .nl3-method__inner {
    grid-template-columns: minmax(260px, 0.8fr) minmax(440px, 1.2fr);
  }

  .nl3-method .nl3-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .home .nakami-nav {
    top: 72px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    max-width: none;
    height: calc(100dvh - 72px);
    justify-self: stretch;
    padding: 28px var(--nl-gutter);
    background: #fff;
  }

  .home.admin-bar .nakami-nav {
    top: 118px;
    height: calc(100dvh - 118px);
  }

  .home .nakami-nav__list a {
    font-size: 19px;
  }

  .nl3-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 54px;
    padding-bottom: 67px;
  }

  .nl3-hero__copy {
    max-width: 690px;
  }

  .nl3-hero__visual {
    max-width: 720px;
  }

  .nl3-first__grid {
    grid-template-columns: 1fr;
  }

  .nl3-feature--lead {
    grid-row: auto;
  }

  .nl3-feature:not(.nl3-feature--lead) {
    grid-template-columns: 1fr;
  }

  .nl3-gems__shell,
  .nl3-search__inner {
    grid-template-columns: 1fr;
  }

  .nl3-gems__heading {
    max-width: 650px;
  }

  .nl3-method__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home .nakami-header {
    height: 66px;
  }

  .home .nakami-header.is-scrolled {
    height: 62px;
  }

  .home .nakami-brand__mark {
    width: 38px;
    height: 38px;
  }

  .home .nakami-brand__type strong {
    font-size: 18px;
  }

  .home .nakami-brand__type small {
    display: none;
  }

  .home .nakami-nav {
    top: 66px;
    height: calc(100dvh - 66px);
  }

  .home.admin-bar .nakami-nav {
    top: 112px;
    height: calc(100dvh - 112px);
  }

  .nl3-label {
    font-size: 11px;
  }

  .nl3-hero {
    background:
      radial-gradient(circle at 6% 4%, rgba(255, 229, 0, 0.78) 0 62px, transparent 63px),
      linear-gradient(155deg, #fff 0 63%, #e9f8ff 63% 100%);
  }

  .nl3-hero__grid {
    gap: 37px;
    padding-top: 35px;
    padding-bottom: 52px;
  }

  .nl3-hero__copy h1 {
    font-size: clamp(43px, 12.2vw, 54px);
    line-height: 1.09;
  }

  .nl3-hero__copy h1 em::after {
    bottom: 1px;
    height: 12px;
  }

  .nl3-hero__description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.82;
  }

  .nl3-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .nl3-button {
    width: 100%;
    min-height: 54px;
    font-size: 13px;
  }

  .nl3-hero__checks {
    margin-top: 22px;
  }

  .nl3-hero__visual {
    margin-right: 5px;
    transform: rotate(0.8deg);
  }

  .nl3-hero__visual::before {
    inset: 9px -6px -9px 9px;
    border-radius: 23px 8px 25px 9px;
  }

  .nl3-hero__visual img {
    aspect-ratio: 4 / 3;
    border-radius: 22px 7px 24px 8px;
  }

  .nl3-hero__visual figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    padding: 12px 14px;
    margin: -18px 10px 0 18px;
    border-radius: 12px 4px 12px 4px;
  }

  .nl3-hero__visual figcaption strong,
  .nl3-hero__visual figcaption span {
    display: block;
  }

  .nl3-hero__visual figcaption span {
    margin-top: 4px;
  }

  .nl3-first,
  .nl3-problems,
  .nl3-latest {
    padding: 68px 0;
  }

  .nl3-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
  }

  .nl3-section-heading h2,
  .nl3-gems__heading h2,
  .nl3-search h2 {
    font-size: 35px;
  }

  .nl3-section-heading--first h2 {
    font-size: 30px;
    letter-spacing: -0.07em;
  }

  .nl3-section-heading--first h2::after {
    display: none;
  }

  .nl3-first__grid {
    gap: 16px;
  }

  .nl3-feature,
  .nl3-feature:not(.nl3-feature--lead) {
    display: block;
    border-radius: 19px 6px 19px 6px;
    box-shadow: 5px 5px 0 var(--nl3-ink);
  }

  .nl3-feature__media,
  .nl3-feature--lead .nl3-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .nl3-feature__body,
  .nl3-feature--lead .nl3-feature__body {
    padding: 21px 19px 23px;
  }

  .nl3-feature h3,
  .nl3-feature--lead h3 {
    font-size: 24px;
  }

  .nl3-feature__body > p:not(.nl3-feature__category) {
    font-size: 14px;
  }

  .nl3-problems__grid {
    grid-template-columns: 1fr;
  }

  .nl3-problem {
    min-height: 128px;
    padding: 18px;
  }

  .nl3-problem small {
    font-size: 11px;
  }

  .nl3-gems {
    padding: 72px 0;
  }

  .nl3-gems__shell {
    gap: 38px;
  }

  .nl3-gem {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 0 24px;
  }

  .nl3-gem__media {
    aspect-ratio: 16 / 9;
  }

  .nl3-gem h3 {
    font-size: 19px;
  }

  .nl3-gem p {
    font-size: 13px;
  }

  .nl3-section-heading--compact {
    align-items: flex-start;
  }

  .nl3-latest-row {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    min-height: 110px;
    padding: 12px;
  }

  .nl3-latest-row h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .nl3-latest-row__arrow {
    display: none;
  }

  .nl3-method__inner {
    gap: 27px;
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .nl3-method h2 {
    font-size: 24px;
  }

  .nl3-method ul {
    grid-template-columns: 1fr;
  }

  .nl3-method li span {
    font-size: 11px;
  }

  .nl3-search {
    padding: 67px 0 76px;
  }

  .nl3-search__inner {
    gap: 29px;
  }

  .nl3-search form {
    grid-template-columns: 1fr;
  }

  .nl3-search input {
    width: 100%;
    padding: 17px 16px;
  }

  .nl3-search button {
    min-height: 50px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nl3-feature__media img,
  .nl3-problem,
  .nl3-button {
    transition: none;
  }
}

.nakami-site,
.nakami-site * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body.nakami-site {
  margin: 0;
  color: var(--nl-ink);
  background: var(--nl-paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nakami-site.is-search-open,
body.nakami-site.is-menu-open {
  overflow: hidden;
}

.nakami-site img {
  max-width: 100%;
  height: auto;
}

.nakami-site a {
  color: inherit;
  text-decoration: none;
}

.nakami-site button,
.nakami-site input,
.nakami-site select,
.nakami-site textarea {
  font: inherit;
}

.nakami-site button {
  color: inherit;
}

.nakami-site svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nakami-site :focus-visible {
  outline: 3px solid #d69365;
  outline-offset: 4px;
}

.nakami-container {
  width: min(calc(100% - (var(--nl-gutter) * 2)), var(--nl-container));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  transform: translateY(-160%);
  padding: 12px 18px;
  color: var(--nl-white) !important;
  background: var(--nl-ink-deep);
  border-radius: 3px;
  transition: transform 0.2s ease;
}

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

.nakami-kicker {
  margin: 0 0 18px;
  color: var(--nl-copper);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.nakami-section-number {
  margin: 0;
  color: var(--nl-sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 120px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.nakami-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 13px 21px 13px 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nakami-button svg,
.nakami-text-link svg {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.nakami-button:hover,
.nakami-button:focus-visible {
  transform: translateY(-2px);
}

.nakami-button:hover svg,
.nakami-text-link:hover svg,
.nakami-text-link:focus-visible svg {
  transform: translateX(4px);
}

.nakami-button--primary {
  color: var(--nl-white) !important;
  background: var(--nl-green);
  box-shadow: 0 10px 30px rgba(31, 90, 78, 0.2);
}

.nakami-button--primary:hover {
  background: var(--nl-ink-deep);
}

.nakami-button--outline {
  color: var(--nl-ink) !important;
  background: transparent;
  border-color: var(--nl-ink);
}

.nakami-button--outline:hover {
  color: var(--nl-white) !important;
  background: var(--nl-ink);
}

.nakami-button--light {
  color: var(--nl-ink-deep) !important;
  background: var(--nl-white);
}

.nakami-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 5px;
  color: var(--nl-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--nl-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.nakami-utility {
  position: relative;
  z-index: 1001;
  min-height: 34px;
  color: #eaf1ed;
  background: var(--nl-ink-deep);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.nakami-utility__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nakami-utility p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.nakami-utility p span {
  width: 6px;
  height: 6px;
  background: #d69365;
  border-radius: 50%;
}

.nakami-utility a {
  color: #dce9e2;
}

.nakami-utility a:hover {
  color: var(--nl-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nakami-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 86px;
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(24, 49, 42, 0.11);
  backdrop-filter: blur(16px);
  transition: height 0.25s ease, box-shadow 0.25s ease;
}

.admin-bar .nakami-header {
  top: 32px;
}

.nakami-header.is-scrolled {
  height: 74px;
  box-shadow: 0 9px 30px rgba(16, 37, 31, 0.08);
}

.nakami-header__inner {
  display: grid;
  height: 100%;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(30px, 5vw, 74px);
}

.nakami-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.nakami-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--nl-green);
  background: var(--nl-green-soft);
  border-radius: 50%;
}

.nakami-brand__mark svg {
  width: 29px;
  height: 29px;
  stroke-width: 1.7;
}

.nakami-brand__type {
  display: grid;
  gap: 5px;
}

.nakami-brand__type strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.nakami-brand__type small {
  color: var(--nl-muted);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.nakami-nav {
  justify-self: end;
}

.nakami-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 36px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.nakami-nav__list li {
  padding: 0;
  margin: 0;
}

.nakami-nav__list a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: var(--nl-ink);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.nakami-nav__list a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--nl-copper);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.nakami-nav__list a:hover::after,
.nakami-nav__list .current-menu-item a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nakami-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nakami-icon-button,
.nakami-menu-button {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  color: var(--nl-ink);
  background: transparent;
  border: 1px solid var(--nl-line);
  border-radius: 50%;
  cursor: pointer;
}

.nakami-icon-button:hover,
.nakami-menu-button:hover {
  color: var(--nl-white);
  background: var(--nl-ink);
  border-color: var(--nl-ink);
}

.nakami-menu-button {
  display: none;
  grid-auto-flow: column;
  gap: 8px;
  padding: 0 14px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
}

.nakami-menu-button__icon {
  display: grid;
  place-items: center;
}

.nakami-search[hidden] {
  display: none;
}

.nakami-search {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: start center;
  padding: max(80px, 12vh) var(--nl-gutter) 40px;
}

.nakami-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 20, 0.78);
  backdrop-filter: blur(8px);
}

.nakami-search__dialog {
  position: relative;
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  background: var(--nl-paper);
  box-shadow: var(--nl-shadow);
}

.nakami-search__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.nakami-search__top .nakami-kicker {
  margin-bottom: 8px;
}

.nakami-search__top h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: 0.03em;
}

.nakami-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid var(--nl-ink);
}

.nakami-search-form input {
  min-width: 0;
  padding: 19px 8px;
  color: var(--nl-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 17px;
}

.nakami-search-form input:focus {
  outline: 0;
}

.nakami-search-form button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: var(--nl-white);
  background: var(--nl-green);
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.nakami-search__hint {
  margin: 18px 0 0;
  color: var(--nl-muted);
  font-size: 12px;
}

.nakami-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 0;
  background: var(--nl-cream);
}

.nakami-hero::before {
  position: absolute;
  top: -180px;
  left: -240px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(31, 90, 78, 0.12);
  border-radius: 50%;
  content: "";
}

.nakami-hero__grid {
  position: relative;
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.nakami-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.nakami-hero__content h1 {
  margin: 0;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(52px, 6.7vw, 88px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.nakami-hero__content h1 em {
  position: relative;
  color: var(--nl-green);
  font-style: normal;
}

.nakami-hero__content h1 em::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 7px;
  background: rgba(185, 108, 63, 0.28);
  content: "";
  transform: skewX(-14deg);
}

.nakami-hero__lead {
  max-width: 530px;
  margin: 30px 0 0;
  color: #455a51;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.95;
}

.nakami-hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.nakami-hero__note {
  max-width: 520px;
  padding-left: 13px;
  margin: 25px 0 0;
  color: var(--nl-muted);
  border-left: 2px solid var(--nl-sage);
  font-size: 11px;
  line-height: 1.75;
}

.nakami-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.nakami-hero__image-wrap {
  position: absolute;
  inset: 0 calc((100vw - min(100vw - (var(--nl-gutter) * 2), var(--nl-container))) / -2) 0 0;
  overflow: hidden;
  background: #e9e9e4;
}

.nakami-hero__image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(243, 241, 234, 0.76) 0%, rgba(243, 241, 234, 0.08) 31%, transparent 60%);
  content: "";
}

.nakami-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.nakami-hero__stamp {
  position: absolute;
  right: 20px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  width: 106px;
  height: 106px;
  align-content: center;
  justify-items: center;
  color: var(--nl-white);
  background: rgba(16, 37, 31, 0.92);
  border-radius: 50%;
  line-height: 1;
  text-align: center;
}

.nakami-hero__stamp span,
.nakami-hero__stamp small {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.2em;
}

.nakami-hero__stamp strong {
  margin: 5px 0;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.nakami-proof {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(270px, 1.35fr);
  min-height: 122px;
  margin-top: 0;
  color: var(--nl-white);
  background: var(--nl-ink-deep);
}

.nakami-proof > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.nakami-proof strong {
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.nakami-proof span {
  color: #c7d4cd;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.nakami-proof > p {
  display: grid;
  align-content: center;
  padding: 24px 34px;
  margin: 0;
  color: #d4ded8;
  background: var(--nl-green);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  line-height: 1.65;
}

.nakami-proof > p b {
  color: var(--nl-white);
  font-size: 16px;
}

.nakami-section {
  padding: clamp(88px, 10vw, 142px) 0;
}

.nakami-split-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(48px, 9vw, 128px);
}

.nakami-split-heading h2,
.nakami-section-head h2,
.nakami-process__intro h2,
.nakami-footer-cta h2,
.nakami-transparency h2,
.nakami-page-head h1,
.nakami-listing-head h1 {
  margin: 0;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.nakami-split-heading h2 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.35;
}

.nakami-split-heading > div:last-child > p {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--nl-muted);
  font-size: 16px;
  line-height: 2.05;
}

.nakami-standards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 80px;
  border-top: 1px solid var(--nl-line);
  border-left: 1px solid var(--nl-line);
}

.nakami-standards article {
  position: relative;
  min-height: 330px;
  padding: 38px 30px;
  background: var(--nl-white);
  border-right: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nakami-standards article:hover {
  z-index: 1;
  transform: translateY(-8px);
  box-shadow: var(--nl-shadow);
}

.nakami-standard-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 38px;
  place-items: center;
  color: var(--nl-green);
  background: var(--nl-green-soft);
  border-radius: 50%;
}

.nakami-standard-icon svg {
  width: 25px;
  height: 25px;
}

.nakami-standards .nakami-kicker {
  margin-bottom: 8px;
  color: var(--nl-sage);
  font-size: 9px;
}

.nakami-standards h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0.05em;
}

.nakami-standards article > p:last-child {
  margin: 17px 0 0;
  color: var(--nl-muted);
  font-size: 13px;
  line-height: 1.85;
}

.nakami-categories {
  color: var(--nl-white);
  background: var(--nl-ink-deep);
}

.nakami-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.nakami-section-head h2 {
  color: inherit;
  font-size: clamp(36px, 4.4vw, 54px);
}

.nakami-section-head > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: #b9c8c0;
  font-size: 14px;
  line-height: 1.9;
}

.nakami-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.nakami-category-card {
  display: grid;
  min-height: 162px;
  grid-template-columns: 40px 72px 1fr 42px;
  align-items: center;
  gap: 22px;
  padding: 24px 30px;
  color: var(--nl-white) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background-color 0.22s ease;
}

.nakami-category-card:hover {
  background: var(--nl-green);
}

.nakami-category-card__number {
  align-self: start;
  padding-top: 8px;
  color: #95aaa0;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.nakami-category-card__symbol {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--nl-ink-deep);
  background: var(--nl-white);
  border-radius: 50%;
  font-family: "Yu Mincho", serif;
  font-size: 24px;
}

.nakami-category-card__body {
  display: grid;
  gap: 8px;
}

.nakami-category-card__body strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nakami-category-card__body small {
  color: #9db0a6;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nakami-category-card__arrow {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.nakami-category-card:hover .nakami-category-card__arrow {
  color: var(--nl-ink-deep);
  background: var(--nl-white);
}

.nakami-reports {
  background: var(--nl-paper);
}

.nakami-section-head--line {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--nl-line);
}

.nakami-section-head--line .nakami-kicker {
  margin-bottom: 9px;
}

.nakami-section-head--line h2 {
  font-size: clamp(34px, 4.2vw, 50px);
}

.nakami-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 28px;
  margin-top: 46px;
}

.nakami-report-card {
  min-width: 0;
  background: transparent;
}

.nakami-report-card--featured {
  display: grid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-rows: auto 1fr;
}

.nakami-report-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e4e7e2;
}

.nakami-report-card--featured .nakami-report-card__image {
  aspect-ratio: 16 / 9;
}

.nakami-report-card__image::after {
  position: absolute;
  inset: 0;
  border: 0 solid rgba(255, 255, 255, 0.45);
  content: "";
  transition: border-width 0.25s ease;
}

.nakami-report-card:hover .nakami-report-card__image::after {
  border-width: 8px;
}

.nakami-report-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.nakami-report-card:hover .nakami-report-card__image img {
  transform: scale(1.035);
}

.nakami-report-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-items: center;
  color: var(--nl-green);
  background: linear-gradient(135deg, #e2ebe5, #f5f2e9);
}

.nakami-report-card__placeholder b {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  font-family: "Yu Mincho", serif;
  font-size: 28px;
}

.nakami-report-card__placeholder small {
  margin-top: 15px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.18em;
}

.nakami-report-card__body {
  padding: 22px 1px 0;
}

.nakami-report-card--featured .nakami-report-card__body {
  padding: 28px 32px 32px;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
  border-top: 0;
}

.nakami-report-card__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--nl-sage);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.nakami-report-card__eyebrow a {
  color: var(--nl-copper);
}

.nakami-report-card__eyebrow a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nakami-report-card h3 {
  margin: 0;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.nakami-report-card--featured h3 {
  max-width: 720px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.5;
}

.nakami-report-card h3 a:hover {
  color: var(--nl-green);
}

.nakami-report-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 15px 0 0;
  color: var(--nl-muted);
  font-size: 12px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nakami-report-card--featured .nakami-report-card__body > p {
  max-width: 700px;
  font-size: 14px;
}

.nakami-report-card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 18px;
  margin-top: 20px;
  color: #7f8c85;
  border-top: 1px solid var(--nl-line);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.nakami-report-card__meta > a {
  display: grid;
  width: 34px;
  height: 34px;
  margin-left: auto;
  place-items: center;
  color: var(--nl-white);
  background: var(--nl-green);
  border-radius: 50%;
}

.nakami-report-card__meta > a:hover {
  background: var(--nl-ink-deep);
}

.nakami-process {
  background: #e8ece7;
}

.nakami-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: clamp(60px, 10vw, 140px);
}

.nakami-process__intro .nakami-section-number {
  margin: 32px 0 50px;
}

.nakami-process__intro h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.35;
}

.nakami-process__intro > p:not(.nakami-kicker):not(.nakami-section-number) {
  margin: 28px 0 34px;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 2;
}

.nakami-process__steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(24, 49, 42, 0.2);
}

.nakami-process__steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 31px 0;
  border-bottom: 1px solid rgba(24, 49, 42, 0.2);
}

.nakami-process__steps li > span {
  padding-top: 4px;
  color: var(--nl-copper);
  font-family: Georgia, serif;
  font-size: 20px;
}

.nakami-process__steps h3 {
  margin: 0;
  color: var(--nl-ink-deep);
  font-size: 18px;
}

.nakami-process__steps p {
  margin: 8px 0 0;
  color: var(--nl-muted);
  font-size: 13px;
  line-height: 1.8;
}

.nakami-transparency {
  background: var(--nl-paper);
}

.nakami-transparency__panel {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(34px, 5vw, 64px);
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
  box-shadow: 0 18px 45px rgba(16, 37, 31, 0.06);
}

.nakami-transparency__label {
  display: grid;
  gap: 16px;
  color: var(--nl-copper);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.nakami-transparency__label span {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--nl-copper);
}

.nakami-transparency h2 {
  font-size: clamp(27px, 3.2vw, 40px);
}

.nakami-transparency p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--nl-muted);
  font-size: 13px;
  line-height: 1.9;
}

.nakami-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  overflow: hidden;
  color: #78857e;
  font-size: 10px;
  white-space: nowrap;
}

.nakami-breadcrumbs a:hover {
  color: var(--nl-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nakami-breadcrumbs span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.nakami-article-head {
  max-width: 1040px;
  padding: clamp(48px, 7vw, 90px) 0 clamp(38px, 5vw, 64px);
  text-align: center;
}

.nakami-article-head__meta {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 23px;
}

.nakami-article-head__meta a,
.nakami-article-head__meta span {
  display: inline-flex;
  padding: 7px 12px;
  color: var(--nl-green);
  background: var(--nl-green-soft);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.nakami-article-head__meta span {
  color: #7b582e;
  background: #f1e5d5;
}

.nakami-article-head h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5.2vw, 62px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.nakami-article-head__lead {
  max-width: 800px;
  margin: 26px auto 0;
  color: var(--nl-muted);
  font-size: 15px;
  line-height: 2;
}

.nakami-article-head__details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 27px;
  color: #7b8881;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.nakami-article-head__details span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nakami-article-cover {
  max-width: 1180px;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.nakami-article-cover img {
  display: block;
  width: 100%;
  max-height: 670px;
  object-fit: cover;
  box-shadow: var(--nl-shadow);
}

.nakami-article-layout {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 840px) minmax(220px, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
  padding-bottom: clamp(80px, 10vw, 140px);
}

.nakami-article {
  min-width: 0;
}

.nakami-review-note {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 24px 26px;
  margin-bottom: 38px;
  color: #334c43;
  background: #e7efe9;
  border-left: 3px solid var(--nl-green);
}

.nakami-review-note > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--nl-green);
  background: var(--nl-white);
  border-radius: 50%;
}

.nakami-review-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.nakami-review-note p {
  margin: 0;
  color: #52675f;
  font-size: 11px;
  line-height: 1.8;
}

/* Legacy content stays self-contained. This compatibility layer is intentionally minimal. */
.nakami-legacy-body {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nakami-legacy-body > :where(.tp-article, .cospa-article, .cospa-pop-wrap, .cospa-pro-wrap) {
  width: 100%;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.nakami-legacy-body :where(img, video, svg, canvas) {
  max-width: 100%;
}

.nakami-legacy-body :where(.wp-block-table, .is-style-striped, .cospa-pop-table, .cospa-pro-table) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nakami-legacy-body > :where(p, h2, h3, h4, ul, ol, blockquote, figure, table, .wp-block-group) {
  max-width: 100%;
}

.nakami-legacy-body > p {
  margin: 0 0 1.55em;
  font-size: 16px;
  line-height: 2;
}

.nakami-legacy-body > h2 {
  padding: 18px 0 16px;
  margin: 64px 0 28px;
  color: var(--nl-ink-deep);
  border-top: 1px solid var(--nl-ink);
  border-bottom: 1px solid var(--nl-line);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 3.2vw, 34px);
  line-height: 1.55;
}

.nakami-legacy-body > h3 {
  padding-left: 17px;
  margin: 48px 0 22px;
  color: var(--nl-ink-deep);
  border-left: 3px solid var(--nl-copper);
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.55;
}

.nakami-legacy-body > :where(ul, ol) {
  padding-left: 1.4em;
  margin: 20px 0 30px;
}

.nakami-legacy-body > :where(ul, ol) li + li {
  margin-top: 8px;
}

.nakami-legacy-body > blockquote {
  padding: 24px 28px;
  margin: 34px 0;
  color: #40564d;
  background: #eff2ee;
  border-left: 3px solid var(--nl-sage);
}

.nakami-legacy-body a:not([class]) {
  color: #176a5b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nakami-legacy-body [data-legacy-heading="true"] {
  display: block;
}

.nakami-article__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  padding: 34px;
  margin-top: 56px;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
}

.nakami-article__footer .nakami-kicker {
  margin-bottom: 8px;
}

.nakami-article__footer h2 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 23px;
}

.nakami-article__footer p:last-child {
  margin: 12px 0 0;
  color: var(--nl-muted);
  font-size: 11px;
  line-height: 1.85;
}

.nakami-article-aside {
  position: sticky;
  top: 108px;
}

.admin-bar .nakami-article-aside {
  top: 140px;
}

.nakami-article-aside__card {
  padding: 26px;
  background: var(--nl-white);
  border-top: 3px solid var(--nl-green);
  box-shadow: 0 12px 35px rgba(16, 37, 31, 0.07);
}

.nakami-article-aside__card .nakami-kicker {
  margin-bottom: 17px;
}

.nakami-article-aside dl,
.nakami-article-aside dl div {
  margin: 0;
}

.nakami-article-aside dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--nl-line);
  font-size: 10px;
}

.nakami-article-aside dt {
  color: var(--nl-muted);
}

.nakami-article-aside dd {
  margin: 0;
  font-weight: 700;
}

.nakami-article-aside__policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  color: var(--nl-white) !important;
  background: var(--nl-green);
  font-size: 11px;
  font-weight: 800;
}

.nakami-article-aside__policy:hover {
  background: var(--nl-ink-deep);
}

.nakami-related {
  padding-top: 82px;
  background: #eef0ec;
}

.nakami-related__grid,
.nakami-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 28px;
  margin-top: 42px;
}

.nakami-page-head,
.nakami-listing-head {
  padding: clamp(70px, 9vw, 116px) 0;
  color: var(--nl-white);
  background: var(--nl-ink-deep);
}

.nakami-page-head .nakami-kicker,
.nakami-listing-head .nakami-kicker {
  color: #d99b71;
}

.nakami-page-head h1,
.nakami-listing-head h1 {
  color: var(--nl-white);
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.25;
}

.nakami-page-head p:last-child,
.nakami-listing-head p:last-child,
.nakami-listing-head__description {
  max-width: 680px;
  margin: 26px 0 0;
  color: #b8c7bf;
  font-size: 15px;
  line-height: 1.95;
}

.nakami-page-content {
  max-width: 920px;
  padding-top: clamp(65px, 8vw, 104px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.nakami-page-content > .nl-page-lead {
  margin: 0 0 72px;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 3.5vw, 38px);
  font-weight: 600;
  line-height: 1.75;
}

.nakami-page-content > h2,
.nakami-page-content .nl-section > h2 {
  padding-top: 38px;
  margin: 75px 0 28px;
  color: var(--nl-ink-deep);
  border-top: 1px solid var(--nl-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.5;
}

.nakami-page-content > h3,
.nakami-page-content .nl-section h3 {
  margin: 42px 0 18px;
  color: var(--nl-ink-deep);
  font-size: 20px;
}

.nakami-page-content > p,
.nakami-page-content .nl-section > p {
  margin: 0 0 24px;
  color: #43574f;
  font-size: 15px;
  line-height: 2.05;
}

.nakami-page-content > ul,
.nakami-page-content > ol,
.nakami-page-content .nl-section > ul,
.nakami-page-content .nl-section > ol {
  padding-left: 1.4em;
  margin: 22px 0 35px;
  color: #43574f;
}

.nakami-page-content li + li {
  margin-top: 10px;
}

.nakami-page-content a:not(.nakami-button) {
  color: #176a5b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.nl-note,
.nl-policy-note {
  padding: 26px 30px;
  margin: 38px 0;
  color: #3d554b;
  background: #e7efe9;
  border-left: 3px solid var(--nl-green);
}

.nl-note p,
.nl-policy-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

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

.nl-grid article,
.nl-step {
  padding: 28px;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
}

.nl-grid h3,
.nl-step h3 {
  margin: 0 0 12px !important;
  font-size: 18px !important;
}

.nl-grid p,
.nl-step p {
  margin: 0;
  color: var(--nl-muted);
  font-size: 13px;
  line-height: 1.85;
}

.nl-steps {
  display: grid;
  gap: 14px;
  margin: 36px 0;
  counter-reset: nl-step;
}

.nl-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  counter-increment: nl-step;
}

.nl-step::before {
  color: var(--nl-copper);
  content: counter(nl-step, decimal-leading-zero);
  font-family: Georgia, serif;
  font-size: 22px;
}

.nakami-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 36px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}

.nakami-filter-row > span {
  margin-right: 9px;
  color: var(--nl-muted);
  font-size: 11px;
  font-weight: 800;
}

.nakami-filter-row a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
  border-radius: 999px;
  font-size: 11px;
}

.nakami-filter-row a.is-current,
.nakami-filter-row a:hover {
  color: var(--nl-white);
  background: var(--nl-green);
  border-color: var(--nl-green);
}

.nakami-filter-row small {
  opacity: 0.7;
}

.nakami-listing {
  position: relative;
  padding-top: clamp(64px, 8vw, 100px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.nakami-listing__count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--nl-line);
}

.nakami-listing__count strong {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
}

.nakami-listing__count span {
  color: var(--nl-muted);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.nakami-listing__grid {
  margin-top: 38px;
}

.navigation.pagination {
  margin-top: 64px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 6px 10px;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
  font-size: 12px;
  font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--nl-white);
  background: var(--nl-green);
  border-color: var(--nl-green);
}

.nakami-search-form--inline {
  max-width: 720px;
  margin: 0 auto 70px;
}

.nakami-empty {
  grid-column: 1 / -1;
  padding: 65px 30px;
  margin: 0;
  text-align: center;
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
}

.nakami-empty h2 {
  margin: 0 0 12px;
  font-family: "Yu Mincho", serif;
  font-size: 28px;
}

.nakami-empty p {
  margin: 0;
  color: var(--nl-muted);
}

.nakami-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(44px, 8vw, 100px);
  padding-top: clamp(70px, 9vw, 110px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.nakami-contact-intro h2 {
  margin: 0;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", serif;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.55;
}

.nakami-contact-intro > p:not(.nakami-kicker) {
  margin: 24px 0 0;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 2;
}

.nakami-contact-intro ul {
  display: grid;
  gap: 13px;
  padding: 25px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--nl-line);
  list-style: none;
}

.nakami-contact-intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.nakami-contact-intro li svg {
  color: var(--nl-green);
}

.nakami-contact-form-wrap {
  padding: clamp(28px, 4vw, 48px);
  background: var(--nl-white);
  border: 1px solid var(--nl-line);
  box-shadow: 0 18px 50px rgba(16, 37, 31, 0.06);
}

.nakami-contact-form-wrap > h2 {
  margin: 0 0 28px;
  font-family: "Yu Mincho", serif;
  font-size: 28px;
}

.nakami-contact-form {
  display: grid;
  gap: 24px;
}

.nakami-contact-form > label:not(.nakami-consent) {
  display: grid;
  gap: 9px;
}

.nakami-contact-form label > span {
  font-size: 12px;
  font-weight: 800;
}

.nakami-contact-form label b {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  color: var(--nl-white);
  background: var(--nl-copper);
  border-radius: 2px;
  font-size: 8px;
}

.nakami-contact-form :where(input[type="text"], input[type="email"], select, textarea) {
  width: 100%;
  padding: 14px 15px;
  color: var(--nl-ink);
  background: #f7f7f3;
  border: 1px solid #cfd6d1;
  border-radius: 2px;
}

.nakami-contact-form :where(input, select, textarea):focus {
  background: var(--nl-white);
  border-color: var(--nl-green);
  outline: 2px solid rgba(31, 90, 78, 0.14);
}

.nakami-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.nakami-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.nakami-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--nl-green);
}

.nakami-consent span {
  font-weight: 500 !important;
}

.nakami-consent a {
  color: var(--nl-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nakami-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.nakami-form-message {
  padding: 18px 20px;
  margin-bottom: 28px;
  border-left: 3px solid;
}

.nakami-form-message p {
  margin: 5px 0 0;
  font-size: 12px;
}

.nakami-form-message.is-success {
  color: #1d5849;
  background: #e7f1eb;
  border-color: #1d725d;
}

.nakami-form-message.is-error {
  color: #7e302a;
  background: #f7e9e7;
  border-color: var(--nl-danger);
}

.nakami-error-page {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 90px 0;
  background: var(--nl-cream);
  text-align: center;
}

.nakami-error-page__inner {
  max-width: 760px;
}

.nakami-error-page__code {
  margin: 0;
  color: #d8dfd9;
  font-family: Georgia, serif;
  font-size: clamp(110px, 23vw, 250px);
  line-height: 0.75;
}

.nakami-error-page h1 {
  margin: 22px 0;
  color: var(--nl-ink-deep);
  font-family: "Yu Mincho", serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.45;
}

.nakami-error-page__inner > p:not(.nakami-error-page__code):not(.nakami-kicker) {
  color: var(--nl-muted);
}

.nakami-error-page__inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 36px;
}

.nakami-footer-cta {
  color: var(--nl-white);
  background: var(--nl-green);
}

.nakami-footer-cta__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(50px, 10vw, 140px);
  padding-top: clamp(58px, 7vw, 84px);
  padding-bottom: clamp(58px, 7vw, 84px);
}

.nakami-footer-cta .nakami-kicker {
  color: #dfad8b;
}

.nakami-footer-cta h2 {
  color: var(--nl-white);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.35;
}

.nakami-footer-cta__inner > div:last-child > p {
  max-width: 660px;
  margin: 0 0 28px;
  color: #d3e0da;
  font-size: 13px;
  line-height: 1.95;
}

.nakami-footer {
  padding: 78px 0 22px;
  color: #c1d0c8;
  background: var(--nl-ink-deep);
}

.nakami-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(3, minmax(130px, 0.7fr));
  gap: clamp(38px, 6vw, 80px);
}

.nakami-brand--footer {
  color: var(--nl-white) !important;
}

.nakami-brand--footer .nakami-brand__mark {
  color: var(--nl-white);
  background: rgba(255, 255, 255, 0.11);
}

.nakami-brand--footer .nakami-brand__type small {
  color: #91a79b;
}

.nakami-footer__brand > p {
  max-width: 360px;
  margin: 22px 0 0;
  color: #91a79b;
  font-size: 12px;
  line-height: 1.9;
}

.nakami-footer__column h2 {
  margin: 0 0 21px;
  color: var(--nl-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nakami-footer__column ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nakami-footer__column li {
  padding: 0;
  margin: 0;
}

.nakami-footer__column a {
  color: #91a79b;
  font-size: 11px;
}

.nakami-footer__column a:hover {
  color: var(--nl-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nakami-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nakami-footer__bottom p {
  margin: 0;
  color: #748a7f;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (max-width: 1100px) {
  .nakami-nav__list {
    gap: 18px;
  }

  .nakami-nav__list a {
    font-size: 12px;
  }

  .nakami-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .nakami-proof > div {
    padding: 24px 18px;
  }

  .nakami-proof > p {
    padding: 22px;
  }

  .nakami-report-grid,
  .nakami-related__grid,
  .nakami-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nakami-report-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .admin-bar .nakami-header {
    top: 46px;
  }

  .nakami-utility a {
    display: none;
  }

  .nakami-header {
    height: 72px;
  }

  .nakami-header.is-scrolled {
    height: 66px;
  }

  .nakami-header__inner {
    gap: 12px;
  }

  .nakami-nav {
    position: fixed;
    top: 106px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    padding: 40px var(--nl-gutter);
    background: var(--nl-paper);
    overflow-y: auto;
  }

  .admin-bar .nakami-nav {
    top: 152px;
  }

  .is-menu-open .nakami-nav {
    display: block;
  }

  .nakami-nav__list {
    display: grid;
    gap: 0;
  }

  .nakami-nav__list a {
    padding: 20px 3px;
    border-bottom: 1px solid var(--nl-line);
    font-family: "Yu Mincho", serif;
    font-size: 20px;
  }

  .nakami-menu-button {
    display: inline-grid;
  }

  .nakami-hero {
    padding-top: 58px;
  }

  .nakami-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nakami-hero__content {
    padding-bottom: 0;
  }

  .nakami-hero__visual {
    min-height: clamp(340px, 62vw, 520px);
    margin-right: calc(var(--nl-gutter) * -1);
    margin-left: clamp(0px, 7vw, 60px);
  }

  .nakami-hero__image-wrap {
    inset: 0;
  }

  .nakami-hero__image-wrap::after {
    background: linear-gradient(180deg, rgba(243, 241, 234, 0.14), transparent 45%);
  }

  .nakami-proof {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }

  .nakami-proof > p {
    grid-column: 1 / -1;
    min-height: 82px;
    text-align: center;
  }

  .nakami-split-heading {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .nakami-category-card {
    grid-template-columns: 30px 58px 1fr 36px;
    gap: 14px;
    padding: 20px;
  }

  .nakami-category-card__symbol {
    width: 56px;
    height: 56px;
  }

  .nakami-process__grid,
  .nakami-footer-cta__inner,
  .nakami-contact-layout {
    grid-template-columns: 1fr;
  }

  .nakami-process__intro {
    max-width: 650px;
  }

  .nakami-transparency__panel {
    grid-template-columns: 100px 1fr;
  }

  .nakami-transparency__panel > .nakami-text-link {
    grid-column: 2;
    justify-self: start;
  }

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

  .nakami-article-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }

  .nakami-article-aside__policy {
    min-width: 220px;
  }

  .nakami-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nakami-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --nl-gutter: 20px;
  }

  body.nakami-site {
    font-size: 15px;
  }

  .nakami-utility {
    min-height: 30px;
  }

  .nakami-utility__inner {
    min-height: 30px;
  }

  .nakami-utility p {
    font-size: 9px;
    letter-spacing: 0;
  }

  .nakami-header {
    height: 66px;
  }

  .nakami-header.is-scrolled {
    height: 62px;
  }

  .nakami-brand {
    gap: 8px;
  }

  .nakami-brand__mark {
    width: 36px;
    height: 36px;
  }

  .nakami-brand__mark svg {
    width: 25px;
    height: 25px;
  }

  .nakami-brand__type strong {
    font-size: 17px;
  }

  .nakami-brand__type small {
    font-size: 7px;
  }

  .nakami-header__actions {
    gap: 5px;
  }

  .nakami-icon-button {
    min-width: 39px;
    min-height: 39px;
  }

  .nakami-menu-button {
    min-width: 39px;
    min-height: 39px;
    padding: 0 10px;
  }

  .nakami-menu-button > span:last-child {
    display: none;
  }

  .nakami-nav {
    top: 96px;
  }

  .admin-bar .nakami-nav {
    top: 142px;
  }

  .nakami-search {
    padding: 54px 14px 20px;
  }

  .nakami-search__dialog {
    padding: 25px 20px 30px;
  }

  .nakami-search-form input {
    padding: 15px 4px;
    font-size: 14px;
  }

  .nakami-search-form button span {
    display: none;
  }

  .nakami-search-form button {
    padding: 0 14px;
  }

  .nakami-hero {
    padding-top: 48px;
  }

  .nakami-hero__content h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1.22;
  }

  .nakami-hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.85;
  }

  .nakami-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 19px;
    margin-top: 28px;
  }

  .nakami-hero__actions .nakami-button {
    width: 100%;
  }

  .nakami-hero__actions .nakami-text-link {
    align-self: flex-start;
  }

  .nakami-hero__note {
    font-size: 10px;
  }

  .nakami-hero__visual {
    min-height: 310px;
    margin-top: 4px;
    margin-left: 0;
  }

  .nakami-hero__image-wrap img {
    object-position: 62% center;
  }

  .nakami-hero__stamp {
    right: 14px;
    bottom: 14px;
    width: 82px;
    height: 82px;
  }

  .nakami-hero__stamp strong {
    font-size: 13px;
  }

  .nakami-proof {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .nakami-proof > div {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 18px 7px;
    text-align: center;
  }

  .nakami-proof strong {
    font-size: 34px;
  }

  .nakami-proof span {
    font-size: 8px;
  }

  .nakami-proof > p {
    min-height: 72px;
    padding: 16px;
    font-size: 12px;
  }

  .nakami-proof > p b {
    font-size: 13px;
  }

  .nakami-section {
    padding: 76px 0;
  }

  .nakami-split-heading {
    gap: 38px;
  }

  .nakami-split-heading h2,
  .nakami-section-head h2,
  .nakami-process__intro h2 {
    font-size: 34px;
  }

  .nakami-split-heading > div:last-child > p {
    margin-top: 22px;
    font-size: 14px;
  }

  .nakami-standards {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .nakami-standards article {
    min-height: auto;
    padding: 26px;
  }

  .nakami-standard-icon {
    margin-bottom: 25px;
  }

  .nakami-section-head {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .nakami-category-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .nakami-category-card {
    min-height: 130px;
    grid-template-columns: 26px 52px 1fr 34px;
    gap: 11px;
    padding: 17px 13px;
  }

  .nakami-category-card__symbol {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .nakami-category-card__body strong {
    font-size: 17px;
  }

  .nakami-category-card__body small {
    font-size: 7px;
  }

  .nakami-report-grid,
  .nakami-related__grid,
  .nakami-listing__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 34px;
  }

  .nakami-report-card--featured {
    display: block;
    grid-column: auto;
  }

  .nakami-report-card--featured .nakami-report-card__body {
    padding: 22px 20px 24px;
  }

  .nakami-report-card h3,
  .nakami-report-card--featured h3 {
    font-size: 21px;
  }

  .nakami-report-card__body > p,
  .nakami-report-card--featured .nakami-report-card__body > p {
    font-size: 12px;
  }

  .nakami-process__grid {
    gap: 48px;
  }

  .nakami-process__intro .nakami-section-number {
    margin: 25px 0 34px;
  }

  .nakami-process__steps li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 25px 0;
  }

  .nakami-transparency__panel {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 28px 22px;
  }

  .nakami-transparency__panel > .nakami-text-link {
    grid-column: 1;
  }

  .nakami-article-head {
    padding-top: 40px;
  }

  .nakami-article-head h1 {
    font-size: 31px;
    line-height: 1.5;
  }

  .nakami-article-head__lead {
    font-size: 13px;
  }

  .nakami-article-head__details {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .nakami-article-cover {
    width: 100%;
  }

  .nakami-article-cover img {
    border-radius: 0;
  }

  .nakami-review-note {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .nakami-legacy-body > p {
    font-size: 15px;
  }

  .nakami-legacy-body > h2 {
    margin-top: 52px;
    font-size: 25px;
  }

  .nakami-article__footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 24px 20px;
  }

  .nakami-article-aside {
    grid-template-columns: 1fr;
  }

  .nakami-page-head,
  .nakami-listing-head {
    padding: 64px 0;
  }

  .nakami-page-head h1,
  .nakami-listing-head h1 {
    font-size: 39px;
  }

  .nakami-page-content {
    padding-top: 60px;
  }

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

  .nl-step {
    grid-template-columns: 40px 1fr;
    padding: 22px 18px;
  }

  .nakami-contact-layout {
    gap: 50px;
  }

  .nakami-contact-form-wrap {
    padding: 25px 18px;
  }

  .nakami-footer-cta__inner {
    gap: 34px;
  }

  .nakami-footer-cta h2 {
    font-size: 37px;
  }

  .nakami-footer {
    padding-top: 60px;
  }

  .nakami-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 25px;
  }

  .nakami-footer__brand {
    grid-column: 1 / -1;
  }

  .nakami-footer__column:last-child {
    grid-column: 1 / -1;
  }

  .nakami-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
  }

  .nakami-error-page__inner > div {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nakami-site *,
  .nakami-site *::before,
  .nakami-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ================================================================
   Article-first home — revision 2
   ================================================================ */

:root {
  --nl2-navy: #071e33;
  --nl2-blue: #1554ff;
  --nl2-orange: #ff5a2a;
  --nl2-lime: #d8ff3e;
  --nl2-cyan: #61e7ff;
  --nl2-paper: #f5f6f2;
  --nl2-line: #cad2d8;
}

body.nakami-site {
  background: #fff;
}

.nakami-utility {
  color: #fff;
  background: var(--nl2-blue);
}

.nakami-utility p span {
  background: var(--nl2-lime);
  box-shadow: 0 0 0 4px rgba(216, 255, 62, 0.18);
}

.nakami-utility a {
  color: #fff;
  font-weight: 800;
}

.nakami-header {
  height: 74px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid var(--nl2-navy);
  backdrop-filter: blur(18px);
}

.nakami-header.is-scrolled {
  height: 68px;
  box-shadow: 0 10px 30px rgba(7, 30, 51, 0.12);
}

.nakami-brand__mark {
  color: var(--nl2-navy);
  background: var(--nl2-lime);
}

.nakami-brand__type strong {
  color: var(--nl2-navy);
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.nakami-brand__type small {
  color: var(--nl2-blue);
}

.nakami-nav__list a {
  color: var(--nl2-navy);
  font-weight: 850;
}

.nakami-nav__list a::after {
  bottom: 1px;
  height: 3px;
  background: var(--nl2-orange);
}

.nakami-icon-button,
.nakami-menu-button {
  color: var(--nl2-navy);
  border-color: var(--nl2-navy);
}

.nakami-icon-button:hover,
.nakami-menu-button:hover {
  color: #fff;
  background: var(--nl2-blue);
  border-color: var(--nl2-blue);
}

.nl2-home {
  color: var(--nl2-navy);
  background: #fff;
}

.nl2-kicker {
  margin: 0 0 9px;
  color: var(--nl2-blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.nl2-flash {
  color: #fff;
  background: var(--nl2-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.nl2-flash__inner {
  display: grid;
  min-height: 39px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  font-size: 10px;
}

.nl2-flash__inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nl2-lime);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.nl2-flash__inner > span i {
  width: 7px;
  height: 7px;
  background: var(--nl2-orange);
  border-radius: 50%;
  animation: nl2-pulse 1.6s ease-in-out infinite;
}

@keyframes nl2-pulse {
  50% { box-shadow: 0 0 0 6px rgba(255, 90, 42, 0.18); }
}

.nl2-flash__inner > a {
  overflow: hidden;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl2-flash__inner > a:hover {
  color: var(--nl2-cyan);
}

.nl2-flash__inner time {
  color: #8ca0b0;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
}

.nl2-intro {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--nl2-line);
}

.nl2-intro::after {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: var(--nl2-lime);
  border-radius: 50%;
  content: "";
  opacity: 0.55;
}

.nl2-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 204px;
  grid-template-columns: minmax(310px, 0.9fr) minmax(360px, 1.3fr) 130px;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding-top: 26px;
  padding-bottom: 26px;
}

.nl2-intro__statement h1 {
  margin: 0;
  color: var(--nl2-navy);
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(43px, 4.6vw, 62px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.nl2-intro__statement h1 em {
  position: relative;
  color: var(--nl2-blue);
  font-style: normal;
}

.nl2-intro__statement h1 em::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 7px;
  background: var(--nl2-orange);
  content: "";
  transform: rotate(-1deg);
}

.nl2-intro__copy > p {
  max-width: 650px;
  margin: 0 0 18px;
  color: #43566a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.nl2-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nl2-topic-nav a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 12px;
  color: var(--nl2-navy);
  background: var(--nl2-paper);
  border: 1px solid #d6dce0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.nl2-topic-nav a:hover,
.nl2-topic-nav a.is-active {
  color: #fff;
  background: var(--nl2-blue);
  border-color: var(--nl2-blue);
}

.nl2-intro__count {
  display: grid;
  justify-items: end;
  padding-right: 6px;
  text-align: right;
}

.nl2-intro__count strong {
  color: var(--nl2-orange);
  font-family: "Arial Black", sans-serif;
  font-size: 64px;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.nl2-intro__count span {
  margin-top: 8px;
  color: #647689;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.nl2-top-stories {
  display: grid;
  max-width: 1320px;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 18px;
}

.nl2-lead-story {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  color: #fff;
  background: var(--nl2-navy);
  border: 1px solid var(--nl2-navy);
}

.nl2-lead-story__media {
  position: relative;
  display: block;
  min-height: 490px;
  overflow: hidden;
  background: #18344b;
}

.nl2-lead-story__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.nl2-lead-story:hover .nl2-lead-story__media > img {
  transform: scale(1.035);
}

.nl2-lead-story__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 30, 51, 0.64));
}

.nl2-lead-story__number {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--nl2-navy);
  background: var(--nl2-lime);
  font-family: "Arial Black", sans-serif;
  font-size: 15px;
}

.nl2-lead-story__read {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nl2-lead-story__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(24px, 3.2vw, 42px);
}

.nl2-story-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #72879a;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.nl2-lead-story .nl2-story-meta {
  justify-content: flex-start;
  color: #87a0b4;
}

.nl2-story-meta a {
  color: var(--nl2-orange);
}

.nl2-lead-story .nl2-story-meta a {
  color: var(--nl2-lime);
}

.nl2-lead-story .nl2-story-meta span::before {
  margin: 0 9px;
  color: #4d6a80;
  content: "/";
}

.nl2-lead-story h2 {
  margin: 22px 0 0;
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.nl2-lead-story h2 a:hover {
  color: var(--nl2-cyan);
}

.nl2-lead-story__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 20px 0 0;
  color: #b5c4d0;
  font-size: 12px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.nl2-story-footer {
  display: flex;
  gap: 18px;
  padding-top: 17px;
  margin-top: auto;
  color: #718ba0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
}

.nl2-side-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nl2-side-story {
  display: grid;
  min-width: 0;
  grid-template-rows: 145px 1fr;
  background: var(--nl2-paper);
  border: 1px solid var(--nl2-line);
}

.nl2-side-story:nth-child(2) {
  background: #eff4ff;
}

.nl2-side-story:nth-child(3) {
  background: #fff2ed;
}

.nl2-side-story:nth-child(4) {
  background: #f2f8df;
}

.nl2-side-story__media {
  display: block;
  overflow: hidden;
  background: #dfe6eb;
}

.nl2-side-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nl2-side-story:hover .nl2-side-story__media img {
  transform: scale(1.05);
}

.nl2-side-story__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px 16px 14px;
}

.nl2-side-story .nl2-story-meta span {
  overflow: hidden;
  color: var(--nl2-blue);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl2-side-story .nl2-story-meta b {
  color: var(--nl2-orange);
  font-family: "Arial Black", sans-serif;
  font-size: 13px;
}

.nl2-side-story h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 12px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nl2-side-story h2 a:hover {
  color: var(--nl2-blue);
}

.nl2-side-story__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--nl2-navy);
  border-bottom: 2px solid var(--nl2-orange);
  font-size: 9px;
  font-weight: 900;
}

.nl2-side-story__link svg {
  width: 13px;
}

.nl2-story-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--nl2-navy);
  background: linear-gradient(135deg, var(--nl2-cyan), var(--nl2-lime));
  font-family: "Arial Black", sans-serif;
  font-size: 50px;
}

.nl2-quick-find {
  color: var(--nl2-navy);
  background: var(--nl2-lime);
  border-top: 3px solid var(--nl2-navy);
  border-bottom: 3px solid var(--nl2-navy);
}

.nl2-quick-find__inner {
  display: grid;
  min-height: 146px;
  grid-template-columns: auto minmax(330px, 0.85fr) minmax(380px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.nl2-quick-find .nl2-kicker {
  color: #365400;
}

.nl2-quick-find h2 {
  margin: 0;
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.nl2-quick-search {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #fff;
  border: 2px solid var(--nl2-navy);
  box-shadow: 6px 6px 0 var(--nl2-navy);
}

.nl2-quick-search input {
  min-width: 0;
  padding: 14px 16px;
  color: var(--nl2-navy);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 750;
}

.nl2-quick-search input:focus {
  outline: 0;
}

.nl2-quick-search button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  color: #fff;
  background: var(--nl2-blue);
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

.nl2-quick-find__links {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.nl2-quick-find__links a {
  display: grid;
  min-width: 104px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px 7px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 30, 51, 0.3);
}

.nl2-quick-find__links a:hover {
  color: #fff;
  background: var(--nl2-blue);
}

.nl2-quick-find__links a > span {
  display: grid;
  width: 26px;
  height: 26px;
  grid-row: span 2;
  place-items: center;
  color: #fff;
  background: var(--nl2-navy);
  font-size: 11px;
  font-weight: 900;
}

.nl2-quick-find__links b {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl2-quick-find__links small {
  color: #607044;
  font-size: 8px;
}

.nl2-quick-find__links a:hover small {
  color: #dbe4ff;
}

.nl2-all-reports {
  padding: clamp(72px, 8vw, 110px) 0;
  background: var(--nl2-paper);
}

.nl2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 4px solid var(--nl2-navy);
}

.nl2-section-head h2 {
  margin: 0;
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.nl2-section-head > a,
.nl2-method__title > a,
.nl2-policy-strip a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--nl2-orange);
  font-size: 11px;
  font-weight: 900;
}

.nl2-report-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.nl2-wall-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--nl2-line);
  box-shadow: 0 7px 0 rgba(7, 30, 51, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nl2-wall-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 0 rgba(21, 84, 255, 0.15);
}

.nl2-wall-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dce4ea;
}

.nl2-wall-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nl2-wall-card:hover .nl2-wall-card__media img {
  transform: scale(1.04);
}

.nl2-wall-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 17px 17px 15px;
}

.nl2-wall-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 11px 0 0;
  color: var(--nl2-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nl2-wall-card h3 a:hover {
  color: var(--nl2-blue);
}

.nl2-wall-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: #607286;
  font-size: 10px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nl2-wall-card__read {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 13px;
  margin-top: auto;
  color: var(--nl2-blue);
  border-top: 1px solid var(--nl2-line);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nl2-method {
  padding: clamp(72px, 9vw, 120px) 0;
  color: #fff;
  background: var(--nl2-navy);
}

.nl2-method__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(50px, 9vw, 130px);
}

.nl2-method .nl2-kicker {
  color: var(--nl2-cyan);
}

.nl2-method__title h2 {
  margin: 0 0 30px;
  color: #fff;
  font-family: "Arial Black", "Yu Gothic", sans-serif;
  font-size: clamp(36px, 4.7vw, 58px);
  line-height: 1.2;
  letter-spacing: -0.06em;
}

.nl2-method__title > a {
  color: #fff;
  border-color: var(--nl2-lime);
}

.nl2-method__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.nl2-method__list li {
  display: grid;
  min-height: 160px;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.nl2-method__list li > span {
  color: var(--nl2-orange);
  font-family: "Arial Black", sans-serif;
  font-size: 16px;
}

.nl2-method__list b {
  display: block;
  margin-bottom: 9px;
  color: var(--nl2-lime);
  font-size: 16px;
}

.nl2-method__list p {
  margin: 0;
  color: #9fb2c2;
  font-size: 11px;
  line-height: 1.75;
}

.nl2-policy-strip {
  color: var(--nl2-navy);
  background: var(--nl2-cyan);
}

.nl2-policy-strip__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.nl2-policy-strip p {
  margin: 0;
  font-size: 12px;
}

.nl2-policy-strip strong {
  font-size: 14px;
  font-weight: 950;
}

.nakami-footer-cta {
  background: var(--nl2-blue);
}

.nakami-footer {
  background: var(--nl2-navy);
}

.nakami-brand--footer .nakami-brand__mark {
  color: var(--nl2-navy);
  background: var(--nl2-lime);
}

@media (max-width: 1180px) {
  .nl2-intro__grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr) 95px;
    gap: 30px;
  }

  .nl2-top-stories {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
  }

  .nl2-lead-story {
    grid-template-columns: 1fr;
  }

  .nl2-lead-story__media {
    min-height: 300px;
  }

  .nl2-lead-story__body {
    min-height: 250px;
  }

  .nl2-quick-find__inner {
    grid-template-columns: auto 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nl2-quick-find__links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .nakami-header {
    height: 66px;
  }

  .nakami-nav {
    top: 100px;
  }

  .admin-bar .nakami-nav {
    top: 146px;
  }

  .nl2-intro__grid {
    grid-template-columns: 1fr auto;
    gap: 20px 30px;
  }

  .nl2-intro__copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nl2-intro__count {
    grid-column: 2;
    grid-row: 1;
  }

  .nl2-top-stories {
    grid-template-columns: 1fr;
  }

  .nl2-lead-story {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  }

  .nl2-lead-story__media {
    min-height: 410px;
  }

  .nl2-side-story {
    grid-template-rows: 170px 1fr;
  }

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

  .nl2-method__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nl2-flash__inner {
    min-height: 34px;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .nl2-flash__inner time {
    display: none;
  }

  .nl2-flash__inner > span {
    font-size: 7px;
  }

  .nl2-intro__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .nl2-intro__statement h1 {
    font-size: 43px;
  }

  .nl2-intro__count {
    position: absolute;
    top: 26px;
    right: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .nl2-intro__count strong {
    font-size: 42px;
  }

  .nl2-intro__count span {
    display: none;
  }

  .nl2-intro__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .nl2-intro__copy > p {
    max-width: 84%;
    font-size: 12px;
  }

  .nl2-topic-nav {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .nl2-topic-nav a {
    flex: 0 0 auto;
  }

  .nl2-top-stories {
    width: 100%;
    padding: 8px 8px 10px;
  }

  .nl2-lead-story {
    display: block;
  }

  .nl2-lead-story__media {
    min-height: 255px;
  }

  .nl2-lead-story__body {
    min-height: auto;
    padding: 22px 19px;
  }

  .nl2-lead-story h2 {
    margin-top: 14px;
    font-size: 24px;
  }

  .nl2-lead-story__body > p {
    margin-top: 13px;
    -webkit-line-clamp: 3;
  }

  .nl2-story-footer {
    margin-top: 18px;
  }

  .nl2-side-stories {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .nl2-side-story {
    min-width: 74vw;
    grid-template-columns: 112px 1fr;
    grid-template-rows: 1fr;
    scroll-snap-align: start;
  }

  .nl2-side-story__media {
    min-height: 165px;
  }

  .nl2-side-story h2 {
    font-size: 13px;
  }

  .nl2-quick-find__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nl2-quick-search {
    grid-column: 1;
  }

  .nl2-quick-find__links {
    grid-column: 1;
  }

  .nl2-all-reports {
    padding: 66px 0;
  }

  .nl2-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .nl2-section-head h2 {
    font-size: 36px;
  }

  .nl2-report-wall {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nl2-wall-card {
    grid-template-columns: 128px 1fr;
    grid-template-rows: 1fr;
  }

  .nl2-wall-card__media {
    min-height: 190px;
    aspect-ratio: auto;
  }

  .nl2-wall-card h3 {
    font-size: 14px;
  }

  .nl2-wall-card__body > p {
    display: none;
  }

  .nl2-method__grid {
    gap: 45px;
  }

  .nl2-method__title h2 {
    font-size: 39px;
  }

  .nl2-method__list {
    grid-template-columns: 1fr;
  }

  .nl2-method__list li {
    min-height: 125px;
  }

  .nl2-policy-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* Final type-scale overrides: keep PC and smartphone sizes independent. */
@media (min-width: 901px) {
  .home .nakami-nav__list a { font-size: 14px; }
  .nl3-label { font-size: 14px; }
  .nl3-hero__description { font-size: 19px; }
  .nl3-button { font-size: 16px; }
  .nl3-hero__checks li { font-size: 14px; }
  .nl3-hero__visual figcaption strong { font-size: 16px; }
  .nl3-hero__visual figcaption span { font-size: 14px; }
  .nl3-section-heading > p { font-size: 17px; }
  .nl3-feature__category { font-size: 14px !important; }
  .nl3-feature h3 { font-size: 27px; }
  .nl3-feature--lead h3 { font-size: clamp(34px, 3vw, 42px); }
  .nl3-feature__body > p:not(.nl3-feature__category) { font-size: 17px; }
  .nl3-text-link { font-size: 15px; }
  .nl3-gems__heading > p:last-child { font-size: 17px; }
  .nl3-gem span { font-size: 13px; }
  .nl3-gem h3 { font-size: 25px; }
  .nl3-gem p { font-size: 16px; }
  .nl3-latest-row__body time { font-size: 13px; }
  .nl3-latest-row h3 { font-size: 24px; }
  .nl3-method h2 { font-size: 34px; }
  .nl3-method li strong { font-size: 16px; }
  .nl3-method li span { font-size: 14px; }
  .nl3-search__inner > div > p:last-child,
  .nl3-search button { font-size: 15px; }
  .nl3-search input { font-size: 17px; }
  .home .nakami-footer__brand > p,
  .home .nakami-footer__column a,
  .home .nakami-footer__bottom p { font-size: 14px; }
  .home .nakami-footer__column h2 { font-size: 16px; }
}

@media (max-width: 620px) {
  .nl3-home { font-size: 16px; }
  .nl3-label { font-size: 13px; }
  .nl3-hero__description { font-size: 17px; }
  .nl3-button { font-size: 16px; }
  .nl3-hero__checks li { font-size: 13px; }
  .nl3-hero__visual figcaption strong { font-size: 15px; }
  .nl3-hero__visual figcaption span { font-size: 13px; }
  .nl3-section-heading > p { font-size: 16px; }
  .nl3-feature__category { font-size: 13px !important; }
  .nl3-feature h3,
  .nl3-feature--lead h3 { font-size: 23px; }
  .nl3-feature__body > p:not(.nl3-feature__category) { font-size: 16px; }
  .nl3-text-link { font-size: 15px; }
  .nl3-gems__heading > p:last-child { font-size: 16px; }
  .nl3-gem span { font-size: 12px; }
  .nl3-gem h3 { font-size: 22px; }
  .nl3-gem p { font-size: 16px; }
  .nl3-latest-row__body time { font-size: 12px; }
  .nl3-latest-row h3 { font-size: 18px; }
  .nl3-method h2 { font-size: 26px; }
  .nl3-method li strong { font-size: 16px; }
  .nl3-method li span { font-size: 14px; }
  .nl3-search__inner > div > p:last-child,
  .nl3-search input,
  .nl3-search button { font-size: 16px; }
  .home .nakami-footer__brand > p,
  .home .nakami-footer__column a,
  .home .nakami-footer__bottom p { font-size: 14px; }
  .home .nakami-footer__column h2 { font-size: 16px; }
}
