h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #2d2822;
  background-color: #faf4ea;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 20% 30%, rgba(242, 165, 127, 0.1), transparent 45%), radial-gradient(circle at 80% 70%, rgba(225, 106, 58, 0.06), transparent 50%), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence baseFrequency='0.85' seed='3'/><feColorMatrix values='0 0 0 0 0.43  0 0 0 0 0.36  0 0 0 0 0.26  0 0 0 0.05 0'/></filter><rect width='300' height='300' filter='url(%23n)'/></svg>");
  background-size: auto, auto, 300px 300px;
  opacity: 0.6;
  z-index: 1;
  mix-blend-mode: multiply;
}

::-moz-selection {
  background: #e87a52;
  color: #faf4ea;
}

::selection {
  background: #e87a52;
  color: #faf4ea;
}

#page-wrapper {
  position: relative;
  z-index: 2;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.375rem 2.5rem;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.l-header.is-scrolled {
  padding: 0.875rem 2.5rem;
  background: color-mix(in oklab, #faf4ea 88%, transparent);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  border-bottom-color: rgba(45, 40, 34, 0.12);
}

.l-footer {
  padding: 3.75rem 2.5rem 2.5rem;
  background: #faf4ea;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
}

.l-footer__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
}

.l-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.l-footer__brand-name {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2d2822;
}

.l-footer__brand-sub {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  color: #7d7161;
  letter-spacing: 0.2em;
  margin-top: 2px;
}

.l-footer__nav {
  display: flex;
  gap: 1.5rem;
}

.l-footer__nav-link {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  color: #4a4237;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.l-footer__copyright {
  max-width: 75rem;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  color: #7d7161;
  letter-spacing: 0.15em;
}

.c-ebi-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 38% 36%, #fbeadd 0%, #f5d6bc 70%, #eec19f 100%);
  box-shadow: inset 0 0 0 1px rgba(196, 82, 42, 0.12);
}

.c-ebi-mark__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}

.c-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.125rem 2.125rem;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  border: 1px solid transparent;
  transition: transform 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.c-button--fill {
  background: #d65a32;
  color: #faf4ea;
  border-color: #d65a32;
}
.c-button--fill:hover, .c-button--fill:focus-visible {
  transform: translateY(-2px);
}

.c-button--outline {
  background: transparent;
  color: #2d2822;
  border-color: #2d2822;
}
.c-button--outline:hover, .c-button--outline:focus-visible {
  background: #2d2822;
  color: #faf4ea;
}

.c-button__arrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.c-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-nav__logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.c-nav__logo-name {
  display: block;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #2d2822;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.c-nav__logo-sub {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.5625rem;
  color: #7d7161;
  letter-spacing: 0.2em;
  margin-top: 2px;
}

.c-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-nav__link {
  position: relative;
  padding: 0.5rem 0.875rem;
  background: none;
  border: none;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.875rem;
  color: #4a4237;
  letter-spacing: 0.12em;
}
.c-nav__link::after {
  content: "";
  position: absolute;
  left: 0.875rem;
  right: 0.875rem;
  bottom: 4px;
  height: 1px;
  background: #e87a52;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.c-nav__link:hover::after, .c-nav__link:focus-visible::after {
  transform: scaleX(1);
}

.c-nav__cta {
  margin-left: 0.875rem;
  padding: 0.625rem 1.25rem;
  background: #2d2822;
  color: #faf4ea;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  border: 1px solid #2d2822;
  transition: background 0.25s, border-color 0.25s;
}
.c-nav__cta:hover, .c-nav__cta:focus-visible {
  background: #d65a32;
  border-color: #d65a32;
}

.c-tate-badge {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #7d7161;
  line-height: 1;
  padding: 6px 0;
}

.c-section-tag {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.125rem;
}

.c-section-tag__num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  color: #d65a32;
  text-transform: uppercase;
}

.c-section-tag__line {
  display: block;
  flex: 0 0 36px;
  height: 1px;
  background: #e87a52;
}

.c-section-tag__text {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.3em;
  color: #7d7161;
}

