:root {
  --apr-mist: #ddecef;
  --apr-mist-light: #eef6f7;
  --apr-white: #fbfbf8;
  --apr-ink: #14201f;
  --apr-body: #465b5b;
  --apr-muted: #6d8587;
  --apr-line: #d3dddc;
  --apr-gold: #b89a67;
  --apr-aqua: #b8cfd0;
  --apr-dark-muted: #b9c7c6;
  --apr-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --apr-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --apr-latin: "Cormorant Garamond", Garamond, serif;
  --apr-display: "Cormorant Garamond", Garamond, serif;
  --apr-side: clamp(24px, 5vw, 72px);
  --apr-section-y: clamp(76px, 8vw, 118px);
  --apr-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body.apr-site {
  margin: 0;
  background: var(--apr-white);
  color: var(--apr-ink);
  font-family: var(--apr-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

.apr-site *,
.apr-site *::before,
.apr-site *::after {
  box-sizing: border-box;
}

.apr-site img {
  display: block;
  height: auto;
  max-width: 100%;
}

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

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

.apr-site h1,
.apr-site h2,
.apr-site h3,
.apr-site p {
  margin-top: 0;
}

.apr-main {
  display: block;
  min-height: 60vh;
}

.apr-skip-link {
  background: var(--apr-ink);
  color: var(--apr-white);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -100px;
  z-index: 10000;
}

.apr-skip-link:focus {
  top: 16px;
}

.apr-kicker,
.apr-section-index {
  color: var(--apr-muted);
  font-family: var(--apr-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.apr-header {
  background: rgba(251, 251, 248, 0.96);
  border-bottom: 1px solid transparent;
  height: 112px;
  position: relative;
  transition: border-color 300ms ease, box-shadow 300ms ease;
  width: 100%;
  z-index: 1000;
}

.apr-header.is-sticky {
  border-color: rgba(20, 32, 31, 0.08);
  box-shadow: 0 8px 30px rgba(20, 32, 31, 0.04);
  position: sticky;
  top: 0;
}

.apr-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 var(--apr-side);
}

.apr-wordmark {
  align-items: center;
  display: inline-flex;
  width: max-content;
}

.apr-brand-logo {
  height: auto;
  width: 245px;
}

.apr-wordmark__ja {
  color: var(--apr-ink);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.apr-wordmark__en {
  color: #668082;
  font-family: var(--apr-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.apr-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.apr-nav__list,
.apr-footer__links,
.apr-footer .apr-nav__list {
  align-items: center;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.apr-nav__list a,
.apr-nav__contact {
  font-family: var(--apr-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}

.apr-nav__list a::after {
  background: var(--apr-gold);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms var(--apr-ease);
  width: 100%;
}

.apr-nav__list a:hover::after,
.apr-nav__list .current-menu-item > a::after {
  transform: scaleX(1);
}

.apr-nav__contact {
  color: var(--apr-gold);
}

.apr-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--apr-ink);
  cursor: pointer;
  display: none;
  gap: 12px;
  padding: 8px 0;
}

.apr-menu-toggle__label {
  font-family: var(--apr-latin);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.apr-menu-toggle__lines {
  display: grid;
  gap: 5px;
  width: 22px;
}

.apr-menu-toggle__lines i {
  background: currentColor;
  display: block;
  height: 1px;
  transition: transform 260ms ease;
}

.apr-hero {
  align-items: stretch;
  background: var(--apr-mist);
  display: grid;
  gap: clamp(30px, 3.4vw, 52px);
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  min-height: 0;
  padding: 64px var(--apr-side);
}

.apr-hero__copy {
  align-items: flex-start;
  align-self: stretch;
  background: var(--apr-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(36px, 3.5vw, 52px);
}

.apr-hero__copy h1 {
  font-family: var(--apr-serif);
  font-size: clamp(42px, 3.9vw, 56px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 12px 0 24px;
}

.apr-hero__lead {
  color: var(--apr-body);
  font-size: 18px;
  line-height: 2.05;
  margin-bottom: 28px;
}

.apr-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.apr-button {
  align-items: center;
  border: 1px solid var(--apr-ink);
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 58px;
  min-width: 220px;
  padding: 15px 24px;
  transition: background 240ms ease, color 240ms ease, transform 240ms ease;
}

.apr-button:hover {
  transform: translateY(-2px);
}

.apr-button--dark {
  background: var(--apr-ink);
  color: var(--apr-white) !important;
}

.apr-button--dark:hover {
  background: #263b39;
}

.apr-button--light {
  background: var(--apr-white);
  border-color: var(--apr-white);
  color: var(--apr-ink) !important;
}

.apr-text-link {
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.07em;
}

.apr-text-link span {
  transition: transform 240ms ease;
}

.apr-text-link:hover span {
  transform: translateX(5px);
}

.apr-hero__visual {
  align-self: stretch;
  background: linear-gradient(121deg, #fbfdfd 13%, #ddecef 49%, #8fb8ba 84%);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.apr-global-hero__visual::after,
.apr-about__visual::after,
.apr-featured-work__visual--placeholder::after {
  background: linear-gradient(180deg, transparent 50%, rgba(20, 32, 31, 0.3) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.apr-hero__image,
.apr-global-hero__visual > img,
.apr-about__visual > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.apr-hero__image {
  object-position: left center;
}

.apr-site .apr-hero__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.apr-halo {
  height: auto;
  position: absolute;
}

.apr-halo--large {
  left: 17%;
  top: 28%;
  width: 87%;
}

.apr-halo--medium {
  left: 54%;
  top: 6%;
  width: 64%;
}

.apr-halo--small {
  left: 42%;
  top: 43%;
  width: 38%;
}

.apr-hero__caption {
  border-left: 1px solid var(--apr-gold);
  bottom: 32px;
  color: var(--apr-white);
  display: flex;
  flex-direction: column;
  left: 28px;
  padding-left: 18px;
  position: absolute;
  z-index: 1;
}

.apr-hero__caption span,
.apr-hero__caption small {
  font-family: var(--apr-latin);
  letter-spacing: 0.18em;
}

.apr-hero__caption span {
  font-size: 12px;
  font-weight: 500;
}

.apr-hero__caption small {
  font-size: 10px;
}

.apr-split,
.apr-section-heading,
.apr-journal__heading {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(0, 2.05fr);
}

.apr-mission {
  min-height: 0;
  padding: 96px var(--apr-side) 110px;
}

.apr-split__content {
  max-width: 850px;
}

.apr-gold-rule {
  background: var(--apr-gold);
  display: block;
  height: 1px;
  margin-bottom: 28px;
  width: 72px;
}

.apr-split h2,
.apr-section-heading h2,
.apr-journal__heading h2 {
  font-family: var(--apr-serif);
  font-size: clamp(36px, 3.35vw, 48px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.apr-split__content > p {
  color: var(--apr-body);
  font-size: 17px;
  line-height: 2.2;
  max-width: 740px;
}

.apr-services {
  background: var(--apr-mist-light);
  padding: 90px var(--apr-side);
}

.apr-section-heading {
  margin-bottom: 48px;
}

.apr-section-heading > div,
.apr-journal__heading h2 {
  grid-column: 2;
}

.apr-section-heading > .apr-section-index {
  grid-column: 1;
}

.apr-section-heading > div > p,
.apr-works .apr-section-heading p:last-child,
.apr-challenges .apr-section-heading p:last-child,
.apr-global-services .apr-section-heading p:last-child,
.apr-global-flow .apr-section-heading p:last-child {
  color: var(--apr-body);
  font-size: 16px;
  line-height: 1.9;
}

.apr-service-list {
  border-top: 1px solid rgba(184, 201, 202, 0.72);
}

.apr-service-row {
  align-items: center;
  border-bottom: 1px solid rgba(184, 201, 202, 0.72);
  display: grid;
  gap: 28px;
  grid-template-columns: 64px minmax(220px, 330px) minmax(300px, 1fr) 30px;
  min-height: 160px;
  padding: 24px 22px;
  transition: background 240ms ease, padding 280ms var(--apr-ease);
}

.apr-service-row:hover {
  background: rgba(251, 251, 248, 0.8);
  padding-left: 30px;
}

.apr-service-row__number {
  color: var(--apr-gold);
  font-family: var(--apr-sans);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.apr-service-row h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
}

.apr-service-row__description {
  color: var(--apr-body);
  font-size: 15px;
  line-height: 1.8;
}

.apr-service-row__description b {
  display: block;
  font-family: var(--apr-latin);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.apr-service-row__arrow,
.apr-journal-row__arrow {
  font-family: var(--apr-latin);
  font-size: 18px;
}

.apr-approach,
.apr-global-flow {
  background: var(--apr-ink);
  color: var(--apr-white);
  padding: 92px var(--apr-side);
}

.apr-section-heading--dark .apr-section-index {
  color: #8fa8aa;
}

.apr-section-heading--dark h2 {
  color: var(--apr-white);
}

.apr-section-heading--dark > div > p {
  color: var(--apr-dark-muted);
}

.apr-steps {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.apr-step {
  border-top: 1px solid #678080;
  min-height: 240px;
  padding-top: 18px;
}

.apr-step__label {
  color: var(--apr-gold);
  font-family: var(--apr-sans);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.apr-step h3 {
  color: var(--apr-white);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.apr-step > p:last-child {
  color: var(--apr-dark-muted);
  font-size: 15px;
  line-height: 1.9;
}

.apr-about {
  align-items: center;
  display: grid;
  gap: clamp(48px, 6vw, 88px);
  grid-template-columns: minmax(190px, 250px) minmax(0, 720px);
  justify-content: center;
  padding: 82px var(--apr-side);
}

.apr-about__visual {
  aspect-ratio: 4 / 5;
  background: linear-gradient(111deg, #edf7f7 12%, #b8d6d6 88%);
  overflow: hidden;
  position: relative;
}

.apr-about__visual > span {
  color: rgba(251, 251, 248, 0.88);
  font-family: var(--apr-display);
  font-size: clamp(130px, 14vw, 198px);
  left: 10%;
  letter-spacing: -0.06em;
  line-height: 1;
  position: absolute;
  top: 30%;
}

.apr-about__visual > small {
  bottom: 10%;
  color: var(--apr-white);
  font-family: var(--apr-sans);
  font-size: 11px;
  left: 9%;
  letter-spacing: 0.2em;
  position: absolute;
  text-shadow: 0 1px 18px rgba(20, 32, 31, 0.55);
  z-index: 1;
}

.apr-about__visual > img {
  object-position: 68% center;
}

.apr-about__content h2 {
  font-family: var(--apr-serif);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.6;
  margin: 26px 0;
}

.apr-about__content > p:not(.apr-section-index) {
  color: var(--apr-body);
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 28px;
}

.apr-works {
  background: var(--apr-mist);
  padding: 82px var(--apr-side);
}

.apr-featured-work {
  background: var(--apr-white);
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  min-height: 410px;
}

.apr-featured-work__visual {
  background: var(--apr-aqua);
  min-height: 410px;
  overflow: hidden;
  position: relative;
}

.apr-featured-work__visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.apr-featured-work__number {
  color: rgba(251, 251, 248, 0.85);
  font-family: var(--apr-display);
  font-size: clamp(120px, 14vw, 190px);
  left: 10%;
  line-height: 1;
  position: absolute;
  top: 18%;
}

.apr-featured-work__visual small {
  bottom: 20px;
  color: var(--apr-white);
  font-family: var(--apr-latin);
  font-size: 10px;
  left: 10%;
  letter-spacing: 0.2em;
  position: absolute;
  text-shadow: 0 1px 16px rgba(20, 32, 31, 0.55);
  z-index: 1;
}

.apr-featured-work__content {
  align-self: center;
  max-width: 700px;
  padding: 50px clamp(34px, 5vw, 72px);
}

.apr-featured-work__content .apr-kicker {
  color: var(--apr-gold);
}

.apr-featured-work__content h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 18px 0;
}

.apr-featured-work__content > p:not(.apr-kicker) {
  color: var(--apr-body);
  font-size: 16px;
  line-height: 1.9;
}

.apr-journal {
  padding: 86px var(--apr-side);
}

.apr-journal__heading {
  align-items: start;
  grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.5fr) auto;
  margin-bottom: 46px;
}

.apr-journal__heading h2 {
  font-size: clamp(34px, 3vw, 43px);
  margin: 0;
}

.apr-journal__heading .apr-text-link {
  grid-column: 3;
}

.apr-journal__list {
  border-top: 1px solid var(--apr-line);
}

.apr-journal-row {
  align-items: center;
  border-bottom: 1px solid var(--apr-line);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(200px, 0.8fr) minmax(0, 2fr) 30px;
  min-height: 140px;
  padding: 24px 16px;
  transition: background 240ms ease, padding 280ms var(--apr-ease);
}

a.apr-journal-row:hover {
  background: var(--apr-mist-light);
  padding-left: 24px;
}

.apr-journal-row__meta,
.apr-post-card__meta {
  color: var(--apr-gold);
  font-family: var(--apr-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.apr-journal-row h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

.apr-journal-row--disabled {
  opacity: 0.7;
}

.apr-contact-cta {
  align-items: center;
  background: var(--apr-mist);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
  padding: 78px var(--apr-side);
  text-align: center;
}

.apr-contact-cta h2 {
  font-family: var(--apr-serif);
  font-size: clamp(36px, 3.3vw, 48px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 20px 0;
}

.apr-contact-cta > p:not(.apr-kicker) {
  color: var(--apr-body);
  font-size: 17px;
  margin-bottom: 26px;
}

.apr-footer {
  background: var(--apr-ink);
  color: var(--apr-white);
  min-height: 300px;
  padding: 62px var(--apr-side);
}

.apr-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 176px;
}

.apr-wordmark--footer .apr-wordmark__ja {
  color: var(--apr-white);
  font-size: 20px;
}

.apr-wordmark--footer .apr-wordmark__en {
  color: #8fa8aa;
}

.apr-wordmark--footer .apr-brand-logo {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.94;
}

.apr-footer__copyright {
  color: #678080;
  font-family: var(--apr-latin);
  font-size: 9px;
  letter-spacing: 0.08em;
  margin: 14px 0 0;
}

.apr-footer__right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.apr-footer__nav,
.apr-footer__legal {
  align-items: center;
  display: flex;
  gap: 30px;
}

.apr-footer__links a,
.apr-footer .apr-nav__list a,
.apr-footer__contact,
.apr-footer__legal a {
  color: var(--apr-dark-muted);
  font-family: var(--apr-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.apr-footer__contact {
  color: var(--apr-gold);
}

.apr-footer__legal a {
  color: #678080;
  font-family: var(--apr-latin);
  font-size: 10px;
  letter-spacing: 0.14em;
}

/* Shared page heroes */
.apr-page-hero {
  min-height: 520px;
  padding: clamp(90px, 10vw, 145px) var(--apr-side);
}

.apr-page-hero--mist {
  background: var(--apr-mist);
}

.apr-page-hero--plain {
  background: var(--apr-white);
  border-bottom: 1px solid var(--apr-line);
}

.apr-page-hero--compact {
  min-height: 360px;
}

.apr-page-hero h1 {
  font-family: var(--apr-serif);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 18px 0 24px;
  max-width: 1050px;
}

.apr-page-hero > p:not(.apr-kicker),
.apr-page-hero__description {
  color: var(--apr-body);
  line-height: 2;
  max-width: 760px;
}

/* Service page */
.apr-service-detail-list {
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-service-detail {
  border-top: 1px solid var(--apr-line);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(140px, 0.55fr) minmax(320px, 1.5fr) minmax(250px, 1fr);
  padding: 68px 0;
  scroll-margin-top: 130px;
}

.apr-service-detail:last-child {
  border-bottom: 1px solid var(--apr-line);
}

.apr-service-detail__index {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.apr-service-detail__index > span {
  color: var(--apr-gold);
  font-family: var(--apr-display);
  font-size: 64px;
  line-height: 1;
}

.apr-service-detail__index small {
  color: var(--apr-muted);
  font-family: var(--apr-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.apr-service-detail__main h2 {
  font-family: var(--apr-serif);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.apr-service-detail__main > p {
  color: var(--apr-body);
  font-size: 16px;
  line-height: 2;
  max-width: 590px;
}

.apr-service-detail__lead {
  color: var(--apr-ink) !important;
  font-size: 17px !important;
  font-weight: 500;
}

.apr-service-detail__items {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.apr-service-detail__items li {
  border-bottom: 1px solid var(--apr-line);
  color: var(--apr-body);
  font-size: 15px;
  padding: 12px 0 12px 18px;
  position: relative;
}

.apr-service-detail__items li::before {
  color: var(--apr-gold);
  content: "+";
  left: 0;
  position: absolute;
}

.apr-global-banner {
  align-items: center;
  background: var(--apr-ink);
  color: var(--apr-white);
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(160px, 0.65fr) minmax(400px, 1.4fr) auto;
  margin: 0 var(--apr-side) var(--apr-section-y);
  padding: clamp(54px, 6vw, 82px);
}

.apr-global-banner .apr-kicker {
  color: #8fa8aa;
}

.apr-global-banner h2 {
  font-family: var(--apr-serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 12px;
}

.apr-global-banner p:last-child {
  color: var(--apr-dark-muted);
  font-size: 16px;
}

/* Global support */
.apr-global-hero {
  background: var(--apr-mist);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.85fr);
  min-height: 720px;
  padding: 64px var(--apr-side);
}

.apr-global-hero__copy {
  align-items: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  padding: 60px clamp(30px, 5vw, 70px) 60px 0;
}

.apr-global-hero__copy h1 {
  font-family: var(--apr-serif);
  font-size: clamp(42px, 4.2vw, 61px);
  font-weight: 500;
  line-height: 1.5;
  margin: 18px 0 24px;
}

.apr-global-hero__copy > p:not(.apr-kicker) {
  color: var(--apr-body);
  line-height: 2.1;
  margin-bottom: 30px;
}

.apr-global-hero__visual {
  align-self: center;
  background: linear-gradient(145deg, var(--apr-white), var(--apr-aqua));
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.apr-global-hero__globe {
  border: 1px solid rgba(184, 154, 103, 0.55);
  border-radius: 50%;
  height: 310px;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 310px;
}

.apr-global-hero__globe::before,
.apr-global-hero__globe::after {
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  content: "";
  inset: 20%;
  position: absolute;
}

.apr-global-hero__globe::after {
  border-radius: 0;
  border-width: 1px 0;
  inset: 48% 0;
}

.apr-global-hero__visual > p {
  color: rgba(251, 251, 248, 0.92);
  font-family: var(--apr-display);
  font-size: clamp(50px, 5vw, 78px);
  left: 8%;
  line-height: 1.03;
  position: absolute;
  top: 14%;
}

.apr-global-hero__visual > small {
  bottom: 36px;
  color: var(--apr-white);
  font-family: var(--apr-latin);
  font-size: 9px;
  left: 9%;
  letter-spacing: 0.2em;
  position: absolute;
  text-shadow: 0 1px 16px rgba(20, 32, 31, 0.55);
  z-index: 1;
}

.apr-global-hero__visual > img {
  object-position: center;
}

.apr-challenges,
.apr-global-services {
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-challenge-list {
  border-top: 1px solid var(--apr-line);
  list-style: none;
  margin: 0 0 0 min(32%, 390px);
  padding: 0;
}

.apr-challenge-list li {
  align-items: center;
  border-bottom: 1px solid var(--apr-line);
  display: flex;
  font-family: var(--apr-serif);
  font-size: clamp(17px, 1.6vw, 22px);
  gap: 28px;
  min-height: 108px;
  padding: 22px 10px;
}

.apr-challenge-list span {
  color: var(--apr-gold);
  font-family: var(--apr-latin);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.apr-global-philosophy {
  background: var(--apr-mist-light);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(170px, 1fr) minmax(0, 2.05fr);
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-global-philosophy h2 {
  font-family: var(--apr-serif);
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 26px;
}

.apr-global-philosophy > div > p {
  color: var(--apr-body);
  line-height: 2.2;
  max-width: 760px;
}

.apr-global-service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--apr-line);
  border: 1px solid var(--apr-line);
}

.apr-global-service-card {
  background: var(--apr-white);
  min-height: 310px;
  padding: clamp(34px, 4vw, 58px);
}

.apr-global-service-card:last-child {
  grid-column: 1 / -1;
  min-height: 240px;
}

.apr-global-service-card > p:first-child {
  color: var(--apr-muted);
  font-family: var(--apr-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.apr-global-service-card > p:first-child span {
  color: var(--apr-gold);
  display: inline-block;
  margin-right: 18px;
}

.apr-global-service-card h3 {
  font-family: var(--apr-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin: 24px 0 14px;
}

.apr-global-service-card > p:last-child {
  color: var(--apr-body);
  font-size: 16px;
  line-height: 2;
}

.apr-global-flow__list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 50px;
}

.apr-global-flow__list article {
  border-left: 1px solid #678080;
  min-height: 285px;
  padding: 26px 22px;
}

.apr-global-flow__list article:last-child {
  border-right: 1px solid #678080;
}

.apr-global-flow__list article > p:first-child {
  color: var(--apr-gold);
  font-family: var(--apr-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.apr-global-flow__list article > p:first-child span {
  color: #8fa8aa;
}

.apr-global-flow__list h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 34px 0 16px;
}

.apr-global-flow__list article > p:last-child {
  color: var(--apr-dark-muted);
  font-size: 15px;
  line-height: 1.9;
}

.apr-global-targets {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(300px, 1fr) minmax(340px, 1.1fr);
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-global-targets h2 {
  font-family: var(--apr-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.65;
  margin-top: 22px;
}

.apr-global-targets ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.apr-global-targets li {
  border-bottom: 1px solid var(--apr-line);
  color: var(--apr-body);
  padding: 18px 10px;
}

.apr-global-targets .apr-note {
  color: var(--apr-muted);
  font-size: 11px;
  grid-column: 2;
  line-height: 1.9;
}

/* Journal and works archives */
.apr-category-nav {
  border-bottom: 1px solid var(--apr-line);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 24px var(--apr-side);
}

.apr-category-nav a {
  color: var(--apr-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.apr-category-nav a:hover,
.apr-category-nav .is-current {
  color: var(--apr-gold);
}

.apr-post-grid,
.apr-work-grid {
  display: grid;
  gap: 54px 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-post-card,
.apr-work-card {
  min-width: 0;
}

.apr-post-card__image,
.apr-work-card__visual {
  align-items: center;
  aspect-ratio: 3 / 2;
  background: linear-gradient(135deg, var(--apr-mist-light), var(--apr-aqua));
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.apr-post-card__image img,
.apr-work-card__visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--apr-ease);
  width: 100%;
}

.apr-post-card:hover img,
.apr-work-card:hover img {
  transform: scale(1.035);
}

.apr-post-card__image > span,
.apr-work-card__visual > span {
  color: rgba(251, 251, 248, 0.9);
  font-family: var(--apr-display);
  font-size: clamp(36px, 4vw, 64px);
}

.apr-post-card__body h2,
.apr-work-card h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75;
  margin: 12px 0;
}

.apr-post-card__body > p:not(.apr-post-card__meta),
.apr-work-card > p:not(.apr-kicker) {
  color: var(--apr-body);
  font-size: 15px;
  line-height: 1.9;
}

.apr-work-card .apr-kicker {
  color: var(--apr-gold);
}

.apr-empty-state {
  border: 1px solid var(--apr-line);
  grid-column: 1 / -1;
  min-height: 300px;
  padding: 70px;
}

.apr-empty-state h2 {
  font-family: var(--apr-serif);
  font-size: 30px;
  font-weight: 500;
}

.navigation.pagination {
  padding: 0 var(--apr-side) var(--apr-section-y);
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.page-numbers {
  align-items: center;
  border: 1px solid var(--apr-line);
  display: inline-flex;
  font-family: var(--apr-latin);
  font-size: 11px;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 12px;
}

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

/* Article and editable WordPress content */
.apr-article {
  padding-bottom: var(--apr-section-y);
}

.apr-article__header {
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(90px, 10vw, 140px) var(--apr-side) 60px;
  text-align: center;
}

.apr-article__header h1 {
  font-family: var(--apr-serif);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.55;
  margin: 24px 0;
}

.apr-article__meta {
  color: var(--apr-muted);
  font-family: var(--apr-latin);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.apr-article__meta a {
  color: var(--apr-gold);
}

.apr-article__lead {
  color: var(--apr-body);
  line-height: 2;
}

.apr-article__eyecatch {
  margin: 0 auto 72px;
  max-width: 1160px;
  padding: 0 var(--apr-side);
}

.apr-article__eyecatch img {
  width: 100%;
}

.apr-editor-content {
  color: var(--apr-body);
  margin: 0 auto;
  max-width: 780px;
}

.apr-editor-content--page {
  max-width: 960px;
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-editor-content h2 {
  border-bottom: 1px solid var(--apr-line);
  color: var(--apr-ink);
  font-family: var(--apr-serif);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.7;
  margin: 2.5em 0 1em;
  padding-bottom: 0.45em;
}

.apr-editor-content h3 {
  color: var(--apr-ink);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
  margin: 2.2em 0 0.8em;
}

.apr-editor-content p,
.apr-editor-content li {
  line-height: 2.05;
}

.apr-editor-content a {
  color: #3d7477;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.apr-editor-content blockquote {
  background: var(--apr-mist-light);
  border-left: 2px solid var(--apr-gold);
  margin: 2.4em 0;
  padding: 28px 32px;
}

.apr-editor-content table {
  border-collapse: collapse;
  width: 100%;
}

.apr-editor-content th,
.apr-editor-content td {
  border-bottom: 1px solid var(--apr-line);
  padding: 18px 14px;
  text-align: left;
  vertical-align: top;
}

.apr-editor-content th {
  color: var(--apr-ink);
  font-weight: 500;
  width: 30%;
}

.apr-article__footer {
  align-items: center;
  border-top: 1px solid var(--apr-line);
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
  max-width: 780px;
  padding-top: 24px;
}

.apr-tags a {
  color: var(--apr-muted);
  font-size: 11px;
  margin-right: 10px;
}

.apr-company-content {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr);
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-company-content .apr-editor-content {
  margin: 0;
  max-width: 900px;
}

.apr-company-content__profile {
  justify-self: center;
  max-width: 240px;
}

.apr-company-content__profile img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 68% center;
  width: 100%;
}

/* Contact Form 7 */
.apr-contact-layout {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.5fr);
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-contact-layout__intro h2 {
  font-family: var(--apr-serif);
  font-size: 38px;
  font-weight: 500;
  margin: 24px 0;
}

.apr-contact-layout__intro > p:last-child {
  color: var(--apr-body);
  font-size: 16px;
}

.apr-contact-form label {
  color: var(--apr-ink);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 28px;
}

.apr-contact-form input[type="text"],
.apr-contact-form input[type="email"],
.apr-contact-form input[type="tel"],
.apr-contact-form input[type="url"],
.apr-contact-form textarea,
.apr-contact-form select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aebdbc;
  border-radius: 0;
  color: var(--apr-ink);
  margin-top: 8px;
  outline: none;
  padding: 13px 4px;
  transition: border-color 200ms ease;
  width: 100%;
}

.apr-contact-form textarea {
  border: 1px solid #aebdbc;
  min-height: 190px;
  padding: 14px;
}

.apr-contact-form input:focus,
.apr-contact-form textarea:focus,
.apr-contact-form select:focus {
  border-color: var(--apr-gold);
}

.apr-contact-form input[type="submit"] {
  background: var(--apr-ink);
  border: 1px solid var(--apr-ink);
  border-radius: 0;
  color: var(--apr-white);
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.08em;
  min-height: 58px;
  min-width: 220px;
  padding: 15px 24px;
}

.apr-admin-note {
  background: #fff7df;
  border: 1px solid #e7d69d;
  color: #4b432c;
  padding: 22px;
}

.apr-not-found {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  padding: var(--apr-section-y) var(--apr-side);
}

.apr-not-found h1 {
  font-family: var(--apr-serif);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  margin: 20px 0;
}

.apr-not-found > p:not(.apr-kicker) {
  color: var(--apr-body);
  margin-bottom: 28px;
}

/* Motion */
.js .apr-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

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

@media (max-width: 1180px) {
  .apr-header {
    height: 92px;
  }

  .apr-menu-toggle {
    display: inline-flex;
  }

  .apr-nav {
    align-items: flex-start;
    background: var(--apr-white);
    display: flex;
    flex-direction: column;
    inset: 92px 0 auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 var(--apr-side);
    position: absolute;
    transition: max-height 450ms var(--apr-ease), opacity 250ms ease, padding 350ms ease;
  }

  .apr-nav.is-open {
    border-bottom: 1px solid var(--apr-line);
    max-height: calc(100vh - 92px);
    opacity: 1;
    overflow-y: auto;
    padding-bottom: 36px;
    padding-top: 28px;
  }

  .apr-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .apr-nav__list li {
    border-bottom: 1px solid var(--apr-line);
  }

  .apr-nav__list a {
    display: block;
    font-size: 14px;
    padding: 15px 0;
  }

  .apr-nav__contact {
    align-items: center;
    border: 1px solid var(--apr-ink);
    display: flex;
    justify-content: center;
    min-height: 54px;
    width: 100%;
  }

  .apr-menu-toggle[aria-expanded="true"] .apr-menu-toggle__lines i:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .apr-menu-toggle[aria-expanded="true"] .apr-menu-toggle__lines i:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .apr-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  }

  .apr-global-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.8fr);
  }

  .apr-hero__copy {
    padding: 36px;
  }

  .apr-service-row {
    grid-template-columns: 48px minmax(190px, 260px) minmax(260px, 1fr) 24px;
  }

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

  .apr-about {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  }

  .apr-global-flow__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .apr-global-flow__list article:nth-child(4) {
    border-top: 1px solid #678080;
  }

  .apr-global-flow__list article:nth-child(3) {
    border-right: 1px solid #678080;
  }

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

@media (max-width: 980px) {
  .apr-hero,
  .apr-global-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 24px var(--apr-side) 44px;
  }

  .apr-hero__copy,
  .apr-global-hero__copy {
    min-height: auto;
    padding: 52px 32px;
    width: 100%;
  }

  .apr-global-hero__copy {
    padding-left: 0;
    padding-right: 0;
  }

  .apr-hero__visual,
  .apr-global-hero__visual {
    min-height: 520px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  :root {
    --apr-side: 24px;
    --apr-section-y: 72px;
  }

  body.apr-site {
    font-size: 16px;
  }

  .apr-wordmark__ja {
    font-size: 18px;
  }

  .apr-brand-logo {
    width: 190px;
  }

  .apr-hero,
  .apr-global-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 24px var(--apr-side) 44px;
  }

  .apr-hero__copy,
  .apr-global-hero__copy {
    min-height: auto;
    padding: 52px 26px;
    width: 100%;
  }

  .apr-global-hero__copy {
    padding-left: 0;
    padding-right: 0;
  }

  .apr-hero__copy h1,
  .apr-global-hero__copy h1 {
    font-size: clamp(29px, 7.3vw, 40px);
    line-height: 1.55;
    word-break: keep-all;
  }

  .apr-hero__lead br,
  .apr-global-hero__copy br,
  .apr-mission br,
  .apr-about__content br,
  .apr-page-hero br {
    display: none;
  }

  .apr-hero__visual,
  .apr-global-hero__visual {
    min-height: 430px;
    width: 100%;
  }

  .apr-split,
  .apr-section-heading,
  .apr-journal__heading,
  .apr-global-philosophy,
  .apr-company-content {
    display: block;
  }

  .apr-section-index {
    margin-bottom: 34px;
  }

  .apr-mission {
    min-height: auto;
    padding: var(--apr-section-y) var(--apr-side);
  }

  .apr-split h2,
  .apr-section-heading h2,
  .apr-journal__heading h2 {
    font-size: 34px;
  }

  .apr-services,
  .apr-approach,
  .apr-works,
  .apr-journal,
  .apr-global-flow {
    padding: var(--apr-section-y) var(--apr-side);
  }

  .apr-service-row {
    align-items: start;
    gap: 10px 16px;
    grid-template-columns: 38px 1fr 24px;
    min-height: 0;
    padding: 28px 8px;
  }

  .apr-service-row h3 {
    font-size: 21px;
  }

  .apr-service-row__description {
    grid-column: 2 / 4;
  }

  .apr-steps {
    grid-template-columns: 1fr;
  }

  .apr-step {
    min-height: 0;
    padding-bottom: 26px;
  }

  .apr-about {
    display: flex;
    flex-direction: column;
    padding: var(--apr-section-y) var(--apr-side);
  }

  .apr-about__visual {
    aspect-ratio: 1 / 1;
    align-self: flex-start;
    width: min(62vw, 220px);
  }

  .apr-about__visual > img {
    object-position: 64% center;
  }

  .apr-company-content__profile {
    margin-bottom: 54px;
    max-width: 220px;
  }

  .apr-featured-work {
    display: block;
  }

  .apr-featured-work__visual {
    min-height: 300px;
  }

  .apr-journal__heading .apr-text-link {
    display: inline-flex;
    margin-top: 12px;
  }

  .apr-journal-row {
    gap: 10px 16px;
    grid-template-columns: 1fr 24px;
    min-height: 120px;
  }

  .apr-journal-row__meta {
    grid-column: 1;
  }

  .apr-journal-row h3 {
    grid-column: 1;
    font-size: 19px;
  }

  .apr-journal-row__arrow {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .apr-contact-cta {
    min-height: 480px;
  }

  .apr-contact-cta h2 {
    font-size: 34px;
  }

  .apr-footer__inner,
  .apr-footer__nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .apr-footer__inner {
    gap: 48px;
  }

  .apr-footer__right {
    align-items: flex-start;
    width: 100%;
  }

  .apr-footer__links,
  .apr-footer .apr-nav__list {
    align-items: flex-start;
    display: grid;
    gap: 14px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apr-page-hero {
    min-height: 430px;
  }

  .apr-page-hero--compact {
    min-height: 300px;
  }

  .apr-page-hero h1 {
    font-size: 38px;
  }

  .apr-service-detail {
    display: block;
    padding: 52px 0;
  }

  .apr-service-detail__index,
  .apr-service-detail__main {
    margin-bottom: 28px;
  }

  .apr-service-detail__index > span {
    font-size: 50px;
  }

  .apr-global-banner {
    display: block;
    margin: 0 var(--apr-side) var(--apr-section-y);
    padding: 44px 28px;
  }

  .apr-global-banner > div,
  .apr-global-banner .apr-button {
    margin-top: 30px;
  }

  .apr-challenge-list {
    margin-left: 0;
  }

  .apr-global-service-grid,
  .apr-global-flow__list,
  .apr-global-targets,
  .apr-contact-layout {
    display: block;
  }

  .apr-global-service-card {
    grid-column: auto;
    min-height: 0;
  }

  .apr-global-flow__list article,
  .apr-global-flow__list article:last-child,
  .apr-global-flow__list article:nth-child(3) {
    border: 0;
    border-top: 1px solid #678080;
    min-height: 0;
    padding: 32px 0;
  }

  .apr-global-targets > div,
  .apr-global-targets ul {
    margin-bottom: 40px;
  }

  .apr-global-targets .apr-note {
    grid-column: auto;
  }

  .apr-post-grid,
  .apr-work-grid {
    grid-template-columns: 1fr;
  }

  .apr-article__header {
    text-align: left;
  }

  .apr-article__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-left: var(--apr-side);
    margin-right: var(--apr-side);
  }

  .apr-editor-content {
    margin-left: var(--apr-side);
    margin-right: var(--apr-side);
  }

  .apr-editor-content--page {
    margin: 0;
  }

  .apr-contact-layout__intro {
    margin-bottom: 54px;
  }
}

@media (max-width: 480px) {
  .apr-actions,
  .apr-actions .apr-button,
  .apr-actions .apr-text-link {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .apr-button {
    min-width: 0;
    width: 100%;
  }

  .apr-global-targets ul {
    grid-template-columns: 1fr;
  }

  .apr-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

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

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

  .js .apr-reveal {
    opacity: 1;
    transform: none;
  }
}
