body {
  background: #f5f2ed;
  color: #1a1a1a;
}

.site-main .section {
  margin-bottom: 2rem;
}

.site-main .post-article {
  padding: 2rem 0 4rem;
}

.site-main .entry-meta {
  margin: 0 0 1.5rem;
}
.site-main .entry-meta__date {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-main .entry-meta__category,
.site-main .entry-meta__published {
  margin: 0;
}

.site-main .entry-featured-image {
  margin: 0 0 2rem;
}

.site-main .entry-featured-image__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid #d8cfc5;
}

.site-main .entry-content {
  max-width: 44rem;
  margin: 0 auto;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.95;
}

.site-main .entry-content > p {
  margin: 0 0 1.2rem;
}

.site-main .entry-content > p:last-child {
  margin-bottom: 0;
}

.site-main .entry-content h1,
.site-main .entry-content h2,
.site-main .entry-content h3 {
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.35;
}

.site-main .entry-content h2 {
  margin: 2.2rem 0 1rem;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
}

.site-main .entry-content h3 {
  margin: 1.8rem 0 0.8rem;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

.site-main .entry-content__related {
  margin: 2.2rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid #ddd5cd;
}

.site-main .entry-content__related-eyebrow {
  margin: 0;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-main .entry-content__related-title {
  margin: 0.5rem 0 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.45;
}

.site-main .entry-content__related-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.site-main .entry-content__related-item {
  margin: 0;
}

.site-main .entry-content__related-link {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.55rem 0.6rem;
  border: 1px solid #ddd5cd;
  text-decoration: none;
  color: #1a1a1a;
}

.site-main .entry-content__related-number {
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-main .entry-content__related-category {
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-main .entry-content__related-post-title {
  min-width: 0;
  color: #295848;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.site-main .entry-content__related-arrow {
  color: #295848;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-main .entry-content__related-link:hover,
.site-main .entry-content__related-link:focus-visible {
  text-decoration: underline;
}

.site-main .entry-content__related-link:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.site-main .entry-content__post-links {
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.site-main .entry-content__primary-link,
.site-main .entry-content__contact-link,
.site-main .entry-content__back-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  padding: 0.35rem 0;
  text-decoration: none;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
}

.site-main .entry-content__primary-link {
  gap: 0.35rem;
  color: #295848;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-main .entry-content__primary-link:hover,
.site-main .entry-content__primary-link:focus-visible {
  text-decoration: underline;
}

.site-main .entry-content__contact-link {
  gap: 0.35rem;
  color: #295848;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-main .entry-content__contact-link:hover,
.site-main .entry-content__contact-link:focus-visible {
  text-decoration: underline;
}

.site-main .entry-content__primary-link:focus-visible,
.site-main .entry-content__contact-link:focus-visible,
.site-main .entry-content__back-link:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.site-main .entry-content__back-link {
  color: #5b7b6f;
  font-size: 0.86rem;
  font-weight: 500;
}

.site-main .entry-content__back-link:hover,
.site-main .entry-content__back-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body:not(.front-page) .site-main > .wrap {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
  }

  body:not(.front-page) .site-main .about-page__title,
  body:not(.front-page) .site-main .founder-page__title,
  body:not(.front-page) .site-main .services-page__title,
  body:not(.front-page) .site-main .journal-page__title,
  body:not(.front-page) .site-main .contact-page__title {
    max-width: none;
    font-size: clamp(2.4rem, 8.2vw, 3rem);
    line-height: 1.3;
  }

  body:not(.front-page) .site-main .about-page__title,
  body:not(.front-page) .site-main .about-page__section-title,
  body:not(.front-page) .site-main .about-page__cta-title,
  body:not(.front-page) .site-main .founder-page__title,
  body:not(.front-page) .site-main .founder-page__section-title,
  body:not(.front-page) .site-main .founder-page__cta-title,
  body:not(.front-page) .site-main .services-page__title,
  body:not(.front-page) .site-main .services-page__section-title,
  body:not(.front-page) .site-main .services-page__cta-title,
  body:not(.front-page) .site-main .journal-page__title,
  body:not(.front-page) .site-main .journal-page__section-title,
  body:not(.front-page) .site-main .journal-page__cta-title,
  body:not(.front-page) .site-main .journal-page__empty-title,
  body:not(.front-page) .site-main .contact-page__title,
  body:not(.front-page) .site-main .contact-page__section-title,
  body:not(.front-page) .site-main .privacy-policy-page__title,
  body:not(.front-page) .site-main .post-article .entry-content > h1:first-child,
  body:not(.front-page) .site-main .post-article .entry-content > h2:first-child,
  body:not(.front-page) .site-main .page-title,
  body:not(.front-page) .site-main .entry-title {
    text-wrap: balance;
    line-break: strict;
    word-break: normal;
    overflow-wrap: normal;
    letter-spacing: -0.01em;
  }

  body:not(.front-page) .site-main .about-page__section-title span,
  body:not(.front-page) .site-main .about-page__cta-title span,
  body:not(.front-page) .site-main .founder-page__section-title span,
  body:not(.front-page) .site-main .founder-page__cta-title span,
  body:not(.front-page) .site-main .services-page__section-title span,
  body:not(.front-page) .site-main .services-page__cta-title span,
  body:not(.front-page) .site-main .journal-page__section-title span,
  body:not(.front-page) .site-main .journal-page__cta-title span,
  body:not(.front-page) .site-main .journal-page__empty-title span,
  body:not(.front-page) .site-main .contact-page__section-title span {
    display: inline;
    white-space: normal;
  }

  .site-main .post-article {
    padding: 1.5rem 0 3rem;
  }

  .site-main .entry-featured-image__img {
    max-height: 360px;
  }

  .site-main .entry-content__related-link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.65rem 0.55rem;
  }

  .site-main .entry-content__related-category {
    grid-column: 1 / -1;
    margin-top: -0.1rem;
  }
}

body.single-post .site-main .entry-featured-image {
  overflow: visible;
}

body.single-post .site-main .entry-featured-image__img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: initial;
  object-position: 50% 50%;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(700px, 72vh, 760px);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-dialogue.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 34, 29, 0.88) 0%,
    rgba(20, 34, 29, 0.68) 38%,
    rgba(20, 34, 29, 0.18) 68%,
    rgba(20, 34, 29, 0) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding-top: 2.5rem;
  opacity: 0;
  transform: translateY(12px);
  animation: hero-content-fade 0.6s ease-out forwards;
}

.hero__brand {
  display: grid;
  gap: 0.3rem;
  margin: 0 0 1.9rem;
}

.hero__brand-name {
  color: #f7f4ef;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero__brand-meta {
  color: #f0ebe4;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0 0 1.5rem;
  max-width: 12ch;
  color: #f7f4ef;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 5.1vw, 5.55rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.hero__title span {
  display: block;
}

.hero__title-line--first {
  white-space: nowrap;
}

.hero__supporting {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 1.4rem;
  max-width: 34rem;
}

.hero__supporting p {
  margin: 0;
  color: #f4eee7;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid #f7f4ef;
  background: transparent;
  color: #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 2px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: #f7f4ef;
  color: #295848;
  border-color: #f7f4ef;
}

.hero__cta:focus-visible {
  outline: 2px solid #f7f4ef;
  outline-offset: 4px;
}

@keyframes hero-content-fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: 620px;
    align-items: flex-end;
    padding: 4rem 1.25rem 3.25rem;
  }

  .hero::before {
    background-position: center center;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(20, 34, 29, 0.65) 0%,
      rgba(20, 34, 29, 0.48) 40%,
      rgba(20, 34, 29, 0.60) 100%
    );
  }

  .hero__content {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 620px;
  }

  .hero::before {
    background-position: 62% center;
  }

  .hero__brand-name {
    font-size: 0.72rem;
  }

  .hero__brand-meta {
    font-size: 0.68rem;
  }

  .hero__title {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
    max-width: none;
    line-height: 1;
    letter-spacing: -0.02em;
    text-wrap: pretty;
  }

  .hero__supporting p {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__content {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
  padding: 4.5rem 0 5rem;
  border-top: 1px solid #d8cfc5;
  margin-top: 1rem;
}

.about-section__intro {
  max-width: 38rem;
}

.about-section__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-section__title {
  margin: 0 0 1.35rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.35rem, 3.9vw, 3.7rem);
  line-height: 1.32;
  font-weight: 400;
}

.about-section__title span {
  display: block;
}

.about-section__body {
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.about-section__body p {
  margin: 0;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.09rem);
  line-height: 1.9;
  color: #1a1a1a;
}

.about-section__list {
  display: grid;
  gap: 1rem;
}

.about-section__item {
  padding: 1.25rem 0;
  border-top: 1px solid #ddd5cd;
}

.about-section__item:first-child {
  border-top: 1px solid #ddd5cd;
}

.about-section__item-title {
  margin: 0 0 0.4rem;
  color: #295848;
  font-size: 0.93rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

.about-section__item-body {
  margin: 0;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: center;
  padding: 4.5rem 0 5rem;
  border-top: 1px solid #d8cfc5;
  margin-top: 1rem;
}

.founder-section__media {
  display: flex;
  justify-content: center;
}

.founder-section__media img,
.founder-section__placeholder {
  width: min(100%, 420px);
  min-height: 480px;
  object-fit: cover;
  border: 1px solid #d8d2c8;
  background: #e4ded9;
  border-radius: 8px;
}

.founder-section__placeholder {
  border: 1px solid #d8d2c8;
  background: linear-gradient(135deg, #e4ded9 0%, #efe8e2 100%);
}

.founder-section__content {
  max-width: 38rem;
}

.founder-section__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.founder-section__title {
  margin: 0 0 1.25rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1.15;
  font-weight: 500;
}

.founder-section__title span {
  display: block;
}

.founder-section__name {
  margin: 0 0 0.25rem;
  color: #1a1a1a;
  font-size: 1.15rem;
  font-weight: 600;
  font-family: Inter, Arial, sans-serif;
}

.founder-section__role {
  margin: 0 0 1rem;
  color: #3a3a38;
  font-size: 0.95rem;
}

.founder-section__body p {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #1a1a1a;
}

.founder-section__cta {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.9rem 1.25rem;
  color: #295848;
  border: 1px solid #295848;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.founder-section__cta:hover,
.founder-section__cta:focus-visible {
  background-color: #295848;
  color: #fff;
}

.philosophy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: start;
  padding: 4.5rem 0 5rem;
  border-top: 1px solid #d8d2c8;
  margin-top: 1rem;
}

.philosophy-section__intro {
  max-width: 33rem;
}

.philosophy-section__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.philosophy-section__title {
  margin: 0 0 1.25rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.3;
  font-weight: 400;
}

.philosophy-section__title span {
  display: block;
}

.philosophy-section__body {
  margin: 0;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #1a1a1a;
}

.philosophy-section__list {
  display: grid;
  gap: 0;
}

.philosophy-section__item {
  padding: 1.3rem 0;
  border-top: 1px solid #d8d2c8;
}

.philosophy-section__item:last-child {
  border-bottom: 1px solid #d8d2c8;
}

.philosophy-section__number {
  margin: 0 0 0.45rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.philosophy-section__item-title {
  margin: 0 0 0.5rem;
  color: #295848;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.philosophy-section__item-body {
  margin: 0;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #1a1a1a;
}

.services-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.75rem;
  align-items: start;
  padding: 4.5rem 0 5rem;
  border-top: 1px solid #d8d2c8;
  margin-top: 1rem;
}

.services-section__intro {
  max-width: 34rem;
  padding-top: 2.2rem;
}

.services-section__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.services-section__title {
  margin: 0 0 1.25rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 1.33;
  font-weight: 400;
}

.services-section__title span {
  display: block;
}

.services-section__intro-copy {
  margin: 0;
  max-width: 31rem;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.05rem);
  line-height: 1.85;
  color: #3a3a38;
}

.services-section__list {
  display: grid;
  gap: 0;
}

.services-section__item {
  padding: 1.45rem 0;
  border-top: 1px solid #d8d2c8;
}

.services-section__item:last-child {
  border-bottom: 1px solid #d8d2c8;
}

.services-section__number {
  margin: 0 0 0.45rem;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.services-section__item-title {
  margin: 0 0 0.55rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.services-section__item-subcopy {
  margin: 0 0 0.6rem;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.6;
  text-transform: uppercase;
  color: #5b7b6f;
}

.services-section__item-body {
  margin: 0 0 1rem;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #1a1a1a;
}

.services-section__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0;
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.services-section__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #295848;
  transition: width 0.25s ease;
}

.services-section__link:hover::after,
.services-section__link:focus-visible::after {
  width: 100%;
}

.services-section__link-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.services-section__link:hover .services-section__link-arrow,
.services-section__link:focus-visible .services-section__link-arrow {
  transform: translateX(4px);
}

.services-section__link:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.contact-section {
  margin-top: 1rem;
  padding: 5.5rem 0 6rem;
  background-color: #295848;
  color: #f7f4ef;
  border-top: 1px solid #46725f;
}

.contact-section__content {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
  gap: 3rem;
  align-items: start;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.contact-section__left {
  max-width: 40rem;
}

.contact-section__eyebrow {
  margin: 0 0 1.5rem;
  color: #e4ded9;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-section__title {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  color: #f7f4ef;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.8rem, 4.2vw, 4.25rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.contact-section__title-line {
  display: block;
}

.contact-section__body {
  margin: 0 0 2rem;
  max-width: 31rem;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.05rem);
  line-height: 1.8;
  color: #f2eee9;
}

.contact-section__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  color: #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.contact-section__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #f7f4ef;
  transition: width 0.25s ease;
}

.contact-section__link:hover::after,
.contact-section__link:focus-visible::after {
  width: 100%;
}

.contact-section__link-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.contact-section__link:hover .contact-section__link-arrow,
.contact-section__link:focus-visible .contact-section__link-arrow {
  transform: translateX(4px);
}

.contact-section__link:focus-visible {
  outline: 1px solid #f7f4ef;
  outline-offset: 4px;
}

.contact-section__right {
  max-width: 24rem;
  padding-top: 0.4rem;
}

.contact-section__meta-eyebrow {
  margin: 0 0 1.25rem;
  color: #e4ded9;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-section__info-item {
  padding: 1rem 0;
  border-top: 1px solid rgba(244, 240, 235, 0.25);
}

.contact-section__info-item:last-child {
  border-bottom: 1px solid rgba(244, 240, 235, 0.25);
}

.contact-section__info-label {
  margin: 0 0 0.35rem;
  color: #e4ded9;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-section__info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-section__info-link:hover,
.contact-section__info-link:focus-visible {
  color: #f7f4ef;
}

.contact-section__info-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.contact-section__info-link:hover .contact-section__info-arrow,
.contact-section__info-link:focus-visible .contact-section__info-arrow {
  transform: translateX(4px);
}

.contact-section__info-link:focus-visible {
  outline: 1px solid #f7f4ef;
  outline-offset: 4px;
}

.journal-section {
  margin-top: 1rem;
  padding: 5rem 0 5.5rem;
  background-color: #f7f4ef;
  border-top: 1px solid #d8d2c8;
}

.journal-section__content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.journal-section__intro {
  max-width: 30rem;
  padding-top: 0.3rem;
}

.journal-section__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.journal-section__title {
  margin: 0 0 1.25rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1.32;
  font-weight: 400;
}

.journal-section__title-line {
  display: block;
}

.journal-section__body {
  margin: 0;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3a38;
}

.journal-section__list {
  display: grid;
  gap: 0;
}

.journal-section__item {
  padding: 1.25rem 0;
  border-top: 1px solid #d8d2c8;
}

.journal-section__item:last-child {
  border-bottom: 1px solid #d8d2c8;
}

.journal-section__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.65rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5b7b6f;
}

.journal-section__number,
.journal-section__category,
.journal-section__date {
  margin: 0;
}

.journal-section__item-title {
  margin: 0 0 0.7rem;
  color: #1a1a1a;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  line-height: 1.4;
  font-weight: 500;
}

.journal-section__excerpt {
  margin: 0 0 1rem;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3a38;
}

.journal-section__item-title a {
  color: inherit;
  text-decoration: none;
}

.journal-section__item-title a:hover,
.journal-section__item-title a:focus-visible {
  color: #295848;
}

.journal-section__item-title a:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.journal-section__empty {
  margin: 0;
  padding: 1.4rem 0;
  border-top: 1px solid #d8d2c8;
  border-bottom: 1px solid #d8d2c8;
  color: #3a3a38;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.journal-section__all-link {
  margin-top: 1rem;
}

.journal-section__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0;
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.journal-section__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #295848;
  transition: width 0.25s ease;
}

.journal-section__link:hover::after,
.journal-section__link:focus-visible::after {
  width: 100%;
}

.journal-section__link-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.journal-section__link:hover .journal-section__link-arrow,
.journal-section__link:focus-visible .journal-section__link-arrow {
  transform: translateX(4px);
}

.journal-section__link:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.about-page {
  padding: 3.25rem 0 5.25rem;
}

.about-page__hero {
  padding: 4.25rem 0 5.25rem;
  border-bottom: 1px solid #d8cfc5;
}

.about-page__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-page__eyebrow--inverse {
  color: #e4ded9;
}

.about-page__title,
.about-page__section-title,
.about-page__cta-title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.26;
  font-weight: 400;
}