.p-hero {
  position: relative;
  min-height: 100vh;
  padding: 8.75rem 2.5rem 5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.p-hero__blob {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.p-hero__blob--right {
  right: -8vw;
  top: -5%;
  width: 52vw;
  height: 52vw;
  max-width: 720px;
  max-height: 720px;
  background: radial-gradient(circle at 40% 40%, #f5b89a 0%, transparent 62%);
  opacity: 0.5;
  filter: blur(8px);
}

.p-hero__blob--left {
  left: -6vw;
  bottom: -4vw;
  width: 36vw;
  height: 36vw;
  max-width: 440px;
  max-height: 440px;
  background: radial-gradient(circle at 60% 40%, #f5e1c8 0%, transparent 65%);
  opacity: 0.7;
  filter: blur(6px);
}

.p-hero__portrait {
  position: absolute;
  right: 8%;
  top: 22%;
  width: 280px;
  height: 280px;
  opacity: 0.95;
  pointer-events: none;
}

.p-hero__portrait-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 165, 127, 0.22) 0%, transparent 70%);
}

.p-hero__portrait-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  filter: drop-shadow(0 10px 30px rgba(196, 82, 42, 0.18));
}

.p-hero__inner {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: end;
}

.p-hero__kicker {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2.25rem;
}

.p-hero__kicker-line {
  display: block;
  width: 40px;
  height: 1px;
  background: #e87a52;
  flex-shrink: 0;
}

.p-hero__kicker-text {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.35em;
  color: #d65a32;
  text-transform: uppercase;
}

.p-hero__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2.75rem, 7.4vw, 6.75rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 2rem;
  color: #2d2822;
}

.p-hero__title-line {
  display: block;
}

.p-hero__title-accent {
  position: relative;
  display: inline-block;
  padding: 0 0.15em;
}

.p-hero__title-accent-text {
  position: relative;
  z-index: 2;
  color: #d65a32;
}

.p-hero__title-accent-glow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.36em;
  background: radial-gradient(ellipse at center, #f5b89a 0%, transparent 75%);
  opacity: 0.6;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.p-hero__title-sub {
  display: block;
  font-size: 0.55em;
  font-weight: 500;
  color: #4a4237;
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
}

.p-hero__title-cross {
  color: #d65a32;
  margin: 0 0.08em;
}

.p-hero__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.0625rem, 1.5vw, 1.3125rem);
  line-height: 1.75;
  color: #2d2822;
  max-width: 35rem;
  margin: 0 0 1.5rem;
  font-weight: 500;
}

.p-hero__body {
  font-size: 1rem;
  line-height: 2;
  color: #4a4237;
  max-width: 35rem;
  margin: 0 0 2.75rem;
}

.p-hero__underline {
  text-decoration-color: #e87a52;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.p-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  padding-bottom: 2.5rem;
}

.p-hero__aside-line {
  width: 1px;
  height: 80px;
  background: rgba(45, 40, 34, 0.12);
}

.p-hero__aside-year {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: #7d7161;
  writing-mode: vertical-rl;
}

.p-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 1.2s 1.2s;
}
.p-hero__scroll.is-visible {
  opacity: 0.7;
}

.p-hero__scroll-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  color: #7d7161;
}

.p-hero__scroll-bar {
  position: relative;
  width: 1px;
  height: 80px;
  background: rgba(125, 113, 97, 0.25);
  overflow: hidden;
}

.p-hero__scroll-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 26px;
  background: #d65a32;
  animation: hero-scroll-down 1.4s ease-in-out infinite;
}

@keyframes hero-scroll-down {
  0% {
    transform: translateY(-26px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(80px);
    opacity: 0;
  }
}
.p-hero__kicker,
.p-hero__title-line,
.p-hero__title-sub,
.p-hero__lead,
.p-hero__body,
.p-hero__cta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-hero.is-loaded .p-hero__kicker {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.p-hero.is-loaded .p-hero__title-line:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.p-hero.is-loaded .p-hero__title-line:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-hero.is-loaded .p-hero__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.p-hero.is-loaded .p-hero__lead {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.65s;
}
.p-hero.is-loaded .p-hero__body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.75s;
}
.p-hero.is-loaded .p-hero__cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.85s;
}

.p-stats {
  padding: 5rem 2.5rem;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
  background: color-mix(in oklab, #f3ebdb 60%, transparent);
}

.p-stats__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-stats__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  color: #4a4237;
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: 0.05em;
}

.p-stats__lead-accent {
  color: #d65a32;
  font-weight: 700;
}

.p-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-stats__item {
  padding: 1.75rem 1.5rem;
  text-align: center;
  border-left: 1px solid rgba(45, 40, 34, 0.12);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-stats__item:first-child {
  border-left: none;
}
.p-stats__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-stats__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-stats__item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-stats__item:nth-child(4) {
  transition-delay: 0.4s;
}
.p-stats__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-stats__item:hover .p-stats__num {
  color: #d65a32;
}
.p-stats__item:hover .p-stats__arrow {
  opacity: 1;
  transform: translateX(4px);
}

.p-stats__num {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #2d2822;
  line-height: 1;
  margin-bottom: 0.75rem;
  transition: color 0.3s;
}

.p-stats__label {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  color: #4a4237;
  letter-spacing: 0.18em;
}

.p-stats__sub {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  color: #7d7161;
  letter-spacing: 0.2em;
  margin-top: 0.25rem;
}

.p-stats__arrow {
  opacity: 0;
  color: #d65a32;
  transition: opacity 0.3s, transform 0.3s;
}

.p-problems {
  position: relative;
  padding: 8.75rem 2.5rem;
}

.p-problems__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-problems__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 4.5rem;
}

.p-problems__title-accent {
  color: #d65a32;
}

.p-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.p-problems__card {
  position: relative;
  padding: 2.25rem 1.75rem;
  background: #f3ebdb;
  border: 1px solid rgba(45, 40, 34, 0.12);
  cursor: default;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s;
}
.p-problems__card:nth-child(1) {
  transition-delay: 0.1s;
}
.p-problems__card:nth-child(2) {
  transition-delay: 0.22s;
}
.p-problems__card:nth-child(3) {
  transition-delay: 0.34s;
}
.p-problems__card:nth-child(4) {
  transition-delay: 0.46s;
}
.p-problems__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-problems__card:hover {
  transform: translateY(-6px);
  background: #ede2cd;
}

.p-problems__card-num {
  position: absolute;
  top: 0.875rem;
  right: 1.125rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  color: #7d7161;
}

.p-problems__card-icon {
  color: #2d2822;
  margin-bottom: 1.125rem;
}

.p-problems__card-tag {
  display: inline-block;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.6875rem;
  color: #d65a32;
  letter-spacing: 0.2em;
  padding: 3px 10px;
  border: 1px solid #d65a32;
  margin-bottom: 0.75rem;
}

.p-problems__card-text {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #4a4237;
  font-weight: 500;
}

.p-problems__closer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  margin-top: 4.5rem;
  text-align: center;
}

.p-problems__closer-sub {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.4em;
  color: #d65a32;
}

.p-problems__closer-title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.625rem, 3.2vw, 2.5rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #2d2822;
}

.p-problems__closer-accent {
  color: #d65a32;
}

.p-problems__closer-body {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9375rem;
  color: #4a4237;
  max-width: 32.5rem;
  line-height: 1.8;
}

.p-services {
  position: relative;
  padding: 8.75rem 2.5rem;
  background: #f3ebdb;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
}

.p-services__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-services__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  align-items: end;
  margin-bottom: 5rem;
}

.p-services__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.2;
  margin: 0;
}

.p-services__title-accent {
  color: #d65a32;
}

.p-services__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  line-height: 2;
  color: #4a4237;
  margin: 0;
}

.p-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(45, 40, 34, 0.12);
  background: #faf4ea;
}