.about-page__title {
  display: grid;
  gap: 0.25rem;
  max-width: 18ch;
  font-size: clamp(3rem, 5.4vw, 5.2rem);
}

.about-page__title span,
.about-page__section-title span,
.about-page__cta-title span {
  display: block;
}

.about-page__lead,
.about-page__body-copy p,
.about-page__item-body,
.about-page__cta-body {
  margin: 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.about-page__lead {
  margin-top: 1.8rem;
  max-width: 46rem;
}

.about-page__section {
  padding: 4.5rem 0;
  border-bottom: 1px solid #d8cfc5;
}

.about-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}

.about-page__section-title {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

#about-page-perspective-title,
#about-page-work-title {
  min-width: 0;
  font-size: clamp(1.95rem, 2.95vw, 2.95rem);
  line-height: 1.32;
  letter-spacing: -0.003em;
}

#about-page-perspective-title {
  max-width: min(100%, 13.2em);
}

#about-page-work-title {
  max-width: min(100%, 11.2em);
}

#about-page-perspective-title .about-page__perspective-word-unit,
#about-page-work-title .about-page__work-word-unit {
  display: inline;
  white-space: nowrap;
}

#about-page-work-title > span {
  white-space: nowrap;
}

@media (min-width: 769px) {
  [aria-labelledby="about-page-work-title"] .about-page__grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    gap: clamp(2.4rem, 3vw, 3rem);
  }

  [aria-labelledby="about-page-work-title"] .about-page__grid > * {
    min-width: 0;
  }
}