.p-services__card {
  position: relative;
  padding: 3rem 2.25rem;
  min-height: 20rem;
  background: #faf4ea;
  cursor: default;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s;
}
.p-services__card:nth-child(3n-1), .p-services__card:nth-child(3n-2) {
  border-right: 1px solid rgba(45, 40, 34, 0.12);
}
.p-services__card:nth-child(1), .p-services__card:nth-child(2), .p-services__card:nth-child(3) {
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}
.p-services__card:nth-child(1) {
  transition-delay: 0.05s;
}
.p-services__card:nth-child(2) {
  transition-delay: 0.13s;
}
.p-services__card:nth-child(3) {
  transition-delay: 0.21s;
}
.p-services__card:nth-child(4) {
  transition-delay: 0.29s;
}
.p-services__card:nth-child(5) {
  transition-delay: 0.37s;
}
.p-services__card:nth-child(6) {
  transition-delay: 0.45s;
}
.p-services__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-services__card:hover, .p-services__card.is-active {
  background: #f3ebdb;
}
.p-services__card:hover .p-services__card-tag, .p-services__card.is-active .p-services__card-tag {
  background: #d65a32;
  color: #faf4ea;
  border-color: #d65a32;
}
.p-services__card:hover .p-services__card-blob, .p-services__card.is-active .p-services__card-blob {
  opacity: 0.55;
  background: radial-gradient(circle, #f5b89a 0%, transparent 70%);
}

.p-services__card-blob {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, #f5e1c8 0%, transparent 70%);
  opacity: 0.4;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
  transition: opacity 0.4s, background 0.4s;
}

.p-services__card-num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  color: #d65a32;
  letter-spacing: 0.2em;
  margin-bottom: 1.25rem;
  position: relative;
}

.p-services__card-icon {
  color: #2d2822;
  margin-bottom: 1.375rem;
  position: relative;
}

.p-services__card-title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.875rem;
  color: #2d2822;
  position: relative;
}

.p-services__card-desc {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.84375rem;
  line-height: 1.85;
  color: #4a4237;
  margin: 0 0 1.25rem;
  position: relative;
}

.p-services__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  position: relative;
}

.p-services__card-tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  padding: 3px 9px;
  color: #7d7161;
  border: 1px solid rgba(45, 40, 34, 0.12);
  letter-spacing: 0.1em;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.p-pricing {
  position: relative;
  padding: 8.75rem 2.5rem 7.5rem;
}

.p-pricing__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-pricing__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.p-pricing__title-accent {
  color: #d65a32;
}

.p-pricing__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a4237;
  margin: 0 0 4.5rem;
}

.p-pricing__grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.p-pricing__grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 50rem;
  margin: 0 auto 3.5rem;
}

.p-pricing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  padding: 2.5rem 1.75rem 2rem;
  background: #f3ebdb;
  border: 1px solid rgba(45, 40, 34, 0.12);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
}
.p-pricing__card:nth-child(1) {
  transition-delay: 0.05s;
}
.p-pricing__card:nth-child(2) {
  transition-delay: 0.13s;
}
.p-pricing__card:nth-child(3) {
  transition-delay: 0.21s;
}
.p-pricing__card:nth-child(4) {
  transition-delay: 0.29s;
}
.p-pricing__card:nth-child(5) {
  transition-delay: 0.37s;
}
.p-pricing__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-pricing__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(45, 40, 34, 0.08);
}
.p-pricing__card--featured {
  padding: 2.75rem 2rem 2.25rem;
  background: #faf4ea;
  border: 2px solid #d65a32;
  box-shadow: 0 12px 40px rgba(214, 90, 50, 0.15), 0 4px 12px rgba(45, 40, 34, 0.06);
  z-index: 2;
}
.p-pricing__card--featured:hover {
  box-shadow: 0 16px 48px rgba(214, 90, 50, 0.2), 0 6px 16px rgba(45, 40, 34, 0.08);
}

.p-pricing__card-badge {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  background: #d65a32;
  color: #faf4ea;
  padding: 5px 18px;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(214, 90, 50, 0.25);
}

.p-pricing__card-blob {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5b89a 0%, transparent 70%);
  opacity: 0.45;
  pointer-events: none;
  filter: blur(6px);
}

.p-pricing__card-head {
  position: relative;
}

.p-pricing__card-emoji {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.p-pricing__card-num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  color: #d65a32;
  letter-spacing: 0.25em;
  margin-bottom: 0.375rem;
}

.p-pricing__card-name {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  color: #2d2822;
  letter-spacing: 0.02em;
}
.p-pricing__card--featured .p-pricing__card-name {
  font-size: 1.625rem;
}

.p-pricing__card-price {
  position: relative;
}

.p-pricing__card-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.p-pricing__card-price-main {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  color: #2d2822;
  letter-spacing: -0.02em;
}
.p-pricing__card--featured .p-pricing__card-price-main {
  font-size: 2.75rem;
}

.p-pricing__card-price-unit {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  color: #4a4237;
  letter-spacing: 0.05em;
}

.p-pricing__card-price-note {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.71875rem;
  color: #7d7161;
  margin-top: 0.375rem;
  letter-spacing: 0.05em;
}

.p-pricing__card-tagline {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.84375rem;
  line-height: 1.7;
  color: #4a4237;
  font-weight: 500;
  margin: 0;
  position: relative;
  min-height: 2.375rem;
}
.p-pricing__card--featured .p-pricing__card-tagline {
  min-height: 2.75rem;
}

.p-pricing__card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  position: relative;
}

.p-pricing__card-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.78125rem;
  line-height: 1.65;
  color: #4a4237;
}

.p-pricing__card-feature-icon {
  flex-shrink: 0;
  margin-top: 3px;
  color: #d65a32;
}

.p-pricing__card-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.375rem;
  padding: 0.875rem 1.25rem;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.84375rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  background: transparent;
  color: #2d2822;
  border: 1px solid #2d2822;
}
.p-pricing__card-btn:hover {
  background: #2d2822;
  color: #faf4ea;
}
.p-pricing__card--featured .p-pricing__card-btn {
  background: #d65a32;
  color: #faf4ea;
  border-color: #d65a32;
}
.p-pricing__card--featured .p-pricing__card-btn:hover {
  background: #2d2822;
  border-color: #2d2822;
}

.p-pricing__card-btn-arrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.p-pricing__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 2rem;
  background: #f3ebdb;
  border: 1px solid rgba(45, 40, 34, 0.12);
  margin-bottom: 2.5rem;
}

.p-pricing__notes-label {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  color: #7d7161;
  letter-spacing: 0.15em;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(45, 40, 34, 0.12);
}

.p-pricing__notes-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  color: #4a4237;
}

.p-pricing__new-client {
  position: relative;
  padding: 2rem 2.25rem;
  background: linear-gradient(135deg, color-mix(in oklab, #f5b89a 25%, #faf4ea) 0%, #f3ebdb 100%);
  border: 1px solid rgba(45, 40, 34, 0.12);
  border-radius: 4px;
  margin-bottom: 3.5rem;
  overflow: hidden;
}

.p-pricing__new-client-blob {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5b89a 0%, transparent 70%);
  opacity: 0.4;
  pointer-events: none;
  filter: blur(6px);
}

.p-pricing__new-client-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  color: #d65a32;
  letter-spacing: 0.3em;
  margin-bottom: 0.625rem;
  position: relative;
}

.p-pricing__new-client-body {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  line-height: 1.95;
  color: #2d2822;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.p-pricing__new-client-accent {
  color: #d65a32;
  font-weight: 600;
}

.p-pricing__new-client-sub {
  font-size: 0.875rem;
  color: #4a4237;
  font-weight: 400;
}

.p-pricing__cta {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}

.p-pricing__cta-title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 600;
  color: #2d2822;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
}

.p-pricing__cta-accent {
  color: #d65a32;
}

.p-pricing__cta-lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.90625rem;
  color: #4a4237;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.p-pricing__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.25rem;
  background: #d65a32;
  color: #faf4ea;
  text-decoration: none;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  transition: transform 0.3s;
}
.p-pricing__cta-btn:hover {
  transform: translateY(-2px);
}

.p-pricing__cta-btn-arrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.p-strengths {
  position: relative;
  padding: 10rem 2.5rem;
  background: #ede2cd;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  overflow: hidden;
}

.p-strengths__blob {
  position: absolute;
  left: -8vw;
  top: 10%;
  width: 48vw;
  height: 48vw;
  max-width: 640px;
  max-height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #f5b89a 0%, transparent 65%);
  opacity: 0.35;
  pointer-events: none;
  filter: blur(10px);
}

.p-strengths__inner {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

.p-strengths__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.2;
  margin: 0 0 4.5rem;
}

.p-strengths__title-accent {
  color: #d65a32;
}

.p-strengths__list {
  display: flex;
  flex-direction: column;
}

.p-strengths__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5rem;
  align-items: flex-start;
  padding: 3.25rem 0;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-strengths__item:last-child {
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}
.p-strengths__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-strengths__item:nth-child(2) {
  transition-delay: 0.25s;
}
.p-strengths__item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-strengths__item.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.p-strengths__item-left {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  flex-shrink: 0;
}