.about-page__body-copy {
  display: grid;
  gap: 1.15rem;
}

.about-page__perspective-list {
  display: grid;
  gap: 0;
}

.about-page__perspective-item {
  padding: 1.25rem 0;
  border-top: 1px solid #d8cfc5;
}

.about-page__perspective-item:last-child {
  border-bottom: 1px solid #d8cfc5;
}

.about-page__number {
  margin: 0 0 0.55rem;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-page__item-title {
  margin: 0 0 0.65rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.about-page__cta-wrap {
  margin-top: 1rem;
  padding: 4.5rem 1.25rem 5rem;
  background-color: #295848;
  color: #f7f4ef;
}

.about-page__cta-title {
  color: #f7f4ef;
  max-width: 18ch;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.about-page__cta-body {
  margin-top: 1.35rem;
  max-width: 30rem;
  color: #f3eee8;
}

.about-page__cta-link {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0.9rem 1.35rem;
  color: #f7f4ef;
  border: 1px solid #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.about-page__cta-link:hover,
.about-page__cta-link:focus-visible {
  background-color: #f7f4ef;
  color: #295848;
}

.services-page {
  padding: 3rem 0 5rem;
}

.services-page__hero,
.services-page__section {
  border-bottom: 1px solid #d8cfc5;
}

.services-page__hero {
  padding: 3.5rem 0 5rem;
}

.services-page__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.services-page__eyebrow--inverse {
  color: #e4ded9;
}

.services-page__title,
.services-page__section-title,
.services-page__cta-title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.28;
}

.services-page__title {
  display: grid;
  gap: 0.2rem;
  max-width: 14ch;
  font-size: clamp(3rem, 5vw, 5rem);
}

.services-page__title span,
.services-page__section-title span,
.services-page__cta-title span {
  display: block;
}

@media (min-width: 992px) {
  #services-page-hero-title {
    max-width: 15ch;
  }

  #services-page-overview-title {
    max-width: 16ch;
    letter-spacing: -0.005em;
  }

  #services-page-hero-title span:last-child,
  #services-page-overview-title span:last-child {
    white-space: nowrap;
  }
}

.services-page__lead,
.services-page__intro-copy p,
.services-page__service-body,
.services-page__process-body,
.services-page__work-body,
.services-page__engagement-body,
.services-page__note,
.services-page__cta-body {
  margin: 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.services-page__lead {
  margin-top: 1.9rem;
  max-width: 44rem;
}

.services-page__section {
  padding: 4.5rem 0;
}

.services-page__section--another-practice {
  padding-top: 4.25rem;
}

.services-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.services-page__grid--another-practice {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
}

.services-page__section-title {
  font-size: clamp(2.35rem, 4vw, 3.8rem);
}

.services-page__grid--challenges,
.services-page__grid--how,
.services-page__grid--engagement,
.services-page__grid--founder-book {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.4rem;
}

.services-page__grid--founder-book {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(2.8rem, 4vw, 4rem);
}

.services-page__grid--founder-book > * {
  min-width: 0;
}

.services-page__grid--challenges .services-page__section-title,
.services-page__grid--how .services-page__section-title,
.services-page__grid--engagement .services-page__section-title,
.services-page__grid--founder-book .services-page__section-title {
  max-width: none;
  font-size: clamp(2.2rem, 3.45vw, 3.45rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.services-page__grid--challenges .services-page__section-title span,
.services-page__grid--how .services-page__section-title span,
.services-page__grid--engagement .services-page__section-title span,
.services-page__grid--founder-book .services-page__section-title span {
  white-space: nowrap;
}

.services-page__grid--founder-book .services-page__section-title {
  max-width: min(100%, 15ch);
  font-size: clamp(2.08rem, 3.15vw, 3.1rem);
  line-height: 1.32;
  letter-spacing: -0.006em;
}

.services-page__grid--founder-book .services-page__section-title span {
  white-space: normal;
}

#services-page-founder-title .services-page__founder-line-a,
#services-page-founder-title .services-page__founder-line-b {
  display: inline;
}

@media (min-width: 992px) {
  #services-page-founder-title .services-page__founder-line-a,
  #services-page-founder-title .services-page__founder-line-b {
    display: block;
  }
}

.services-page__intro-copy {
  display: grid;
  gap: 1rem;
}

.services-page__service-list,
.services-page__work-list,
.services-page__engagement-list,
.services-page__process-list,
.services-page__challenges-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-page__service-list {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
}

.services-page__service-item,
.services-page__work-item,
.services-page__engagement-item,
.services-page__process-item {
  padding: 1.5rem 0;
  border-top: 1px solid #d8cfc5;
}

.services-page__service-item:last-child,
.services-page__work-item:last-child,
.services-page__engagement-item:last-child,
.services-page__process-item:last-child {
  border-bottom: 1px solid #d8cfc5;
}

.services-page__service-number,
.services-page__process-number,
.services-page__work-number,
.services-page__engagement-number {
  margin: 0 0 0.6rem;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.services-page__service-label,
.services-page__process-label {
  margin: 0 0 0.3rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.services-page__service-title,
.services-page__process-title,
.services-page__work-title,
.services-page__engagement-title {
  margin: 0 0 0.8rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 500;
  line-height: 1.38;
}

.services-page__support-list {
  margin: 1.05rem 0 1.2rem;
  padding-left: 1.15rem;
}

.services-page__support-list li {
  margin: 0.35rem 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.services-page__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.services-page__cta-link:hover,
.services-page__cta-link:focus-visible {
  text-decoration: underline;
}

.services-page__cta-link:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.services-page__cta-link--external {
  margin-top: 1.5rem;
}

.services-page__process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.services-page__process-item {
  border-top: 1px solid #d8cfc5;
  padding-top: 1.2rem;
  padding-right: 0.25rem;
}

.services-page__process-title {
  font-size: clamp(1.28rem, 1.45vw, 1.55rem);
  line-height: 1.42;
}

.services-page__process-body {
  font-size: clamp(0.94rem, 0.98vw, 1rem);
  line-height: 1.8;
}

.services-page__challenges-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
}

.services-page__challenges-list li {
  padding: 1rem 0;
  border-top: 1px solid #d8cfc5;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.services-page__challenges-list li:nth-child(odd) {
  padding-right: 1.5rem;
}

.services-page__challenges-list li:nth-child(even) {
  padding-left: 1.5rem;
}

.services-page__work-list,
.services-page__engagement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.services-page__work-item,
.services-page__engagement-item {
  border-top: 1px solid #d8cfc5;
}

.services-page__note {
  margin-top: 1.35rem;
  max-width: 40rem;
  color: #3a3a38;
}

.services-page__founder-book-visual {
  position: relative;
  margin-top: 2rem;
  min-height: 280px;
  padding: 2.8rem 1.5rem;
  border: 1px solid #d8cfc5;
  background: linear-gradient(160deg, #f3eee6 0%, #f8f5f0 100%);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  color: #295848;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.services-page__founder-book-visual::before,
.services-page__founder-book-visual::after {
  content: "";
  position: absolute;
  width: min(74%, 31rem);
  aspect-ratio: 1.45 / 1;
  border: 1px solid rgba(41, 88, 72, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(241, 233, 223, 0.18) 100%);
  pointer-events: none;
}

.services-page__founder-book-visual::before {
  transform: translate(-10px, 8px);
}

.services-page__founder-book-visual::after {
  transform: translate(12px, -8px);
  opacity: 0.78;
}

.services-page__founder-book-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.services-page__founder-book-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0.35rem 0.8rem 0.5rem;
  border-bottom: 1px solid rgba(41, 88, 72, 0.8);
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.65rem, 2.45vw, 2.35rem);
  letter-spacing: 0.01em;
}

.services-page__founder-book-visual:hover,
.services-page__founder-book-visual:focus-visible {
  border-color: #bfb2a3;
  background: linear-gradient(160deg, #f2ebe2 0%, #f7f3ed 100%);
}

.services-page__founder-book-visual:hover .services-page__founder-book-title,
.services-page__founder-book-visual:focus-visible .services-page__founder-book-title {
  transform: translateY(-1px);
}

.services-page__founder-book-visual:hover::before,
.services-page__founder-book-visual:hover::after,
.services-page__founder-book-visual:focus-visible::before,
.services-page__founder-book-visual:focus-visible::after {
  border-color: rgba(41, 88, 72, 0.28);
}

.services-page__founder-book-visual:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

@media (max-width: 1200px) {
  .services-page__grid--challenges,
  .services-page__grid--how,
  .services-page__grid--engagement,
  .services-page__grid--founder-book {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 2.4rem;
  }

  .services-page__grid--challenges .services-page__section-title,
  .services-page__grid--how .services-page__section-title,
  .services-page__grid--engagement .services-page__section-title,
  .services-page__grid--founder-book .services-page__section-title {
    font-size: clamp(2.05rem, 3.15vw, 3rem);
  }

  .services-page__grid--challenges .services-page__section-title span,
  .services-page__grid--how .services-page__section-title span,
  .services-page__grid--engagement .services-page__section-title span,
  .services-page__grid--founder-book .services-page__section-title span {
    white-space: normal;
  }

  .services-page__grid--founder-book {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.2rem, 3.5vw, 2.9rem);
  }

  .services-page__grid--founder-book .services-page__section-title {
    max-width: min(100%, 14.4ch);
  }
}

.services-page__cta-wrap {
  margin-top: 1rem;
  padding: 4.5rem 1.25rem 5rem;
  background-color: #295848;
  color: #f7f4ef;
}

.services-page__cta-title {
  color: #f7f4ef;
  max-width: 18ch;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.services-page__cta-body {
  margin-top: 1.35rem;
  max-width: 32rem;
  color: #f2eee7;
}

.services-page__cta-link--inverse {
  margin-top: 2rem;
  color: #f7f4ef;
  border: 1px solid #f7f4ef;
  padding: 0.9rem 1.3rem;
}

.services-page__cta-link--inverse:hover,
.services-page__cta-link--inverse:focus-visible {
  background-color: #f7f4ef;
  color: #295848;
}

.services-page__cta-link--dark {
  color: #295848;
}

.founder-page {
  padding: 3rem 0 5rem;
}

.founder-page__hero,
.founder-page__section {
  border-bottom: 1px solid #d8cfc5;
}

.founder-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
  padding: 3rem 0 4.5rem;
}

.founder-page__media img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  display: block;
  border: 1px solid #d8cfc5;
  background: #e9e2d9;
}

.founder-page__content {
  max-width: 40rem;
}

.founder-page__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.founder-page__eyebrow--inverse {
  color: #e4ded9;
}

.founder-page__title,
.founder-page__section-title,
.founder-page__cta-title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.28;
}

.founder-page__title {
  display: grid;
  gap: 0.15rem;
  max-width: 12ch;
  font-size: clamp(3rem, 5vw, 5rem);
}

.founder-page__title span,
.founder-page__section-title span,
.founder-page__cta-title span {
  display: block;
}

.founder-page__lead,
.founder-page__body-copy p,
.founder-page__timeline-body,
.founder-page__belief-body,
.founder-page__cta-body {
  margin: 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.founder-page__lead {
  margin-top: 1.5rem;
  max-width: 38rem;
}

.founder-page__lead--secondary {
  margin-top: 1rem;
}

.founder-page__name {
  margin: 1.5rem 0 0.15rem;
  color: #1a1a1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.founder-page__role {
  margin: 0;
  color: #3a3a38;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.9rem;
}

.founder-page__section {
  padding: 4.5rem 0;
}

.founder-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}

.founder-page__grid--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.founder-page__section-title {
  font-size: clamp(2.35rem, 4vw, 3.8rem);
}

#founder-page-origin-title,
#founder-page-business-marketing-title,
#founder-page-management-title,
#founder-page-ai-title,
#founder-page-journey-title {
  min-width: 0;
  max-width: min(100%, 13.4em);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.31;
  letter-spacing: -0.003em;
}