.p-strengths__item-num {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #d65a32;
  letter-spacing: -0.04em;
  line-height: 1;
  width: 4.5rem;
}

.p-strengths__item-icon {
  color: #2d2822;
  flex-shrink: 0;
}

.p-strengths__item-title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0 0 0.875rem;
  color: #2d2822;
  line-height: 1.4;
}

.p-strengths__item-text {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.90625rem;
  line-height: 1.9;
  color: #4a4237;
  margin: 0;
  max-width: 38.75rem;
}

.p-tools {
  padding: 8.75rem 2.5rem;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}

.p-tools__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-tools__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.75rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.p-tools__title-accent {
  color: #d65a32;
}

.p-tools__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9375rem;
  color: #4a4237;
  margin: 1rem 0 3.5rem;
}

.p-tools__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 0.875rem;
}

.p-tools__card {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1.375rem 1.25rem;
  background: #f3ebdb;
  border: 1px solid rgba(45, 40, 34, 0.12);
  border-radius: 0.625rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.2s;
}
.p-tools__card:nth-child(1) {
  transition-delay: 0s;
}
.p-tools__card:nth-child(2) {
  transition-delay: 0.03s;
}
.p-tools__card:nth-child(3) {
  transition-delay: 0.06s;
}
.p-tools__card:nth-child(4) {
  transition-delay: 0.09s;
}
.p-tools__card:nth-child(5) {
  transition-delay: 0.12s;
}
.p-tools__card:nth-child(6) {
  transition-delay: 0.15s;
}
.p-tools__card:nth-child(7) {
  transition-delay: 0.18s;
}
.p-tools__card:nth-child(8) {
  transition-delay: 0.21s;
}
.p-tools__card:nth-child(9) {
  transition-delay: 0.24s;
}
.p-tools__card:nth-child(10) {
  transition-delay: 0.27s;
}
.p-tools__card:nth-child(11) {
  transition-delay: 0.3s;
}
.p-tools__card:nth-child(12) {
  transition-delay: 0.33s;
}
.p-tools__card:nth-child(13) {
  transition-delay: 0.36s;
}
.p-tools__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-tools__card.is-visible:hover {
  background: #ede2cd;
  transform: translateY(-3px);
  transition-delay: 0s;
}

.p-tools__card-tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  color: #d65a32;
}

.p-tools__card-name {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d2822;
  letter-spacing: -0.01em;
}

.p-flow {
  padding: 8.75rem 2.5rem;
}

.p-flow__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-flow__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5rem;
}

.p-flow__title-accent {
  color: #d65a32;
}

.p-flow__content {
  position: relative;
}

.p-flow__connector {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 3rem;
  height: 1px;
  background: rgba(45, 40, 34, 0.12);
  z-index: 0;
}

.p-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.p-flow__step {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-flow__step:nth-child(1) {
  transition-delay: 0.1s;
}
.p-flow__step:nth-child(2) {
  transition-delay: 0.25s;
}
.p-flow__step:nth-child(3) {
  transition-delay: 0.4s;
}
.p-flow__step:nth-child(4) {
  transition-delay: 0.55s;
}
.p-flow__step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-flow__step-circle {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.75rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5b89a, #e87a52 70%, #d65a32 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 2.125rem;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 8px 24px rgba(196, 82, 42, 0.18);
}

.p-flow__step-day {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  color: #7d7161;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

.p-flow__step-title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.875rem;
  color: #2d2822;
}

.p-flow__step-body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.85;
  color: #4a4237;
  margin: 0 auto;
  max-width: 13.75rem;
}

.p-profile {
  padding: 8.75rem 2.5rem;
  background: #f3ebdb;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}

.p-profile__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.p-profile__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5rem;
}

.p-profile__grid {
  display: grid;
  grid-template-columns: 23.75rem 1fr;
  gap: 5rem;
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-profile__grid.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-profile__portrait {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: radial-gradient(circle at 50% 40%, #fbeadd 0%, #ede2cd 85%);
  border: 1px solid rgba(45, 40, 34, 0.12);
}

.p-profile__portrait-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(242, 165, 127, 0.35), transparent 60%);
  pointer-events: none;
}