#founder-page-origin-title .founder-page__word-unit,
#founder-page-business-marketing-title .founder-page__word-unit,
#founder-page-management-title .founder-page__word-unit,
#founder-page-ai-title .founder-page__word-unit,
#founder-page-journey-title .founder-page__word-unit {
  display: inline;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .founder-page__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #founder-page-business-marketing-title {
    order: -1;
  }

  #founder-page-origin-title,
  #founder-page-business-marketing-title,
  #founder-page-management-title,
  #founder-page-ai-title,
  #founder-page-journey-title {
    max-width: none;
    font-size: clamp(1.75rem, 7.8vw, 2.2rem);
    line-height: 1.34;
    letter-spacing: -0.002em;
  }
}

.founder-page__body-copy {
  display: grid;
  gap: 1rem;
}

.founder-page__timeline,
.founder-page__beliefs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.founder-page__timeline {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.founder-page__timeline-item,
.founder-page__belief-item {
  padding: 1.4rem 0;
  border-top: 1px solid #d8cfc5;
}

.founder-page__timeline-item:last-child,
.founder-page__belief-item:last-child {
  border-bottom: 1px solid #d8cfc5;
}

.founder-page__timeline-label {
  margin: 0 0 0.45rem;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.founder-page__timeline-title,
.founder-page__belief-title {
  margin: 0 0 0.5rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 500;
  line-height: 1.38;
}

.founder-page__beliefs-list {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.founder-page__cta-wrap {
  margin-top: 1rem;
  padding: 4.5rem 1.25rem 5rem;
  background-color: #295848;
  color: #f7f4ef;
}

.founder-page__cta-title {
  color: #f7f4ef;
  max-width: 18ch;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.founder-page__cta-body {
  margin-top: 1.25rem;
  max-width: 32rem;
  color: #f2eee7;
}

.founder-page__cta-link {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0.9rem 1.35rem;
  color: #f7f4ef;
  border: 1px solid #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.founder-page__cta-link:hover,
.founder-page__cta-link:focus-visible {
  background-color: #f7f4ef;
  color: #295848;
}

.founder-page__cta-link:focus-visible {
  outline: 1px solid #f7f4ef;
  outline-offset: 4px;
}

.journal-page {
  padding: 3rem 0 5rem;
}

.journal-page__hero,
.journal-page__featured,
.journal-page__categories,
.journal-page__archive,
.journal-page__section {
  border-bottom: 1px solid #d8cfc5;
}

.journal-page__hero {
  padding: 3rem 0 4.5rem;
}

.journal-page__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.journal-page__eyebrow--inverse {
  color: #e4ded9;
}

.journal-page__title,
.journal-page__section-title,
.journal-page__cta-title,
.journal-page__empty-title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.28;
}

.journal-page__title {
  display: grid;
  gap: 0.25rem;
  max-width: 14ch;
  font-size: clamp(3rem, 5vw, 5rem);
}

.journal-page__title span,
.journal-page__section-title span,
.journal-page__cta-title span,
.journal-page__empty-title span {
  display: block;
}

.journal-page__lead,
.journal-page__featured-excerpt,
.journal-page__article-excerpt,
.journal-page__article-category,
.journal-page__article-date,
.journal-page__meta-category,
.journal-page__meta-date,
.journal-page__cta-body,
.journal-page__empty-body {
  margin: 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.journal-page__lead {
  margin-top: 1.5rem;
  max-width: 42rem;
}

.journal-page__lead--secondary {
  margin-top: 0.75rem;
}

.journal-page__featured,
.journal-page__categories,
.journal-page__archive {
  padding: 4.5rem 0;
}

.journal-page__featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
  margin-top: 1.5rem;
}

.journal-page__featured-copy {
  max-width: 38rem;
}

.journal-page__featured-meta,
.journal-page__article-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.journal-page__meta-category,
.journal-page__article-category,
.journal-page__meta-date,
.journal-page__article-date {
  color: #5b7b6f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.journal-page__featured-title,
.journal-page__article-title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #295848;
}

.journal-page__featured-title {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.2rem, 3.8vw, 3.3rem);
}

.journal-page__featured-title a,
.journal-page__article-title a {
  color: inherit;
  text-decoration: none;
}

.journal-page__featured-title a:hover,
.journal-page__article-title a:hover,
.journal-page__featured-title a:focus-visible,
.journal-page__article-title a:focus-visible {
  text-decoration: underline;
}

.journal-page__featured-excerpt,
.journal-page__article-excerpt {
  max-width: 38rem;
}

.journal-page__featured-excerpt {
  margin: 0 0 1.25rem;
}

.journal-page__featured-image-wrap,
.journal-page__article-image-wrap {
  overflow: hidden;
}

.journal-page__featured-image,
.journal-page__article-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
}

.journal-page__featured-image {
  border: 1px solid #d8cfc5;
}

.journal-page__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.journal-page__read-more:hover,
.journal-page__read-more:focus-visible {
  text-decoration: underline;
}

.journal-page__read-more:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.journal-page__categories {
  display: grid;
  gap: 1rem;
}

.journal-page__category-nav {
  margin-top: 0.25rem;
}

.journal-page__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
}

.journal-page__category-list li {
  padding: 0.55rem 0;
  border-top: 1px solid #d8cfc5;
}

.journal-page__category-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
}

.journal-page__category-list a:hover,
.journal-page__category-list a:focus-visible {
  text-decoration: underline;
}

.journal-page__category-list a:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.journal-page__archive-list {
  display: grid;
  gap: 0;
  margin-top: 1.75rem;
}

.journal-page__article {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 2rem;
  padding: 1.4rem 0;
  border-top: 1px solid #d8cfc5;
  align-items: start;
}

.journal-page__article--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.journal-page__article-content,
.journal-page__article-media {
  min-width: 0;
}

.journal-page__article-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.journal-page__article:last-child {
  border-bottom: 1px solid #d8cfc5;
}

.journal-page__article-number {
  margin: 0;
  color: #5b7b6f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.journal-page__article-title {
  margin: 0.8rem 0 0.85rem;
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  min-width: 0;
}

.journal-page__article-excerpt {
  margin: 0 0 1rem;
  min-width: 0;
}

.journal-page__article-media {
  display: flex;
  align-items: flex-start;
}

.journal-page__article-image-wrap {
  width: 100%;
}

.journal-page__pagination {
  margin-top: 2rem;
}

.journal-page__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.journal-page__pagination .page-numbers a,
.journal-page__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  padding: 0 0.65rem;
  border: 1px solid #d8cfc5;
  text-decoration: none;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.92rem;
}

.journal-page__pagination .page-numbers .current {
  background-color: #295848;
  color: #f7f4ef;
}

.journal-page__pagination .page-numbers a:hover,
.journal-page__pagination .page-numbers a:focus-visible {
  background-color: #e9e2d9;
}

.journal-page__pagination .page-numbers a:focus-visible,
.journal-page__pagination .page-numbers .current:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 4px;
}

.journal-page__empty {
  padding: 2.5rem 0 0;
}

.journal-page__empty-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.journal-page__empty-body {
  margin-top: 1.2rem;
  max-width: 32rem;
}

.journal-page__cta-wrap {
  margin-top: 1rem;
  padding: 4.5rem 1.25rem 5rem;
  background-color: #295848;
  color: #f7f4ef;
}

.journal-page__cta-title {
  color: #f7f4ef;
  max-width: 18ch;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.journal-page__cta-body {
  margin-top: 1.25rem;
  max-width: 32rem;
  color: #f2eee7;
}

.journal-page__cta-link {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0.9rem 1.35rem;
  color: #f7f4ef;
  border: 1px solid #f7f4ef;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.journal-page__cta-link:hover,
.journal-page__cta-link:focus-visible {
  background-color: #f7f4ef;
  color: #295848;
}

.journal-page__cta-link:focus-visible {
  outline: 1px solid #f7f4ef;
  outline-offset: 4px;
}

.contact-page {
  padding: 3rem 0 5rem;
}

.contact-page__hero,
.contact-page__section {
  border-bottom: 1px solid #d8cfc5;
}

.contact-page__hero {
  padding: 3rem 0 4.5rem;
  max-width: 56rem;
}

.contact-page__eyebrow,
.contact-page__connect-label {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-page__title,
.contact-page__section-title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.34;
}

.contact-page__title {
  display: grid;
  gap: 0.25rem;
  max-width: 18.2ch;
  font-size: clamp(2.55rem, 4.1vw, 4.2rem);
  letter-spacing: 0.01em;
}

.contact-page__title span {
  display: block;
}

.contact-page__lead,
.contact-page__body {
  margin: 0;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.contact-page__lead {
  margin-top: 1.6rem;
  max-width: 48rem;
}

.contact-page__section {
  padding: 4.5rem 0;
}

.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
  gap: 3.2rem;
  align-items: start;
}

.contact-page__form-column,
.contact-page__aside {
  min-width: 0;
}

.contact-page__section-title {
  font-size: clamp(2.2rem, 3.65vw, 3.35rem);
}

.contact-page__body {
  margin-top: 1.15rem;
  max-width: 38rem;
}

.contact-page__body--secondary {
  margin-top: 0.95rem;
}

.contact-page__form-wrap {
  margin-top: 1.75rem;
}

.contact-page .fluentform {
  max-width: none;
}

.contact-page .fluentform .ff-el-group {
  margin-bottom: 1.35rem;
}

.contact-page .fluentform .ff-el-input--label {
  margin-bottom: 0.5rem;
  color: #295848;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.contact-page .fluentform .ff-el-is-required.asterisk-right label::after,
.contact-page .fluentform .ff-el-is-required.asterisk-right .ff-el-input--label::after,
.contact-page .fluentform .ff-el-is-required .ff-el-input--label::after {
  color: #8f6f67;
  opacity: 0.9;
}

.contact-page .fluentform .ff-el-form-control {
  box-sizing: border-box;
  width: 100%;
  min-height: 3rem;
  padding: 0.76rem 0.82rem;
  border: 1px solid #d8cfc5;
  background-color: #fcf9f3;
  color: #1a1a1a;
  border-radius: 0;
  box-shadow: none;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-page .fluentform textarea.ff-el-form-control {
  min-height: 11.5rem;
  resize: vertical;
}

.contact-page .fluentform select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.45;
  background-image: linear-gradient(45deg, transparent 50%, #5b7b6f 50%), linear-gradient(135deg, #5b7b6f 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 10px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}

.contact-page .fluentform .ff-el-form-control:focus,
.contact-page .fluentform .ff-el-form-control:focus-visible {
  border-color: #295848;
  outline: 1px solid #295848;
  outline-offset: 2px;
}

.contact-page .fluentform .ff-el-form-check.ff-el-tc {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.58rem;
  margin-top: 0.2rem;
  min-width: 0;
}

.contact-page .fluentform .ff-el-form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.18rem;
  flex: 0 0 auto;
}

.contact-page .fluentform .ff-el-form-check-label {
  margin: 0;
  color: #3a3a38;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1.7;
}

.contact-page .fluentform .ff_submit_btn_wrapper {
  margin-top: 1.5rem;
}

.contact-page .fluentform .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid #295848 !important;
  background-color: #295848 !important;
  color: #f7f4ef !important;
  border-radius: 0;
  box-shadow: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-page .fluentform .ff-btn-submit:hover,
.contact-page .fluentform .ff-btn-submit:focus-visible {
  border-color: #244d3f !important;
  background-color: #244d3f !important;
  color: #f7f4ef !important;
}

.contact-page .fluentform .ff-btn-submit:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 3px;
}

.contact-page .fluentform .text-danger,
.contact-page .fluentform .ff-error,
.contact-page .fluentform .error {
  color: #8d4f4f;
  font-size: 0.88rem;
  line-height: 1.6;
}

.contact-page .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #b57373;
}

.contact-page .fluentform .ff-message-success,
.contact-page .fluentform .ff_success_message,
.contact-page .fluentform_success_wrap {
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #b6c8bf;
  background: #fcf9f3;
  color: #295848;
  box-shadow: none;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
}

.contact-page__connect {
  margin-top: 2rem;
}

.contact-page__connect-list {
  display: grid;
  gap: 0;
  margin-top: 1rem;
}

.contact-page__connect-item {
  padding: 0.95rem 0;
  border-top: 1px solid #d8cfc5;
}

.contact-page__connect-item:last-child {
  border-bottom: 1px solid #d8cfc5;
}

.contact-page__connect-label {
  margin: 0 0 0.25rem;
  color: #5b7b6f;
  font-size: 0.7rem;
  letter-spacing: 0.26em;
}

.contact-page__connect-item a {
  color: #295848;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.97rem;
  font-weight: 500;
}

.contact-page__connect-item a:hover,
.contact-page__connect-item a:focus-visible {
  text-decoration: underline;
}

.contact-page__connect-item a:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 3px;
}

.privacy-policy-page {
  padding: 3rem 0 5rem;
}

.privacy-policy-page__hero {
  padding: 3rem 0 3.25rem;
  border-bottom: 1px solid #d8cfc5;
}

.privacy-policy-page__eyebrow {
  margin: 0 0 1rem;
  color: #295848;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.privacy-policy-page__title {
  margin: 0;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.4rem, 3.85vw, 3.8rem);
  font-weight: 400;
  line-height: 1.34;
}