.p-profile__portrait-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 92%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(196, 82, 42, 0.15));
}

.p-profile__portrait-petal {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.p-profile__portrait-petal--1 {
  top: 1.25rem;
  right: 1.25rem;
  width: 14px;
  height: 14px;
  background: #f5b89a;
  opacity: 0.7;
}
.p-profile__portrait-petal--2 {
  top: 3.75rem;
  left: 1.5rem;
  width: 8px;
  height: 8px;
  background: #e87a52;
  opacity: 0.5;
}

.p-profile__name-wrap {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.p-profile__name {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.04em;
  color: #2d2822;
}

.p-profile__name-en {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  color: #7d7161;
  letter-spacing: 0.2em;
}

.p-profile__quote {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.1875rem;
  line-height: 1.9;
  color: #2d2822;
  font-weight: 500;
  margin: 0 0 2.25rem;
  padding-left: 1.5rem;
  border-left: 2px solid #d65a32;
}

.p-profile__quote-accent {
  color: #d65a32;
}

.p-profile__text {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.90625rem;
  line-height: 1.95;
  color: #4a4237;
  margin: 0 0 2.25rem;
}

.p-profile__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(45, 40, 34, 0.12);
}

.p-profile__fact-key {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  color: #7d7161;
  letter-spacing: 0.2em;
  margin-bottom: 0.25rem;
}

.p-profile__fact-val {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.90625rem;
  color: #2d2822;
}

.p-faq {
  padding: 8.75rem 2.5rem;
}

.p-faq__inner {
  max-width: 57.5rem;
  margin: 0 auto;
}

.p-faq__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 3.75rem;
}

.p-faq__title-accent {
  color: #d65a32;
}

.p-faq__item {
  border-top: 1px solid rgba(45, 40, 34, 0.12);
}
.p-faq__item:last-child {
  border-bottom: 1px solid rgba(45, 40, 34, 0.12);
}

.p-faq__btn {
  width: 100%;
  padding: 1.75rem 0.5rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.0625rem;
  color: #2d2822;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-faq__q {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-faq__q-label {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.5rem;
  color: #d65a32;
  font-weight: 600;
  flex-shrink: 0;
}

.p-faq__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2d2822;
  border-radius: 50%;
  font-size: 0.875rem;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.p-faq__item.is-open .p-faq__icon {
  transform: rotate(45deg);
}

.p-faq__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-faq__item.is-open .p-faq__panel {
  max-height: 25rem;
}

.p-faq__a {
  padding: 0 0.5rem 1.75rem 3.75rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", system-ui, sans-serif;
  font-size: 0.90625rem;
  line-height: 1.9;
  color: #4a4237;
  display: flex;
  gap: 1.25rem;
}

.p-faq__a-label {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: 1.25rem;
  color: #d65a32;
  font-weight: 600;
  flex-shrink: 0;
  margin-left: -2.5rem;
}

.p-cta {
  position: relative;
  padding: 10rem 2.5rem;
  background: #2d2822;
  color: #faf4ea;
  overflow: hidden;
}

.p-cta__blob {
  position: absolute;
  right: -10vw;
  top: 5%;
  width: 60vw;
  height: 60vw;
  max-width: 720px;
  max-height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #e87a52 0%, transparent 62%);
  opacity: 0.35;
  pointer-events: none;
  filter: blur(12px);
}

.p-cta__inner {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
}

.p-cta__eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  color: #f5b89a;
  letter-spacing: 0.3em;
  margin-bottom: 1.75rem;
}

.p-cta__title {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 600;
  margin: 0 0 2rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #faf4ea;
}

.p-cta__title-accent {
  color: #f5b89a;
}

.p-cta__lead {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  line-height: 1.9;
  color: rgba(246, 239, 226, 0.75);
  margin: 0 0 3rem;
  max-width: 38.75rem;
}

.p-cta__actions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}

.p-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.25rem 2.5rem;
  background: #d65a32;
  color: #faf4ea;
  text-decoration: none;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  transition: transform 0.3s;
}
.p-cta__btn:hover {
  transform: translateY(-3px);
}

.p-cta__btn-arrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.p-cta__note {
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  color: rgba(246, 239, 226, 0.55);
  letter-spacing: 0.1em;
  margin-left: 0.5rem;
}