.privacy-policy-page__lead {
  margin: 1.2rem 0 0;
  max-width: 42rem;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.9;
}

.privacy-policy-page__article {
  padding: 3rem 0 0;
}

.privacy-policy-page .privacy-policy-page__content {
  max-width: 48rem;
  margin: 0 auto;
  color: #1a1a1a;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.06rem);
  line-height: 1.92;
}

.privacy-policy-page__content p {
  margin: 0 0 1.2rem;
  overflow-wrap: break-word;
}

.privacy-policy-page__content p:last-child {
  margin-bottom: 0;
}

.privacy-policy-page__content h2,
.privacy-policy-page__content .privacy-policy-page__chapter-title {
  margin: 2.6rem 0 0.95rem;
  padding-top: 1.1rem;
  border-top: 1px solid #ddd5cd;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.58rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.42;
}

.privacy-policy-page__content h2:first-child,
.privacy-policy-page__content .privacy-policy-page__chapter-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.privacy-policy-page__content h3,
.privacy-policy-page__content .privacy-policy-page__subchapter-title {
  margin: 1.7rem 0 0.7rem;
  color: #295848;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.22rem, 1.85vw, 1.52rem);
  font-weight: 400;
  line-height: 1.46;
}

.privacy-policy-page__content ul,
.privacy-policy-page__content .privacy-policy-page__list {
  margin: 0.15rem 0 1.15rem;
  padding: 0 0 0 1.25rem;
  list-style: disc;
}

.privacy-policy-page__content li,
.privacy-policy-page__content .privacy-policy-page__list li {
  margin: 0.25rem 0;
  line-height: 1.85;
}

.privacy-policy-page__content a {
  color: #295848;
  text-underline-offset: 0.12em;
}

.privacy-policy-page__content a:focus-visible {
  outline: 1px solid #295848;
  outline-offset: 3px;
}

.site-footer {
  margin-top: 3rem;
  padding: 4.5rem 0 2rem;
  background: #21473c;
  color: #f6f1e8;
  border-top: 1px solid rgba(246, 241, 232, 0.12);
}

.site-footer__inner {
  display: grid;
  gap: 2.6rem;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__company {
  min-width: 0;
}

.site-footer__brand-name {
  display: block;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 236px);
  max-width: 236px;
  min-height: 3.2rem;
  margin-left: -9px;
  padding: 0.2rem 0 0.1rem;
  color: #f7f4ef;
  text-decoration: none;
  line-height: 1;
}

.site-footer__brand-name img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: none;
}

.site-footer__brand-copy {
  width: 226px;
  max-width: 226px;
  margin: 0.85rem 0 0;
  color: #f0ebe4;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  white-space: nowrap;
}

.site-footer__brand-label,
.site-footer__heading {
  width: 226px;
  max-width: 226px;
  margin: 0;
  color: #d9d2c8;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__nav-list,
.site-footer__company-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
}

.site-footer__nav-list {
  list-style: none;
  padding: 0;
}

.site-footer__nav-link,
.site-footer__company-line a,
.site-footer__privacy-link {
  color: #f7f4ef;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-footer__nav-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  padding: 0.1rem 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
}

.site-footer__nav-link::after,
.site-footer__privacy-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(247, 244, 239, 0.9);
  transition: width 0.22s ease;
}

.site-footer__nav-link:hover::after,
.site-footer__nav-link:focus-visible::after,
.site-footer__privacy-link:hover::after,
.site-footer__privacy-link:focus-visible::after {
  width: 100%;
}

.site-footer__nav-link:focus-visible,
.site-footer__company-line a:focus-visible,
.site-footer__privacy-link:focus-visible {
  outline: 1px solid rgba(247, 244, 239, 0.95);
  outline-offset: 3px;
}

.site-footer__company-list {
  gap: 0.75rem;
}

.site-footer__company-line {
  margin: 0;
  color: #f7f4ef;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.75;
}

.site-footer__company-line--name,
.site-footer__company-line--rep {
  font-family: "Noto Sans JP", "Hiragino Sans", Arial, sans-serif;
  white-space: nowrap;
}

.site-footer__company-line a {
  display: inline-flex;
  width: fit-content;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(246, 241, 232, 0.18);
  color: #d9d2c8;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.site-footer__copyright {
  margin: 0;
}

.site-footer__privacy-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  padding: 0.08rem 0;
  color: #f7f4ef;
  font-size: 0.78rem;
  font-weight: 500;
}

.site-footer__privacy-link:focus-visible {
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .privacy-policy-page .privacy-policy-page__content {
    max-width: 46rem;
  }

  .contact-page__hero {
    max-width: 100%;
  }

  .contact-page__layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .contact-page__aside {
    max-width: 38rem;
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 1.9rem 2rem;
  }

  .site-footer__brand,
  .site-footer__nav,
  .site-footer__company {
    margin-top: 0;
    padding-top: 0;
  }

  .site-footer__company {
    grid-column: auto;
    justify-self: end;
  }
}

@media (max-width: 768px) {
  .privacy-policy-page {
    padding: 1.75rem 0 4rem;
  }

  .privacy-policy-page__hero {
    padding: 2.4rem 0 2.8rem;
  }

  .privacy-policy-page__article {
    padding-top: 2.5rem;
  }

  .privacy-policy-page__title {
    font-size: clamp(2.05rem, 8.2vw, 2.8rem);
    line-height: 1.38;
  }

  .privacy-policy-page .privacy-policy-page__content {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.88;
  }

  .privacy-policy-page__content h2,
  .privacy-policy-page__content .privacy-policy-page__chapter-title {
    margin-top: 2.2rem;
    font-size: clamp(1.45rem, 6.6vw, 1.85rem);
  }

  .privacy-policy-page__content h3,
  .privacy-policy-page__content .privacy-policy-page__subchapter-title {
    font-size: clamp(1.16rem, 5vw, 1.38rem);
  }

  .privacy-policy-page__content ul,
  .privacy-policy-page__content .privacy-policy-page__list {
    padding-left: 1.15rem;
  }

  .contact-page {
    padding: 1.5rem 0 4rem;
  }

  .contact-page__hero {
    padding: 3rem 0 3.5rem;
  }

  .contact-page__section {
    padding: 3rem 0;
  }

  .contact-page__title {
    max-width: none;
    font-size: clamp(2.3rem, 8.8vw, 3.1rem);
    letter-spacing: 0.005em;
    line-height: 1.36;
  }

  .contact-page .fluentform .ff-el-group {
    margin-bottom: 1.15rem;
  }

  .contact-page .fluentform .ff-el-form-control {
    font-size: 16px;
  }

  .contact-page .fluentform .ff-btn-submit {
    width: 100%;
  }

  .contact-page__connect-item {
    padding: 0.88rem 0;
  }

  .site-footer {
    margin-top: 2rem;
    padding: 3.5rem 0 1.5rem;
  }

  .site-footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    min-height: 0;
    height: auto;
    row-gap: 0;
  }

  .site-footer__brand,
  .site-footer__nav,
  .site-footer__company {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .site-footer__brand-name {
    width: 244px;
    max-width: 100%;
  }

  .site-footer__brand-name img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 117px;
    max-width: none;
  }

  .site-footer__brand-label,
  .site-footer__heading {
    margin-top: 0;
  }

  .site-footer__brand-copy {
    max-width: 24rem;
  }

  .site-footer__nav {
    margin-top: 32px;
  }

  .site-footer__company {
    margin-top: 32px;
  }

  .site-footer__nav-list,
  .site-footer__company-list {
    gap: 0.75rem;
    margin-top: 0.6rem;
  }

  .site-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 1rem;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 390px) {
  .privacy-policy-page__title {
    font-size: clamp(1.85rem, 8.4vw, 2.2rem);
  }

  .privacy-policy-page__lead,
  .privacy-policy-page__content {
    line-height: 1.84;
  }

  .privacy-policy-page__content ul,
  .privacy-policy-page__content .privacy-policy-page__list {
    padding-left: 1.05rem;
  }

  .contact-page__title {
    font-size: clamp(2.05rem, 8.95vw, 2.45rem);
    line-height: 1.38;
    letter-spacing: 0;
  }

  .contact-page__lead,
  .contact-page__body {
    font-size: 0.98rem;
    line-height: 1.84;
  }

  .contact-page .fluentform .ff-el-form-check.ff-el-tc {
    gap: 0.5rem;
    align-items: flex-start;
  }

  .contact-page .fluentform .ff-el-form-check-label {
    font-size: 0.9rem;
  }

  .site-footer {
    margin-top: 1.75rem;
  }

  .site-footer__company-line--name,
  .site-footer__company-line--rep {
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .journal-page__article {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .journal-page__article-media {
    margin-top: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .journal-page__featured-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .journal-page {
    padding: 1.5rem 0 4rem;
  }

  .journal-page__hero,
  .journal-page__featured,
  .journal-page__categories,
  .journal-page__archive {
    padding: 3rem 0;
  }

  .journal-page__featured-title {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .journal-page__article-title {
    font-size: clamp(1.5rem, 6vw, 1.9rem);
  }

  .journal-page__cta-wrap {
    padding: 3.5rem 1.5rem 4rem;
  }

  .about-page {
    padding: 1.5rem 0 4rem;
  }

  .founder-page__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    padding: 3rem 0 3.5rem;
  }

  .founder-page__media img {
    min-height: 320px;
  }

  .founder-page__content {
    max-width: none;
  }

  .about-page__hero {
    padding: 3rem 0 3.5rem;
  }

  .about-page__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-page__title {
    max-width: none;
  }

  .about-page__section {
    padding: 3rem 0;
  }

  #about-page-work-title .about-page__work-word-unit,
  #about-page-work-title > span {
    white-space: normal;
  }

  .about-page__cta-wrap {
    padding: 3.5rem 1.5rem 4rem;
  }

  .founder-page__cta-wrap {
    padding: 3.5rem 1.5rem 4rem;
  }

  .services-page {
    padding: 1.5rem 0 4rem;
  }

  .services-page__hero,
  .services-page__section {
    padding: 3rem 0;
  }

  .services-page__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-page__grid--challenges,
  .services-page__grid--how,
  .services-page__grid--engagement,
  .services-page__grid--founder-book,
  .services-page__grid--another-practice {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-page__grid--challenges .services-page__section-title,
  .services-page__grid--how .services-page__section-title,
  .services-page__grid--engagement .services-page__section-title,
  .services-page__grid--founder-book .services-page__section-title,
  .services-page__grid--another-practice .services-page__section-title {
    max-width: none;
    font-size: clamp(2.18rem, 8vw, 2.95rem);
    letter-spacing: 0;
  }

  .services-page__process-item {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    padding-right: 0;
  }

  .services-page__process-title {
    font-size: clamp(1.28rem, 5.2vw, 1.52rem);
    line-height: 1.46;
  }

  .services-page__process-body {
    font-size: 0.98rem;
    line-height: 1.76;
  }

  .services-page__process-list,
  .services-page__work-list,
  .services-page__engagement-list,
  .services-page__challenges-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .services-page__challenges-list li:nth-child(odd),
  .services-page__challenges-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }

  .services-page__cta-wrap {
    padding: 3.5rem 1.5rem 4rem;
  }

  .services-page__founder-book-visual {
    min-height: 240px;
    padding: 2.3rem 1.2rem;
  }

  .services-page__founder-book-visual::before,
  .services-page__founder-book-visual::after {
    width: 88%;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0 4rem;
  }

  .founder-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0 4rem;
  }

  .founder-section__media {
    justify-content: flex-start;
  }

  .philosophy-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0 4rem;
  }

  .services-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0 4rem;
  }

  .services-section__intro {
    max-width: none;
    padding-top: 0;
  }

  .services-section__intro-copy {
    max-width: none;
  }

  .services-section__link {
    padding: 0.35rem 0;
  }

  .contact-section {
    padding: 4rem 0 4.5rem;
  }

  .contact-section__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.25rem;
  }

  .contact-section__left,
  .contact-section__right {
    max-width: none;
  }

  .contact-section__title {
    font-size: clamp(2.4rem, 8vw, 3rem);
    line-height: 1.02;
    margin-bottom: 1.25rem;
  }

  .contact-section__body {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .contact-section__link {
    padding: 0.45rem 0;
  }

  .contact-section__right {
    padding-top: 0;
  }

  .journal-section {
    padding: 4rem 0 4.5rem;
  }

  .journal-section__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.25rem;
  }

  .journal-section__intro {
    max-width: none;
  }

  .journal-section__title {
    font-size: clamp(2.2rem, 8vw, 2.8rem);
  }

  .journal-section__item {
    padding: 1.15rem 0;
  }
}
